Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
No edit summary
Line 92: Line 92:
= Project Setup (ZIP - DLL) =
= Project Setup (ZIP - DLL) =


Coming soon ...
Both dll and zip mods have their advantages and disadvantages, so why not combine them together? This project setup is equal to zip, but you can pack your zip in a different way. Instead of adding the source code to the zip file, it uses the compiled dll. This allows you to have all the dll benefits while still having the zip mod asset structure.
 
== Pack ==
''Syntax: <code>packd-dll <modid></code>''
 
Creates a mod zip file and places it in <code>/releases/<modid>/<modid>_v<modversion>_dll.zip</code>. This file is ready for use and can be shared with other people.


= Project Setup (DLL) =
= Project Setup (DLL) =
Confirmedusers, editor, Administrators
886

edits