Skip to content

pz-icon-maker 1.0.1

Choose a tag to compare

@AlexVDefi AlexVDefi released this 09 Jul 19:57

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 sibling common/.

  • Item and model scripts are read from every root; version definitions override common/.

  • Only common/ and version-named directories are considered, so a stray media/ folder or a
    symlink to a game install is never pulled in.

  • defaults.extraRoots gets the same treatment, so a cross-mod part resolves by pointing at that
    mod's top-level folder:

    { "defaults": { "extraRoots": ["C:/mods/HorseMod"] } }
  • list now prints the version directory and common/ 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.