Installing the game on Linux: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<!--T:12--> | <!--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 | * When installing mono on Arch Linux or any Arch-based distro (Manjaro, Antergos, etc), refer to the instructions [https://wiki.archlinux.org/index.php/mono#Installation here]. | ||
==Launching the game== <!--T:13--> | ==Launching the game== <!--T:13--> |
Revision as of 16:20, 26 December 2020
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 Operating Systems involves some additional steps.
Installing mono
In order to play Vintage Story on Linux, you will need to use an utility called mono. This will allow you to run other .NET Framework applications too, and also create your own mods.
- When installing mono on Ubuntu/Debian/Raspbian/CentOS/Fedora, please refer to the instructions here.
- When installing mono on Arch Linux or any Arch-based distro (Manjaro, Antergos, etc), refer to the instructions here.
Launching the game
After installing mono, you're ready to start the game.
- Open a new terminal.
- Navigate to the game folder.
- Type
mono Vintagestory.exe
and hit enter.
The game files also contain a script called install.sh
that installs the game in ~/ApplicationData/vintagestory/
and creates a shortcut on your desktop.
Troubleshooting
If you cannot log in, try running sudo cert-sync /etc/ssl/certs/ca-certificates.crt
or sudo cert-sync /etc/pki/tls/certs/ca-bundle.crt
.
For other issues, the Forum thread on working linux setups might help you.