Linux install guide

Linux 安装

请注意,我们的游戏主要针对Windows平台开发和优化。下方提供的Linux安装说明仅供参考。由于我们不提供专门的Linux支持,建议用户运用自己的技术知识进行配置和故障排除。感谢您的理解,欢迎社区贡献。

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

以下指南改编自官方Lutris说明,可在Lutris查看。我们强烈建议不要使用第三方安装脚本;请使用本页面末尾提供的官方版本。

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

为了获得最佳兼容性,请从WineHQ安装最新稳定版本的Wine。
Wine command
sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine winetricks

Install Lutris

按照Lutris网站提供的官方指南安装最新版本的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

注意:如果您在启动时遇到崩溃,建议您通过启动器中的插件 > 模块部分安装DXVK。
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.