Skip to content

chriskjaer/ck2parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CK2 Savegame to JSON parser for the Paradox Game: Crusader Kings 2.

Features

Takes the path to an uncompressed savegame and returns a promise which resolves to a json object.

Usage

Install package with npm. npm install ck2parser --save

var parse = require('ck2parser');
var SAVEGAME = '../path/to/your/savefile.ck2';

parse(SAVEGAME)
  .then(console.log)
  .catch(console.error)

Author

Chris Kjær Sørensen

Copyright and license

Copyright Chris Kjær Sørensen

LICENSE MIT

About

Crusader Kings 2 Savegame to JSON Parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published