I threw together this tool because I got tired of manually merging script files.
- Checks your Mods folder for mod conflicts. Uses QuickBMS to scan .bundle packages.
- Merges .ws scripts or .xml files inside bundle packages using the powerful open-source merge tool KDiff3.
- Packages new .bundle packages using the official mod tool wcc_lite.
- Detects updated merge source files using the xxHash algorithm by Yann Collet, implemented in .NET by Wilhelm Liao.
KDiff3 & other external binary dependencies aren't included in this source code.