Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
Line 97: Line 97:
= Project Setup (DLL) =
= Project Setup (DLL) =


WIP
Dll mods are way more powerful than source mods, but they have two major downsides. Firstly, they are not able to carry assets which will be loaded by the game, secondly because they are so powerful they can be dangerous. Besides that dll mods can (unlike the others) have cross mod references, provide APIs and use C# 7. We recommend this type of mod for more experienced mod developers.


== Add Mod ==
== Add Mod ==