Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
Refactor mod template listing
(fixed links and parameters; minor formatting)
(Refactor mod template listing)
Line 36: Line 36:
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 ==
== Mod templates ==


To get started download the VSModTemplate solution from [https://github.com/anegostudios/vsmodtemplate/releases/latest GitHub] ([https://github.com/anegostudios/vsmodtemplate/releases/download/1.5.5/vsmodtemplate-1.5.5.zip direct link]). Now you simply need to extract the zip archive to your desired destination.
* [https://github.com/anegostudios/vsmodtemplate/releases/latest '''The official Mod template for Visual Studio'''] which is covered in this article.
* [https://github.com/copygirl/howto-example-mod copygirl's VSCode setup]
* [https://gitlab.com/vsmods-public/foundation/vsmodtemplate/-/tree/master Vintage Story Mod Solution Template by Capsup for Visual Studio]
 
== Setup using the official Mod template ==
 
To get started download the VSModTemplate solution from [https://github.com/anegostudios/vsmodtemplate/releases/latest GitHub]. Now you simply need to extract the zip archive to your desired destination.


[[File:VSMods9.png]]
[[File:VSMods9.png]]
Confirmedusers, editor
5

edits