• Welcome to Valhalla Legends Archive.
 

Diablo II in WINE - Game Fixes

Started by Joe[x86], April 12, 2006, 11:21 AM

Previous topic - Next topic

Joe[x86]

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 address
Open /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 move
This is GNOME-specific, as far as I know. In Ubuntu 5.10 (Breezy Badger), follow these steps to change the "movement key".
QuoteOpen 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 game
Still 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:
QuoteRun winelauncher
Click configure
Open the Graphics tab
Check "Allow DirectX apps to stop the mouse leaving their window"

D2 fubars my screen resolution
Run Diablo II in a window by following these instructions:
QuoteRun 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 computer
This may be specific to the Ubuntu 5.10 (Breezy Badger) drivers, but follow these instructions to select ALSA:
QuoteRun winelauncher
Click configure
Open the Audio tab
Uncheck all driver checkboxes, and check ALSA






Installing
WINE 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.






Patching
Patching 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
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.