Skip to content

pydt/civ6-save-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Civ 6 Save File Parser

Maintained by the creators of playyourdamnturn.com.

Usage: node index.js filename.Civ6Save [OPTIONS]

Options

  • --outputCompressed: Writes the compressed payload to the working directory.
  • --simple: Just outputs the parsed information, no metadata.

Use as Module

See tests for module usage, docs will come as the API stabilizes