Sonica wrote: ↑Tue Aug 22, 2023 5:24 pm
No, it happens with any one of my players and these players contracts expire in 3 years time - this is near the end of the first season on a new save. When I restart the game + re-open the table fresh and then click on another player, does the same bug.
A suggestion if it helps: If it did what some of your other table options do, if there is no data to list just ignore the player ticking it to avoid triggering the error. For example, if your club has no affiliations (Club > Affiliations) but you click on that anyway, it auto closes, and some don't open ie prize money (Competition > Prize Money) when the competition does not offer one.
Thank you for your suggestion. But, in this instance, you don't need that because CE will display
??
on the nil value, and it differs from the
<script>
type of data, such as affiliations or prize money, in that it will not create data if the address is nil, so you can personalize the condition in the script.
I'm still confused because it didn't happen to me; I'd definitely go to the save file. May I look for your save file so that I can inspect and resolve the issue?
Syd3r wrote: ↑Tue Aug 22, 2023 12:19 pm
is there a way to turn off the blanket transfer embargo? sometimes I forget to untick it when I start a save
Sonica wrote: ↑Tue Aug 22, 2023 5:45 pm
I had a look at this too as I'm managing Al-Hilal (KSA) and when you go to Club > Finances > General and click on the 'Embargo End Date' it opens a blank box. All those Embargo lists, ie Start Date, End Date, Appeal Date are without options. If you compare with the option just above 'In Administration' you get to select Yes or No.
Side note to say it would be fun if you could impose transfer bans on clubs with a script, and ofc an option to remove it for existing clubs.
When you see blank pop up on the table, that's probably read only values (like Unique ID), as it may break your game if you change it, and I added this as protection. Or, that'd be a custom value made by myself (you can try to browse it in memory view, and you can see it seems different), and CE can't change it in a normal way, so you have to put X on the checkbox to change the value (I already mentioned it on Read Me).
To remove the Embargo, try changing the Embargo End Date to a day later than the current date and setting In Administration to false if it is already set to true.
And also to put a club in a embargo, you can try:
Embargo Appeal Date: A day after the current date, and must be applied before Start Date.
Embargo Start Date: Set after Appeal Date.
Embargo End Date: Set after End Date.
For example:
Current date: 01/01/2022
Embargo Appeal Date: 02/01/2022
Embargo Start Date: 03/01/2022
Embargo End Date: 31/12/2032
This setup will give you a 10 years transfer embargo for a the club.
And for sure, I'd love to create a script to Set/Remove the Transfer Embargo as it could help a lot.