Modding:Types of Mods: Difference between revisions

From Vintage Story Wiki
No edit summary
(remove content/theme distinction, and remove red link to code mod added stub notice)
(4 intermediate revisions by 3 users not shown)
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 shapes
* [[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.
* [[Contend Mod]]: A mod that only modifies game assets without programming
* 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.
* [[Code Mod]]: A content mod that also contains code.

Revision as of 14:19, 10 May 2020

Sapling-birch.png

This article is a stub.
This article does not contain as much information as we would like. If you wish to contribute, you can request wiki edit access on the forum or the Discord.


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.