ThanosSiopoudis / FMScoutFramework

A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
GNU General Public License v2.0
73 stars 26 forks source link

Player career stats #46

Open joshlit opened 8 years ago

joshlit commented 8 years ago

Does anyone have any idea where this is located in the player object? I've tried to scan for it but I can't find it.

janjongboom commented 8 years ago

I've not been digging through data structures in the past years, but I wouldn't be surprised if this was not held in memory (at least for most players).

ThanosSiopoudis commented 8 years ago

It is saved in a separate .dat file within the game save archive. No idea if it persists in memory.