Welcome to the Unofficial HorizonXI Linux Installer
Download the latest HorizonXI Linux Installer here
Once downloaded, you need to mark it as executable. Open a terminal and run the following command:
chmod +x Downloads/horizonxi-installer
Finally, you can run the installer from the terminal as well:
./Downloads/horizonxi-installer
Once it is done installing, you can run the game from the terminal with the following command:
$HOME/HorizonXI/horizonxi
Optionally, if you already have HorizonXI.zip downloaded via a different method, you can supply it as an argument to the installer so that you do not need to download it again:
./horizonxi-installer -d /path/to/HorizonXI.zip
If you run into a problem while installing, you can try removing the install directory and running the installer again:
rm -rf $HOME/HorizonXI
Then:
./Downloads/horizonxi-installer
I thought it might be helpful to explain exactly what the installer is doing so that steps can be replicated by hand if necessary.
The HorizonXI data files (HorizonXI.zip) are downlaoded via bittorrent. This is the current magnet link:
After download (or if files are supplied by user), the data files are run through an integrity check using SHA256.
wine-ge-custom is a version of wine that is built from the most recent bleeding-edge proton experimental wine repo.
D8VK is a translation layer that translates Direct3D API calls to Vulkan API calls.
This will allow HorizonXI to run better on Linux.
This will prevent blackscreens when zoning in-game.
This sets the FPS divisor to 1, which allows a max of 60FPS by default instead of 30FPS.