Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
Line 85: Line 85:
''Syntax: <code>add <modid></code>''
''Syntax: <code>add <modid></code>''


Allows you to add a mod to your workspace. It's fully automated and will generate an <code>assets</code> and a <code>src</code> folder, including a <code>modinfo.json</code> file. The mod will be added to your project and will be loaded by VintageStory. Also make sure to fill in all additional information in <code>modinfo.json</code>.
Adds a new mod project to your workspace, also generates an <code>assets</code>, a <code>src</code> folder and a <code>modinfo.json</code> file. The mod will be added to your visual studio solution and will be loaded by VintageStory. Make sure to fill in all additional information in <code>modinfo.json</code>.


== Delete Mod ==
== Delete Mod ==
Confirmedusers, Bureaucrats, editor, Administrators
1,778

edits