Modding:Community Resources
From Vintage Story Wiki
Introduction
There are a number of resources created by the community to assist with creating mods. These are listed below.
Adding to this page
To add to this page, it is recommended to ask someone who has wiki-editing access. Or, create a wiki account and ask for wiki edit access in #wiki-and-translations on Discord. Don't forget to include your wiki username.
Using the visual editor, insert a new table row in the appropriate category and fill in all the details.
Tools for Content Mods
Tool Name | Author | Link | For VS Version... | Description |
---|---|---|---|---|
Achievements API | Nat (Nateonus) | https://mods.vintagestory.at/show/mod/9615 | 1.19+ | Add achievements into your mods using a simple JSON format. |
Config lib | Maltiez | https://mods.vintagestory.at/configlib | 1.19+ | Add configuration files editable via GUI |
Recipe Patcher | DanaCraluminum | https://mods.vintagestory.at/recipepatcher | 1.19+ | Patches existing recipes before resolving them to replace ingredients and/or outputs. |
PatchDebug | goxmeor | https://mods.vintagestory.at/show/mod/513 | 1.20+ | Utility to debug patches, displaying the contents of affected files before and after applying patches. |
Prettier VS | Rhoun | https://mods.vintagestory.at/prettiervs | - | Utility to automatically format JSON in a compact yet readable way. |
ExtraCode | jayu | https://mods.vintagestory.at/extracode | 1.19+ | Adds extra classes and attributes for content mods to use |
VTML Editor | jayu | https://mods.vintagestory.at/vtmleditor | 1.20+ | View and edit VTML lang entries in game |
VSContentModTemplate | jayu | https://mods.vintagestory.at/dotnetmodtmplts | - | Simple template for creating Vintage Story content mods |
Tools for Code Mods
Tool Name | Author | Link | For VS Version... | Description |
---|---|---|---|---|
VSCodeModTemplate | jayu | https://mods.vintagestory.at/dotnetmodtmplts | - | Template for Vintage Story code mods with some more advanced options |
Other Resources
Tool Name | Author | Link | For VS Version... | Description |
---|---|---|---|---|