Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 537 Bytes

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