Installing the game on Linux: Difference between revisions

From Vintage Story Wiki
(Undo revision 13817 by Zybillo (talk))
Tag: Undo
(Undo revision 13814 by Zybillo (talk))
Tag: Undo
Line 10: Line 10:
* При установке mono на ArchLinux или любой дистрибутив на базе Arch (Manjaro, Antergos и т. д.) ознакомьтесь с инструкциями [https://wiki.archlinux.org/index.php/mono#Installation здесь].
* При установке mono на ArchLinux или любой дистрибутив на базе Arch (Manjaro, Antergos и т. д.) ознакомьтесь с инструкциями [https://wiki.archlinux.org/index.php/mono#Installation здесь].


==Запуск игры==
==Launching the game==


После установки mono, вы готовы начать игру.
After installing mono, you're ready to start the game.


* Откройте новый терминал.
* Open a new terminal.
* Перейдите в папку с игрой.
* Navigate to the game folder.
* Введите <code>mono Vintagestory.exe</code> и нажмите enter.
* Type <code>mono Vintagestory.exe</code> and hit enter.


 
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.
Файлы игры также содержат сценарий под названием  <code>install.sh</code> который устанавливает игру в <code>~/ApplicationData/vintagestory/</code> и создает ярлык на рабочем столе.
</translate>
</translate>



Revision as of 11:30, 27 November 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 Operative Systems involves some additional steps.


Установка mono

Для того чтобы играть в Vintage Story на Linux, вам нужно будет использовать утилиту под названием моно. Это позволит вам запускать и другие приложения .NET Framework, а также создавать свои собственные моды.

  • При установке mono на Ubuntu/Debian/Raspbian/CentOS/Fedora, пожалуйста, ознакомьтесь с инструкциями здесь.
  • При установке mono на ArchLinux или любой дистрибутив на базе Arch (Manjaro, Antergos и т. д.) ознакомьтесь с инструкциями здесь.

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.