ck2parser

1.0.0 • Public • Published

Crusader Kings 2 Savegame Parser

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/you/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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3
  • 0.1.0
    0
  • 0.0.6
    0
  • 0.0.5
    0

Package Sidebar

Install

npm i ck2parser

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • chriskjaer