Linux install guide

Linux instalance

Upozorňujeme, že naše hra je primárně vyvinuta a optimalizována pro platformu Windows. Pokyny k instalaci systému Linux uvedené níže jsou určeny výhradně pro referenční účely. Vzhledem k tomu, že vyhrazená podpora pro Linux není k dispozici, doporučujeme uživatelům, aby při konfiguraci a řešení problémů použili své vlastní technické znalosti. Děkujeme za pochopení a vítáme příspěvky komunity.

What this means

  • We do not provide Linux troubleshooting.
  • We do not debug Wine, Lutris, package sources, drivers, or Linux-only launcher issues.
  • If a command fails, use upstream documentation or community resources instead of support tickets.

Need support? Use Windows.

If you want the supported path, use the Windows installer. Linux is here only for people who are comfortable configuring and troubleshooting it themselves.

Choose your distro family

Následující průvodce je převzat z oficiálních pokynů Lutris, které jsou k dispozici na Lutris. Důrazně nedoporučujeme používat instalační skripty třetích stran; použijte prosím oficiální verzi uvedenou na konci této stránky.

Use the tab that matches your package manager. The commands below are intentionally simple.

Ubuntu/Debian

Use distro packages first. This is the simplest path and the easiest one to recover if something fails.

If apt cannot find Lutris, enable Universe and Multiverse on Ubuntu or contrib on Debian before continuing.

Install Wine

Pro zajištění nejlepší kompatibility si prosím nainstalujte nejnovější stabilní verzi Wine z WineHQ.
Wine command
sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine winetricks

Install Lutris

Pokračujte instalací nejnovější verze Lutris v souladu s oficiálními pokyny uvedenými na webu Lutris.
Lutris command
sudo apt install lutris

Verify Wine and Lutris

If either command fails, stop here and fix your local Linux setup first.
Verification command
wine --version lutris --version

Run the Ascension installer

Poznámka: Pokud během spouštění dojde k selhání, doporučujeme nainstalovat DXVK prostřednictvím sekce Addons > Modules ve spouštěči.
Installer command
lutris -i https://download.ascension-patch.com/scripts/ascension-lutris.yaml?version=4

If the launcher or game crashes at startup, try DXVK in Lutris and continue troubleshooting on your own.