A collection of tools for Paradox Interactive games
Go to file
2023-04-05 21:52:35 +06:00
diff-text UpdateMods,RenameMods,CleanLocales 2023-04-05 04:07:39 +06:00
paradox-mod-merger fixed GenerateRussian 2023-04-05 21:52:35 +06:00
.gitignore publish_native.sh 2023-02-25 00:13:59 +06:00
Makefile Makefile 2023-03-18 06:29:30 +06:00
paradox-mod-merger.sln Makefile 2023-03-18 06:29:30 +06:00
publish_debug.sh DiffConflicts 2023-03-18 05:08:12 +06:00
publish_native.sh publish_native.sh 2023-02-25 00:13:59 +06:00
README.md README 2023-03-18 06:27:47 +06:00

Paradox Mod Merger

A piece of shitty code i wrote to simplify merging Paradox Interacive's game modifications. Works for HOI4 and Stellaris.

Installation

  1. install 7z and add it to path
  2. install dotnet7.0 sdk
  3. cp Makefile some_mod_colletion_dir/
    
  4. set CSPROJ_DIR and STEAMLIB_DIR in Makefile
  5. make update_merger
    
  6. 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