Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wine > Howto: Installing World Of Warcraft with Wine

Forgot Password?
 Wine   Discussion about Wine, the Open Source implementation of the Windows API on top of X and Unix.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 06-11-2006   #1 (permalink)
Linux User
 
Join Date: May 2005
Posts: 472
Howto: Installing World Of Warcraft with Wine

Here you all go, I wanted to make a walk through sense there dont seem to be any on the internet that are 100% right.

Part 1: Configuring Wine
Download the latest source code for wine, extract it into a directory. www.winehq.com
Download these patches
http://kaspersandberg.com/~redeeman/...e-cvs-glx.diff
http://kaspersandberg.com/~redeeman/...ow-fixes.patch
place these patches in the top directory of the wine source then open up counsle and type:
Code:
patch -p1 < wine-wow-fixes.patch
then:
Code:
patch -p1 < wine-cvs-glx.diff
Now you should be ready to compile wine in counsle do:
Code:
./configure
then
Code:
make depend && make
and finaly (make sure to be using root for this part, if you dont know how to get into root just type su - and enter your root password):
Code:
make install
Now make a file with a text editor in /etc called ld.so.conf, that contains a single line specifying a directory: /usr/local/lib. after this, while in root, run ldconfig.

At this point you will want to run wine to make your fake C:\ drive.

Now we need some dll's and the mozzila active x control dowload them here
msvcp60 :http://www.dll-files.com/dllindex/dl....shtml?msvcp60
mfc42: http://www.dll-files.com/dllindex/dll-files.shtml?mfc42
mozzila active x: http://prdownloads.sourceforge.net/w...2.exe?download

Now we can put the .dll files in the system folder:
Code:
mv msvcp60.dll mfc42 ~/.wine/drive_c/windows/system32/
Then well install the active X control:
Code:
wine MozillaControl1712.exe
now run winecfg

1. In the Applications tab change Windows version to Windows XP
2. In the Graphics tab:
1. Enable Pixel Shaders
2. Set Vertex Shader to Hardware
3. Enable Allow the window manager to control the windows
3. In the Audio tab set to OSS output

Part 2: Installing World of Warcraft
Now well install World of Warcraft. Get out your cd's and copy all of the first CD to a directory, after this copy the MPQ's from the rest of the CD's to the same directory.

for example(for the first cd)
Code:
 cp /dev/cdrom/*
then for the rest
Code:
cp /dev/cdrom/*.mpq
Once you have them all copied from copied, run the installer
Code:
wine /directory/were/you copied the cd's/installer.exe
Go through the installer, i would suggest taking out all the spaces in the directory where its installed, for easier acces in the future.

Once you have installed WoW, the /World of Warcraft/wtf/Config.wtf file needs to be modified. Add the following lines:
Code:
SET gxApi "opengl"
SET SoundOutputSystem "1"
SET SoundBufferSize "100"
SET gxColorBits "24"
SET gxDepthBits "24"
After this you can start up world of warcraft
Code:
wine ~/.wine/drive_c/worldofwarcraft/wow.exe -opengl
if you did all of it right it should start up and you can log on your acount and the updater should update your game and youll be set to go.

After this you should have a great gaming experiance, although its debatable, in my opinion it runs even smoother than in windows, with a 65-80 fps constant, on my hardware.

heres a screenshot:
a12ctic is offline  


Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:54 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2