I play Diablo II in WINE regularly. Here's a few annoying things, and how to not make them annoying.
TCP/IP Game cannot find valid network addressOpen /etc/hosts as root (
sudo pico /etc/hosts) and make the first line a comment (preappend a
#). This will cause you to not be able to use localhost.localdomain, localhost, or your hostname to point to your box, so it's not a great fix, but 127.0.0.* will still be a loopback address.
Pressing ALT and then clicking loot causes nothing to happen / the window to moveThis is GNOME-specific, as far as I know. In Ubuntu 5.10 (Breezy Badger), follow these steps to change the "movement key".
Open menu item, System --> Preferences --> Windows
Under the section "Movement Key", select Super (or "Windows Logo") or Control.
Press "Close".
Clicking outside the D2 window causes D2 to exit the gameStill trying stuff to allow you to move outside the window. To not allow the pointer to exit the window (to prevent accidentally clicking outside), follow these instructions:
Run winelauncher
Click configure
Open the Graphics tab
Check "Allow DirectX apps to stop the mouse leaving their window"
D2 fubars my screen resolutionRun Diablo II in a window by following these instructions:
Run winelauncher
Click configure
Open the Graphics tab
Check "Emulate a virtual desktop"
Enter the resolution: 800 x 600
D2 sound is choppy or lags my computerThis may be specific to the Ubuntu 5.10 (Breezy Badger) drivers, but follow these instructions to select ALSA:
Run winelauncher
Click configure
Open the Audio tab
Uncheck all driver checkboxes, and check ALSA
InstallingWINE is really picky about mounting/unmounting CDs while they're in use, so to install D2, insert these two disks:
Diablo II Play Disk
Diablo II Install Disk
To install the expansion pack (LOD), have these two disks in your drive:
Diablo II Play Disk
Diablo II LOD Play / Install Disk
To install cinematics, have the following disks in your drive:
Diablo II Play Disk
Diablo II Cinematics Disk
Alternatively, if you don't have two CD drives, insert each disk and copy all of it's files into a temporary folder and install from there. If you get prompted to overwrite a file, say yes.
PatchingPatching through Battle.net is a real struggle. It's a lot easier to do it with these following instructions:
cd ~
wget http://ftp.blizzard.com/pub/diablo2exp/patches/PC/LODPatch_111b.exe
wine LODPatch_111b.exe
rm LODPatch_111b.exe
If you're using Diablo II Classic, use these instructions:
cd ~
wget http://ftp.blizzard.com/pub/diablo2/patches/PC/D2Patch_111b.exe
wine D2Patch_111b.exe
rm D2Patch_111b.exe