Installing the game on Linux: Difference between revisions

From Vintage Story Wiki
(Undo revision 13825 by Zybillo (talk))
Tag: Undo
(Undo revision 13817 by Zybillo (talk))
Tag: Undo
Line 22: Line 22:
</translate>
</translate>


==Диагностика==
==Troubleshooting==


Если вы не можете войти в систему, попробуйте запустить <code>sudo cert-sync /etc/ssl/certs/ca-certificates.crt</code> или <code>sudo cert-sync /etc/pki/tls/certs/ca-bundle.crt</code>.
If you cannot log in, try running <code>sudo cert-sync /etc/ssl/certs/ca-certificates.crt</code> or <code>sudo cert-sync /etc/pki/tls/certs/ca-bundle.crt</code>.


По другим вопросам, обращайтесь на  форум  [https://www.vintagestory.at/forums/topic/520-linux-distrosconfigurations-under-which-vs-is-known-to-run/ working linux setups] за помощью.
For other issues, the Forum thread on [https://www.vintagestory.at/forums/topic/520-linux-distrosconfigurations-under-which-vs-is-known-to-run/ working linux setups] might help you.

Revision as of 11:29, 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.