If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I'm looking for information regarding the save game format of FM 2005. I know it has been covered somewhere, but I can't find it via a serach. I found one topice with an almost identical subject to this one, but it got no replies and has been archived.
I also visited FM Editing and to my dismay their website is shutting down.
So, what's the deal? Where can I get some basic information about what the format of the file is and how to load up stuff in a program?
Something that may help direct answers:
* I'm thinking of building a utility in .Net to track training and other changes. Thus, accessing a savegame would be ideal.
* However, it would also be cool to be able to specify a team in the program, have it run as a service, and then, while playing FM be able to take a 'snapshot' of your specified team and players at any point. This means I would need to know what a runnning data file loks like.
So, any help on these two ideas would be great. Thanks, in advance.
07-16-2005, 02:51 PM
FM 2005 Save Game Format and/or Real time format Post #2
There isn't any publicly available information regarding the structure of the post-game-creation format.
If you run it in .net, you may be interested in PInvoke.
I recommend you look at the game (either the file or FM2005.exe (when it's running) in a hex editor so that you can get an idea of the file format used. Other things can be used as well (such as PE Explorer) to help you.
Try the Programmers Oracle in the SI Forums. There's been mucho discussion regarding this.
07-16-2005, 06:21 PM
FM 2005 Save Game Format and/or Real time format Post #4