877 B
877 B
Paradox Mod Merger
A piece of shitty code i wrote to simplify merging Paradox Interacive's game modifications. Works for HOI4 and Stellaris.
Installation
- install 7z and add it to path
- install dotnet7.0 sdk
-
cp Makefile some_mod_colletion_dir/ - set
CSPROJ_DIRandSTEAMLIB_DIRinMakefile -
make update_merger -
make create_dirs
dir structure
separate/ mods sorted by categories
├── content/
├── graphics/
├── localisation/
├── post/
├── pre/
├── ui/
└── unused/
src/
├── src_yyy.MM.dd_hh-mm-ss/
│ └── ... unsorted mods copied from steam workshop copied by clean_workshop task
└── ...
merged/
└── ... merged mod categories