Linux Installation

Important Notice

Please be advised that our game is primarily developed and optimized for the Windows platform. The Linux installation instructions provided below are intended solely for reference purposes. As dedicated Linux support is not available, users are encouraged to apply their own technical expertise for configuration and troubleshooting. We appreciate your understanding and welcome community contributions.

Step 1 – Installing WINE

To have best compatability, please install the latest stable version of Wine from WineHQ.

# Enable 32-bit architecture for Wine sudo dpkg --add-architecture i386 # Create directory for repository keys and add the WineHQ key sudo mkdir -pm755 /etc/apt/keyrings wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - # Add the WineHQ repository sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(uname -r)/winehq-$(uname -r).sources # Update package index and install Wine sudo apt update sudo apt install --install-recommends winehq-stable

Step 2 – Installing Lutris

Proceed by installing the latest version of Lutris in accordance with the official guidelines provided on the Lutris website.

# Download the latest Lutris package from https://github.com/lutris/lutris/releases # The command below references Lutris version v0.5.18 as an example; please verify you are installing the latest version: wget -qO- https://github.com/lutris/lutris/releases/download/v0.5.18/lutris_0.5.18_all.deb | sudo dpkg -i -

Step 3 – Installing Our Launcher

Note: Should you experience crashes during startup, it is recommended that you install DXVK via the Addons > Modules section in the launcher.

lutris -i https://download.ascension-patch.com/scripts/ascension-lutris.yaml?version=1