Modding:Types of Mods: Difference between revisions
From Vintage Story Wiki
VeryGoodDog (talk | contribs) m (VeryGoodDog moved page Types of Mods to Modding:Types of Mods) |
VeryGoodDog (talk | contribs) (remove content/theme distinction, and remove red link to code mod added stub notice) |
||
Line 1: | Line 1: | ||
{{Stub}} | |||
There are 3 main types of modes one can create: | There are 3 main types of modes one can create: | ||
* [[Theme Pack]]: A mod that only modifies textures and | * [[Theme Pack]] or Content mod: A mod that only modifies the game using the JSON patching and asset loading system, possibly using textures and sounds. | ||
* | * Code Mod: A mod that contains code written in C# that modifies the behavior of the game. These mods can also include all content allowed in a content mod. | ||
Revision as of 14:19, 10 May 2020
There are 3 main types of modes one can create:
- Theme Pack or Content mod: A mod that only modifies the game using the JSON patching and asset loading system, possibly using textures and sounds.
- Code Mod: A mod that contains code written in C# that modifies the behavior of the game. These mods can also include all content allowed in a content mod.