I tried seeking help on Reddit and even on the Lutris Discord, but I still have a problem and can’t play this game. I attempted to install the game using the Lutris script, but it’s simply not working, and Lutris doesn’t recognize the diabdat.mpq file. I also tried installing it manually based on some suggestions from Reddit, but when I launch the game, I only see a black screen and hear the music. I experimented with various Wine versions, but I haven’t had any luck so far.
I managed to launch the game and see something with Proton 7.0 but its unplayable. I started to see something with DXVK off
I’ve spent quite a lot of time trying to get The Hell mods running on Linux. Finally today I managed it. I wrote up some instructions (below) and provided the special Wine prefix were required to get the game running. Please let me know if you have any issues or have suggestions for improvement!
How to Install Diablo: The Hell 2 or 3 with Lutris
It was very difficult to find a way to run this on Linux - so I wrote this guide to help others who I know have also beat their heads against the table. The trick which finally allowed me to run it was I lucked into building a Wine prefix which is apparently crucially important to running the game. I have no idea what makes this Wine prefix special, but I’ve tested it on four computers (Ubuntu 20.04, 22.04, & Pop!OS) and it works on them all.
Downloads
You need the following four files
TH3_vx.xxxx.zip
, and music pack:TH3_music_vx.x.zip
diablo-the-hell-wine-prefix.tar.xz
diabdat.mpq
Wine setup and install
We’ll create the Wine prefix, install The Hell into that prefix, and then set up Lutris to point to it. This guide will create the prefix at
~/Games/diablo-the-hell
, but you can put it elsewhere if you like.diablo-the-hell-wine-prefix.tar.xz
to~/Games/diablo-the-hell
mkdir ~/Games/diablo-the-hell/drive_c/Program\ Files/diablo-the-hell/
TH3_vx.xxxx.zip
to~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/
TH3_music_vx.x.zip
to~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/
diabdat.mpq
to~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/
~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/config.ini
and make the following changes:set DDraw on
Very important!!set fps 60
Limits frames per second (optional)set startvideo off
Skips opening cinematic on startup (optional)set screenwidth 1920
Sets resolution width (optional)set screenheight 1080
Sets resolution height (optional)Lutris config
+
to add a new game, and set the following:Game Options
, set the following:~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/TH2.exe
(for The Hell 2), or~/Games/diablo-the-hell/drive_c/Program Files/diablo-the-hell/TH3.exe
(for The Hell 3)~/Games/diablo-the-hell/
Save
Right Click
on “Diablo - The Hell” ->Configure
Change
Apply
->Save
Lutris
under “Sources” on the left ->Community Installers
Final thoughts