USAGE
Best Practices
Back up your game’s
package/
and/or game saves folder externally before major changes.Keep
Decima_pack.exe
in the manager folder for correct output placement.Place each mod in its own folder under
mods/
with descriptive names, see next page.
For mods with multiple variants, include a
variation.png
in each variant folder.Store common assets
.stream/.core
in your mod's parent folder, no longer needshared_files
subfolder.Include a
modinfo.json
file within each mod’s parent folder. Refer to the template below for formatting guidance.Test mods one or two at a time to confirm functionality.
Last updated