Modding:Other Resources
From Vintage Story Wiki
There are a number of resources that can help with modding the game. Some of these are maintained by the community, and others are official programs and documentation.
Wiki Resources
- Community Resources - A list of community-made resources that may help with modding.
- Programming Languages - A variety of tutorials to help you learn the required languages for modding.
- Inbuilt ModMaker - A tutorial on how to use the inbuilt mod maker program.
External Resources
- AnegoStudios Mod Examples - A GitHub repo of mod examples created by Anego Studios. Note that some of these are quite dated.
- Nat's Mod Examples - A GitHub repo of mod examples created by Nat. These are maintained and kept up-to-date with the current game version, and many of the wiki tutorials use these.
- Code API Docs - An auto-generated documentation for the available Vintage Story APIs.
- JSON/Content Docs - An auto-generated documentation for many JSON asset definitions. Includes required, recommended, and optional properties for a lot of the moddable assets.
- AnegoStudios GitHub - The AnegoStudios GitHub page. Contains a number of repositories that can be searched to help with modding.