X2CommunityCore / X2SaveGameAnalyzer

Simple Windows application (and .NET library) that analyzes and displays some information from XCOM 2 savegame files.
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Unknown data between "MapCommand" and "Language" string #4

Open RevZero opened 5 years ago

RevZero commented 5 years ago

There are 16 bytes (most likely 4 x UInt32) I can't figure out.

I have seen this 01 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 and this 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00

danarcher commented 4 years ago

@RevZero I believe these are booleans 0-1 for Tactical (0=Strategy), Ironman, Autosave and Quicksave respectively. I've been documenting this at https://github.com/danarcher/XCom2ModTool/blob/master/SaveGameFormat.md as part of a WIP modding tool I use for a few things.