Confirmedusers
278
edits
m (add rider) |
m (fmt) |
||
Line 25: | Line 25: | ||
== Install Development Tool == <!--T:8--> | == Install Development Tool == <!--T:8--> | ||
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 '''Visual Studio Code''', '''Rider''' or '''MonoDevelop'''. | 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 '''Visual Studio Code''', '''Rider''' or '''MonoDevelop'''. | ||
After you download an IDE, you can now either get the [https://github.com/anegostudios/vsmodtemplate 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. | |||
=== Installation Guide on Windows / macOS with Visual Studio === | |||
{| class="wikitable" | |||
|- | |||
! scope="col"| OS | |||
! scope="col"| Repo | |||
! scope="col"| Command | |||
|- | |||
| Windows | |||
| [https://visualstudio.microsoft.com/downloads/ download exe] | |||
| Run downloaded file | |||
|- | |||
| macOS | |||
| [https://visualstudio.microsoft.com/downloads/ download dmg] | |||
| Run downloaded file | |||
|} | |||
=== Installation Guide on Linux / macOS with MonoDevelop === <!--T:10--> | === Installation Guide on Linux / macOS with MonoDevelop === <!--T:10--> | ||
Line 34: | Line 52: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! scope="col"| | ! scope="col"| OS | ||
! scope="col"| Repo | ! scope="col"| Repo | ||
! scope="col"| Command | ! scope="col"| Command | ||
Line 69: | Line 87: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! scope="col"| | ! scope="col"| OS | ||
! scope="col"| Repo | ! scope="col"| Repo | ||
! scope="col"| Command | ! scope="col"| Command | ||
Line 108: | Line 126: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! scope="col"| | ! scope="col"| OS | ||
! scope="col"| Repo | ! scope="col"| Repo | ||
! scope="col"| Command | ! scope="col"| Command | ||
Line 136: | Line 154: | ||
| <code>sudo tar -xzf ideaIU.tar.gz -C /opt && cd /opt/idea-dir-edit-me && sudo ./idea.sh</code> | | <code>sudo tar -xzf ideaIU.tar.gz -C /opt && cd /opt/idea-dir-edit-me && sudo ./idea.sh</code> | ||
|} | |} | ||
== Mod templates == <!--T:18--> | == Mod templates == <!--T:18--> |