Facilitates MM save-game editing.
This application can unpack MM .sav files into a pair of JSON files, which can then be edited using any text editor. It can also repack this pair of files into a MM .sav file.
The Save Info file contains information such as save statistics, your team colours, models and textures, mods used and DLC.
The Game Data file is a complete representation of the game state. Beware! This file is very large (hundreds of MB at least) so you will need a serious text editor to view it. My personal recommendation is Visual Studio Code.
Usage of the program should be self explanatory. Be sure to choose the correct mode (unpack/pack) first.
Requires .NET framework version 4.5.
Source code is now available on GitHub.
Suggestions for feature and usability improvements welcome
This application can unpack MM .sav files into a pair of JSON files, which can then be edited using any text editor. It can also repack this pair of files into a MM .sav file.
The Save Info file contains information such as save statistics, your team colours, models and textures, mods used and DLC.
The Game Data file is a complete representation of the game state. Beware! This file is very large (hundreds of MB at least) so you will need a serious text editor to view it. My personal recommendation is Visual Studio Code.
Usage of the program should be self explanatory. Be sure to choose the correct mode (unpack/pack) first.
Requires .NET framework version 4.5.
Source code is now available on GitHub.
Suggestions for feature and usability improvements welcome