Tools / Vintage Story
Vintage Story JSON Patch Mod Generator
Vintage Story content mods patch the game's JSON by file and path. Give
the patches you want and this builds an installable mod - a correct modinfo.json,
the assets/<modid>/patches/ layout, and a valid JSON array - then zips it.
No coding; you bring the patch targets, we handle the packaging.
How it works
A Vintage Story content mod is a zip with a modinfo.json at its root and JSON
patch files under assets/<modid>/patches/. Each patch names a vanilla
file, an op (replace, add, remove, ...), a path, and a
value. This tool writes all of that and zips it; drop the zip in your
Mods/ folder. Find file/path targets with the in-game ModMaker 3000 or the
Vintage Story JSON patching guide.