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

Detecting if a club is active? #41

Open joshlit opened 8 years ago

joshlit commented 8 years ago

Hey, I'm trying to find a way to detect if a club is "active" so I can fix club finances since inactive clubs (for example FC Saxon Sports) don't actually have finances. Any ideas?

ThanosSiopoudis commented 8 years ago

There used to be a flag in the save game, I don't know if this is in the memory. The savegame had a flag at the first or second byte of the finances object.

joshlit commented 8 years ago

Was the flag as simple as 0 for inactive, 1 for active?

I've been trying to find it for the past 2 weeks, I looked in the league object.. the club object.. the finance object.. I can't find it anywhere. But surely it must be somewhere..

Maybe it's something to do with the playable leagues now