Difference between revisions of "Diablo"

From gr0x0rd
Jump to navigation Jump to search
(Created page with "Install Diablo from your original Cd-Rom. Do not run the game after the installation. Instead, configure wine. '''$''' winecfg Add ''Diablo.exe'' to the applications. Set the Wi...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Install Diablo from your original Cd-Rom. Do not run the game after the installation. Instead, configure wine.
+
Diablo is currently not working in Gentoo with wine 1.2.1. So, if you really want to play Diablo on Gentoo, you'll need to install it in Virtualized Windows.
 +
 
 +
If you want to try playing Diablo with wine, install Diablo from your original Cd-Rom. Do not run the game after the installation. Instead, configure wine.
 
  '''$''' winecfg
 
  '''$''' winecfg
 
Add ''Diablo.exe'' to the applications. Set the Windows Version to "Windows 95". On the Graphics tab, check all the options and select a virtual desktop of 800x600.
 
Add ''Diablo.exe'' to the applications. Set the Windows Version to "Windows 95". On the Graphics tab, check all the options and select a virtual desktop of 800x600.
Line 7: Line 9:
 
After the command completes, you should have a file called diablo.iso in your working directory. Copy this to your desired location. Next, let's mount it as our cd-rom.
 
After the command completes, you should have a file called diablo.iso in your working directory. Copy this to your desired location. Next, let's mount it as our cd-rom.
 
  '''$''' sudo mount -o loop /path/to/diablo.iso /mnt/cdrom
 
  '''$''' sudo mount -o loop /path/to/diablo.iso /mnt/cdrom
You should now be able to run the game.
+
You should now be able to run the game... but mine crashes. shit. Perhaps this will be fixed in a later version of wine so it can be played natively.

Latest revision as of 10:28, 16 June 2011

Diablo is currently not working in Gentoo with wine 1.2.1. So, if you really want to play Diablo on Gentoo, you'll need to install it in Virtualized Windows.

If you want to try playing Diablo with wine, install Diablo from your original Cd-Rom. Do not run the game after the installation. Instead, configure wine.

$ winecfg

Add Diablo.exe to the applications. Set the Windows Version to "Windows 95". On the Graphics tab, check all the options and select a virtual desktop of 800x600.

Despite the latest patches, Diablo still requires that you have the cd-rom in your cdrom drive. We don't like swapping CDs, so let's make an iso from our Diablo cd-rom we can use instead.

$ sudo dd if=/dev/cdrom of=diablo.iso

After the command completes, you should have a file called diablo.iso in your working directory. Copy this to your desired location. Next, let's mount it as our cd-rom.

$ sudo mount -o loop /path/to/diablo.iso /mnt/cdrom

You should now be able to run the game... but mine crashes. shit. Perhaps this will be fixed in a later version of wine so it can be played natively.