Installing the game on Linux/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "* Откройте новый терминал. * Перейдите в папку с игрой. * Введите <code>mono Vintagestory.exe</code> и нажмите enter.")
(Created page with "Файлы игры также содержат сценарий под названием <code>install.sh</code> который устанавливает игру в <code...")
Line 18: Line 18:
* Введите <code>mono Vintagestory.exe</code> и нажмите enter.
* Введите <code>mono Vintagestory.exe</code> и нажмите 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> и создает ярлык на рабочем столе.


==Troubleshooting==
==Troubleshooting==

Revision as of 11:44, 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 и т. д.) ознакомьтесь с инструкциями здесь.


Запуск игры

После установки mono, вы готовы начать игру.

  • Откройте новый терминал.
  • Перейдите в папку с игрой.
  • Введите mono Vintagestory.exe и нажмите enter.

Файлы игры также содержат сценарий под названием install.sh который устанавливает игру в ~/ApplicationData/vintagestory/ и создает ярлык на рабочем столе.

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.