Web Analytics Made Easy - Statcounter

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.

Mod details

Lowercase letters and digits only, no spaces. This is the asset domain.

Patches

One per line. file is a domain:path (use game: for vanilla); path is a JSON pointer; the value is auto-typed (number, true/false, or text).

Paste a JSON array of full patch objects for any op (add, remove, addmerge, ...). Validated before packaging.

Generating...

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.