Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
No edit summary
Line 48: Line 48:


== Get the Modtemplate ==
== Get the Modtemplate ==
To get started download the VSModTemplate solution ([https://github.com/anegostudios/vsmodtemplate/releases/download/1.1/VSModTemplate-v1.1.zip here]). Now you simply need to extract the zip archive to your desired place:
[[File:VSMods9.png]]
Navigate to <code>VSMods</code> and double click <code>VSMods.sln</code> (only works if VisualStudio is installed). Alternatively you can also start VisualStudio hit <code>Open Project/ Solution</code>, navigate to the extracted folder and select <code>VSMods.sln</code>. Once it has loaded you can run your first test by hitting <code>start</code> [[File:VSMods10.png]]. If everything has been done correctly VintageStory should start.
'''Also make sure you have installed the latest version of VintageStory, otherwise some of the following tutorials might be outdated.'''


== Run ModTools ==
== Run ModTools ==