Vintage Story Modding on OpenMods
SandboxSurvival0 ModsOfficial .NET API, the mod repository, and a developer-supported modding scene
Read more
Articles & guides
About
More about Vintage Story
Anego Studios's voxel survival with first-class .NET modding
Vintage Story (in development since 2016, with regular releases) is Anego Studios's voxel survival game. The developer ships with first-class official modding support, a .NET-based mod API, the official mod repository at mods.vintagestory.at, and an in-game mod browser that pulls from there.
Most Vintage Story mods are C# .NET assemblies that hook into the game's API. The catalogue covers content (new blocks, new mechanics, new biomes), gameplay tweaks, and quality-of-life utilities.
The toolchain
- mods.vintagestory.at: official mod repository.
- In-game mod browser: Settings → Mod Manager → browse the repository.
Mods/folder: drop.zipand.dllmods here for manual install.- Mod template: official VS Code template for authoring.
What you'll find on OpenMods
Vintage Story mods live primarily on the official repository. GitHub hosts source for many .NET mods. OpenMods catalogues GitHub-published VS mods.
Practical notes
- The official mod repo is the canonical channel. No third-party hub matters.
- C# .NET is the mod language. More technical entry barrier than Lua-based games.
- Server-client mod parity required. Modded multiplayer needs matched mods.
- Version compatibility is per-mod. VS updates regularly; mods specify supported VS versions.