Commit Graph
2 Commits
Author SHA1 Message Date
Samuele Lorefice 019d5e2d72 Move debug CSVs to debug/ dir, use INI mod name for PBO prefixes
- Debug CSVs now write to debug/<mod>/ instead of output/<mod>/,
  so they don't get packed into PBOs and bloat size
- PBO filenames use mod name from package_mod.ini (a3rebalancer_*.pbo)
- Cleaned old debug CSVs from output folders
2026-07-20 20:05:37 +02:00
Samuele Lorefice 5d1be18c35 Per-mod output, packaging script, fix requiredAddons CfgPatches names
- Split single config.cpp into per-mod output/<mod>/config.cpp files
- Use original CfgPatches class names (not sanitized folders) in requiredAddons
- Skip 'unknown' source_mod from requiredAddons
- Add scripts/package_mod.py with armake2 PBO packing
- Add package_mod.ini for configurable mod packaging
- Use {} array syntax instead of [] for Arma config compatibility
2026-07-20 19:33:55 +02:00