BipBop wrote: ↑Sun Feb 23, 2020 9:53 pm
Question, do you suspect what type of value is TC? I could start a game with a team with max negative TC and play friendlies, and after each friendly, trie to narrow it down. It would be good to at least narrow down the type.
Thank you
Hard to say. They have used every datatype I could imagine and some that I didn't. They do a lot of complex data packing (see the time value for instance). I suspect the value is likely signed integer or float with integer probably more common in code.
I would probably spend my time creating a few saves from same club over different time periods with different values. I would then use the Dissect Data Structures dialog to breakdown the values at a club and/or team level in that window and then take screen shots and compare those. Not easy but only way if you are looking at changes over time without saving the data to text files and comparing the text files.
Even better would be if you could get the value for different clubs (assuming its calculated) and then using Dissect Data to compare the clubs side by side in real time. I do that a lot with players and teams to help guess what things are. The game lets you take over other coaches I thought (or maybe the official in-game editor might allow hijacking coaches to look at values of other clubs) so you can look at values. Then get 4-5 clubs with known characteristics and compare like (worst value to left and best to right).
I do think this is a goose chase and will not be easy to find since we never see an actual number in tables. Most things in tables are actual values or easily calculated from actual values.
therealskengman wrote: ↑Sun Feb 23, 2020 10:34 pm
Hi, firstly thank you for your amazing work. I very much appreciate it, im somewhat of a noob when it comes to scripting. I have a small problem in the i cant get the update on focus box checked when loading the table. The game version matches up with your latest download... it worked the first time of using then when i loaded back up a few hours later it just want let me check that box. Any help?
Did you perhaps reload the table or close CE and reopen it? This frequently happens if you used CE to edit code (which this does) and then it crashes or you close it without disabling the cheat. The next time you load if you do not restart the game it cannot hook the value because they were changed by the other instance. Only real answer is to restart the game and try again if this is what happened.