Installing the game on Linux: Difference between revisions

From Vintage Story Wiki
Marked this version for translation
(Undo revision 13813 by Zybillo (talk))
Tag: Undo
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:9-->
Running Vintage Story on Windows can be a seamless experience, since the .NET Framework (That the game runs on top of) is integrated with the OS and can be easily installed. However, the .NET Framework was designed to target Windows platforms only, which means that running Vintage Story on other Operative Systems involves some additional steps.
Running Vintage Story on Windows can be a seamless experience, since the .NET Framework (That the game runs on top of) is integrated with the OS and can be easily installed. However, the .NET Framework was designed to target Windows platforms only, which means that running Vintage Story on other Operative Systems involves some additional steps.




==Installing mono==
==Installing mono== <!--T:10-->


<!--T:11-->
In order to play Vintage Story on Linux, you will need to use an utility called [https://www.mono-project.com mono]. This will allow you to run other .NET Framework applications too, and also create your own mods.
In order to play Vintage Story on Linux, you will need to use an utility called [https://www.mono-project.com mono]. This will allow you to run other .NET Framework applications too, and also create your own mods.


<!--T:12-->
* When installing mono on Ubuntu/Debian/Raspbian/CentOS/Fedora, please refer to the instructions [https://www.mono-project.com/download/stable/#download-lin here].
* When installing mono on Ubuntu/Debian/Raspbian/CentOS/Fedora, please refer to the instructions [https://www.mono-project.com/download/stable/#download-lin here].
* When installing mono on ArchLinux or any Arch-based distro (Manjaro, Antergos, etc), refer to the instructions [https://wiki.archlinux.org/index.php/mono#Installation here].
* When installing mono on ArchLinux or any Arch-based distro (Manjaro, Antergos, etc), refer to the instructions [https://wiki.archlinux.org/index.php/mono#Installation here].




==Launching the game==
==Launching the game== <!--T:13-->


<!--T:14-->
After installing mono, you're ready to start the game.
After installing mono, you're ready to start the game.


<!--T:15-->
* Open a new terminal.
* Open a new terminal.
* Navigate to the game folder.
* Navigate to the game folder.
* Type <code>mono Vintagestory.exe</code> and hit enter.
* Type <code>mono Vintagestory.exe</code> and hit enter.


<!--T:16-->
The game files also contain a script called <code>install.sh</code> that installs the game in <code>~/ApplicationData/vintagestory/</code> and creates a shortcut on your desktop.
The game files also contain a script called <code>install.sh</code> that installs the game in <code>~/ApplicationData/vintagestory/</code> and creates a shortcut on your desktop.
</translate>
</translate>
688

edits