Linux install guide

Linux Installation

Bitte beachte, dass unser Spiel hauptsächlich für die Windows-Plattform entwickelt und optimiert wurde. Die unten stehenden Installationsanweisungen für Linux dienen ausschließlich zu Referenzzwecken. Da kein dedizierter Linux-Support verfügbar ist, empfehlen wir Nutzern, ihre eigene technische Expertise zur Konfiguration und Fehlerbehebung einzusetzen. Wir danken für dein Verständnis und freuen uns über Beiträge aus der Community.

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

Die folgende Anleitung basiert auf den offiziellen Lutris-Anweisungen, verfügbar unter Lutris. Wir raten dringend vom Einsatz inoffizieller Installationsskripte ab – bitte verwende ausschließlich die am Ende dieser Seite verlinkte offizielle Version.

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

Für beste Kompatibilität installiere bitte die neueste stabile Version von Wine von WineHQ.
Wine command
sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine winetricks

Install Lutris

Fahre fort, indem du die neueste Version von Lutris gemäß den offiziellen Richtlinien auf der Lutris-Website installierst.
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

Hinweis: Solltest du beim Start Abstürze erleben, wird empfohlen, DXVK über den Bereich Addons > Module im Launcher zu installieren.
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.