pz-icon-maker 1.0.1
Fixes mod folder resolution.
Point the tool at the mod folder — the one holding common/ and the version directories
(42.13/). It now reads both, exactly as the game does: the highest version directory wins,
with common/ underneath it. Assets living in common/ were previously invisible.
-
A version directory (
MyMod/42.13) still works, and now also picks up its siblingcommon/. -
Item and model scripts are read from every root; version definitions override
common/. -
Only
common/and version-named directories are considered, so a straymedia/folder or a
symlink to a game install is never pulled in. -
defaults.extraRootsgets the same treatment, so a cross-mod part resolves by pointing at that
mod's top-level folder:{ "defaults": { "extraRoots": ["C:/mods/HorseMod"] } } -
listnow prints the version directory andcommon/it chose.
Install
Download pz-icon-maker-1.0.1-win-x64.zip below, unzip, run pz-icon-maker.exe.
pz-icon-maker-cli.cmd in the same folder is the headless CLI.
Full feature list: see the 1.0.0 release.