Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Diablo2: LOD and Wine (not WineX)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Jago
n00b
n00b


Joined: 12 Aug 2003
Posts: 1

PostPosted: Tue Aug 12, 2003 9:39 am    Post subject: Diablo2: LOD and Wine (not WineX) Reply with quote

Hello.

I've heard that some people were able to get D2: LOD to run using only Wine and not WineX. Since WineX is not an option on FreeBSD (it's not officially supported and doesn't build) I was wondering whether there is someone who could post his Wine config file and briefly describe the installation process. Thank you.

P.S: I assume using Wine instead of WineX forces you to use the software renderer ?
Back to top
View user's profile Send private message
Bushmann
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2002
Posts: 137
Location: Germany

PostPosted: Tue Aug 12, 2003 8:46 pm    Post subject: Reply with quote

Software renderer? With Diablo??
Never heard of that...
But at least I was able to play Diablo2 with WineX and since Wine doesn't support DirectX no way I'd say (or something great has changed during the time I didn't check their progress)
Back to top
View user's profile Send private message
trinitrotoluene
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2003
Posts: 113

PostPosted: Thu Aug 14, 2003 1:03 am    Post subject: Reply with quote

The guides I read online also had DII running under Wine, and it looked fairly simple. I couldn't get it to work either.

Thien
Back to top
View user's profile Send private message
xef
Guru
Guru


Joined: 20 Jun 2003
Posts: 460
Location: Porto - Portugal

PostPosted: Mon Aug 18, 2003 10:44 am    Post subject: Reply with quote

Just run the installer from the diablo2 install disc with wine, then run the lod installer.
The 1.09 patch also run with wine, but not the 1.10

To run the game, run wine game.exe :D


You must have DirectX mouse grab enabled in wine or lod dont work.
It runs better in wine than in winex :lol:
Back to top
View user's profile Send private message
daktak
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2002
Posts: 142
Location: Melbourne, Victoria

PostPosted: Mon Aug 18, 2003 1:04 pm    Post subject: Reply with quote

yep i have d2 lod runnig with wine.

I had d2 lod installed on my win partition, but left "Path" = "${HOME}/.wine/fake_windows"
in .wine/config.

run wine D2Vidtst.exe , select either of the 2d options. and you're ready :D

make sure these are in ~/.wine/config
"Desktop" = "800x600"
"DXGrab" = "Y"

i also use a script so i can play on bnet.

Code:

#!/bin/sh
cd /mnt/c/games/Diablo\ II/
sudo mv -f Game.exe Game1.exe
sudo mv -f Game_crk.exe Game.exe
wine "Game.exe" -debugmsg warn+all &
sleep 3
sudo mv -f Game.exe Game_crk.exe
sudo mv -f Game1.exe Game.exe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum