Simple Windows application (and .NET library) that analyzes and displays some information from XCOM 2 savegame files.
The windows Application displays basic savegame information like
- XCOM Version
- List of Mod dependecies
- Campaign and savegame number
- Description
- ...
The actual parsing is done by the classes that are implemented in the X2SaveDataLib.dll.
- Should run out of the box on most Windows 10 and Windows 7 systems.
- Requires .NET Framework 3.5.
- Download the zip archive from the desired release.
- Extract all files in a folder of your choice.
- Run the X2SaveGameAnalyzer.exe.
- Application icon borrowed from Ketaros 2D Package.
Release under LGPLv3.0.