this post was submitted on 10 Jul 2023
2 points (75.0% liked)
Linux Gaming
15274 readers
365 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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