Skip to content

Nateonus/vsmodexamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vintage Story Modding Examples

Welcome to the Vintage Story Modding Examples Repo.

This contains a set of content mods, made in JSON, and code mods, made using C#.

Most of these examples have follow-along tutorials on the Vintage Story Wiki.

Mod Examples

Each mod example has its own readme file associated with it - This will give a link to its wiki tutorial if one exists.

Most mod examples also contain two zip files, a setup and a complete. The setup zip file allows you to follow along with the appropriate tutorial.

Content mods can be unzipped (or left zipped) and placed directly into the game's "mods" folder.

The code mods examples are configured using the .NET 7 templates. They should work out of the box with Visual Studio, but may require some confuration to work with other IDEs.

Example Mod Versions

  • Content Mods: 1.21.0
  • Code Mods: 1.20.4

Major Changes

  • All non-old code mods updated to use .NET 8 since v1.21.0.

About

Vintage Story Servermod Examples

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.1%
  • C 1.2%
  • Other 1.7%