Expansion pack for Blizzard's game Diablo provided you by Sierra.
Sierra does not support this game anymore.
Application Details:
Version: | Hellfire: 1.01 |
License: | Retail |
URL: | http://www.blizzard.com/diablo |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 7.0 |
Maintainers: About Maintainership
What works
Even though you do not see menu correctly (missing background image above and below menu itself, rotating pentagram left from currently selected menu item is not shown, you only see frozen one when you navigate to other menu items - so it is easy to guess where you are now actually) but you still able to navigate it and start/load games.
I have completed the whole game from start to end (killing Diablo) in like one week (with save/loads) by mage. Everything else (except for menu) was working flawlessly.
What does not
Starting menu glitches but usable.
Workarounds
What was not tested
Multiplayer.
Hardware tested
Graphics:
Additional Comments
Giving Gold instead of Platinum only because of these real minor menu glitches. But they can be safely ignored and do not impact gameplay itself at all! Admin note: rating changed to conform to the rating definitions.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Feb 08 2022 | 7.0 | Yes | Yes | No | Silver | Jeff D. Hanson | |
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jan 21 2015 | 1.7.34 | Yes | Yes | No | Silver | Jeff D. Hanson | |
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jan 21 2015 | 1.6.2 | Yes | Yes | No | Silver | Jeff D. Hanson | |
Show | Ubuntu 12.04 "Precise" i386 (+ variants like Kubuntu) | Feb 10 2014 | 1.4.1 | Yes | Yes | No | Silver | an anonymous user | |
Current | Ubuntu 11.10 "Oneiric" i386 (+ variants like Kubuntu) | Apr 07 2012 | 1.4 | Yes | Yes | No | Silver | an anonymous user |
*ubuntu users can use the commands:
sudo apt-get install ipx; sudo modprobe ipx; sudo ipx_interface add -p eth0 802.2 0x12345678
(change eth0 for the name of your ethernet/wireless card)
First, put the Diablo CD in!
If you've already installed it, great. If not, go do that.
Then, do this on the command line:
note: this dosnt need to be done for the hellfire CD
dd if=/dev/cdrom of=~/Diablo.iso
To mount this image of the CD:
sudo mkdir /media/iso0
sudo mount -o loop ~/Diablo.iso /media/iso0
Using winecfg, add a new drive that points to /media/iso0, and give it the type CD-ROM.
Finally, run Diablo.exe in your program files and you're done! Whenever you want to mount it again, just do:
sudo mount -o loop ~/Diablo.iso /media/iso0
When you're done and don't feel like keeping it mounted, just do:
sudo umount /media/iso0
If you have any issues still with Diablo complaining about no CD
being inserted, make sure the iso mount point you made is configured as
a CD-ROM device in winecfg, and make sure you have already mounted it
first!
~/wine/dosdevices should contain: (D being the drive letter of the iso image)
d\: (link to /media/iso0)
d\:\: (link to ~/Diablo.iso)
Follow the instruction which is available at:
You must have DirectDrawRenderer in the registry set to "gdi" (which is the default) for Diablo to work. If you have changed it to "opengl" at any point then the game will crash after the Blizzard logos.
for your convenience here is a reg file that will change it for you:
-------------start DDrawRender.reg-------------
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\AppDefaults\Diablo.exe\Direct3D]
"DirectDrawRenderer"="gdi"
--------------end DDrawRender.reg--------------
just copy the date NOT including the dashed lines to DDrawRender.reg and then use
wine regedit DDrawRender.reg
to add it to the registry