Skip to content

Instantly share code, notes, and snippets.

@Artoria2e5
Last active March 2, 2023 13:50
Show Gist options
  • Save Artoria2e5/197b6da4c79a4e7d024bb7ccbb5ed98c to your computer and use it in GitHub Desktop.
Save Artoria2e5/197b6da4c79a4e7d024bb7ccbb5ed98c to your computer and use it in GitHub Desktop.
Victoria 3 savefile format
  • Files always start with AD 55 01 00 03 00
  • Strings are coded as length (uint16 LE), followed by bytes
  • 0F 00 is... something
  • meta is just the head portion of gamestate (country name, country flag, mods, game flags)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment