Skip to content

v0.2.1

Choose a tag to compare

@soundbyter soundbyter released this 15 Aug 01:42
· 18 commits to main since this release

Patch release: fixes the mod-supplied flavour override.

Fixed

  • The mod-supplied flavour override (assets/<yourmoddomain>/skillbooks/<traitcode>.json, letting another mod author ship their own title/blurb for their trait's book) was never actually reachable. Confirmed via decompile that Vintage Story's asset system only scans a fixed set of known category folders per domain -- the path was missing a config/ prefix, so it was silently never indexed regardless of correct placement. Corrected path: assets/<yourmoddomain>/config/skillbooks/<traitcode>.json. See the README for details.

No other changes. Existing installs on 0.2.0 are unaffected unless you were relying on this specific feature.