taw / paradox-tools

Utilities for formats found in various Paradox games (Europa Universalis, Crusader Kings etc.)
MIT License
43 stars 8 forks source link

paradox-tools

Utilities for formats found in various Paradox games (Europa Universalis 3/4, Crusader Kings 2, Hearts of Iron 4 etc.)

There are also source files for some of my mods including Modern Times for CK2, Fun and Balance for EU4.

If you have any questions, feel free to create a github issue.

Script usage

There are over 160 scripts in this repository.

You need ruby installed to run them.

If you're not sure how to run a script just run it without any arguments, and it should print you usage instructions. If it doesn't

On OSX you can just run them with:

$ folder/scriptname

On Windows depending on how you installed ruby, you'll need to use:

$ ruby folder/scriptname
$ jruby folder/scriptname

Most scripts follow similar order of arguments, like:

$ folder/scriptname path/to/save/file path/to/game
$ folder/scriptname path/to/save/file path/to/game path/to/mod1 path/to/mod2 ...
$ folder/scriptname path/to/game
$ folder/scriptname path/to/game path/to/mod1 path/to/mod2 ...

Save files must be text-based (not ironman), and not compressed.

bin/unpack_save script can remove compression, but for removing ironman you'll need third party tools.

Contents overview

Links