219
edits
VeryGoodDog (talk | contribs) m (VeryGoodDog moved page Setting up your Development Environment to Modding:Setting up your Development Environment) |
Lazy Warlock (talk | contribs) |
||
Line 14: | Line 14: | ||
== Install Development Tool == | == Install Development Tool == | ||
VintageStory is developed in C#. Choose one of the above IDEs or other alternatives. We suggest '''Visual Studio Community''' | VintageStory is developed in C#. Choose one of the above IDEs or other alternatives. We suggest using '''Visual Studio Community''' for Windows. For Linux you may want to use '''MonoDevelop''' or '''Visual Studio Code'''. | ||
=== Installation Guide on Linux with MonoDevelop === | === Installation Guide on Linux with MonoDevelop === | ||
Line 35: | Line 35: | ||
2. You can now either get the mod template project or manually set up a mod project. The mod template offers a convenience tool to set up multiple mod projects and to quickly pack up and have a ready-to-ship mod | 2. You can now either get the mod template project or manually set up a mod project. The mod template offers a convenience tool to set up multiple mod projects and to quickly pack up and have a ready-to-ship mod | ||
== Setup using Mod template == | == Setup using Mod template == |
edits