Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.09 KB

XCOM2 Savegame Analyzer

Simple Windows application (and .NET library) that analyzes and displays some information from XCOM 2 savegame files.

Download here.

Features

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.

Requirements

  • Should run out of the box on most Windows 10 and Windows 7 systems.
  • Requires .NET Framework 3.5.

Installation / setup

  • Download the zip archive from the desired release.
  • Extract all files in a folder of your choice.
  • Run the X2SaveGameAnalyzer.exe.

Credits

License

Release under LGPLv3.0.