WorldofWarcraft

Differences between revisions 16 and 17
Revision 16 as of 2006-05-29 22:24:40
Size: 3193
Editor: cpe-069-134-168-042
Comment:
Revision 17 as of 2006-05-29 23:15:08
Size: 3684
Editor: cpe-069-134-168-042
Comment: Added info and general cleanup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
World of Warcraft can also be played under Ubuntu by using Cedega, this howto, however, is for regular wine. World of Warcraft can also be played under Ubuntu by using Cedega. This howto, however, does not address Cedega.
Line 5: Line 5:


WARNING: The authors of this howto gives no guarantees, this is totally YMMV.
WARNING: The authors of this howto give no guarantees, so your mileage may vary. However, this is extremely unlikely to damage your system.
Line 14: Line 11:
To compile Wine see the guide for building Wine from source: https://wiki.ubuntu.com/BuildingWineFromSource To compile Wine from source, see the following guide: https://wiki.ubuntu.com/BuildingWineFromSource
Line 17: Line 14:
WoW will run best using OSS. Run 'winecfg' - select 'Audio' and select 'OSS Driver' as Wine's sound driver.
WoW will run best using OSS. Run 'winecfg', select 'Audio', then select 'OSS Driver' as Wine's sound driver.
Line 20: Line 18:
Line 21: Line 20:
1) Copy the files from an existing windows-installation, then "wine wow.exe" to start.
2) Copy all of the files from all of the CD's to a directory on your hard drive (overwrite when prompted), then "wine install.exe" to install the game.

 
1. Copy the files from an existing Windows installation, then run "wine /path/to/wow.exe" to start.

 
2. Copy all of the files from all of the CD's to a directory on your hard drive (overwrite when prompted), then "wine install.exe" to install the game.
Line 36: Line 37:
Add the following to the file WTF/Config.WTF in your wow folder. Add the following to the file {{{WTF/Config.WTF}}} in your WoW directory.
Line 43: Line 44:
If you have problems with stuttering, you may have to increase the sound buffer a bit. Do ican create audio sync issues.
Line 45: Line 48:
In order for patches to work, we need {{{mfc42.dll}}} from a windows installation (or dll-files.com) in {{{.wine/drive_c/windows/system}}}. You will however need a Windows license to use this file. In order for patches to work, we need {{{mfc42.dll}}} from a windows installation (or http://dll-files.com) in {{{.wine/drive_c/windows/system}}}. You will, however, need a Windows license to use this file.
Line 51: Line 54:
''You may have to increase the sound buffer a bit, 200 is probably too much''

'''FYI''': WTF = WoW Text File
If you still have issues with the patcher, you can delete the {{BackgroundDownloader.exe}}} file from your WoW directory and download manual patches from BitTorrent or the web.
Line 57: Line 58:
Now you should be able to play WoW by using {{{wine WoW.exe}}} from your WoW directory. Now you should be able to play WoW by using {{{wine /path/to/WoW.exe}}} from your WoW directory.
Line 59: Line 60:
'''GLHF''' ;-)

You may have trouble with gnome-panel showing up above the WoW "window".
You may have trouble with the gnome-panel/kicker showing up above the WoW "window".
Line 69: Line 68:
Maybe sign this? http://www.blizzpub.net/petition ;-) Sign this petition for a native WoW port:

http://www.blizzpub.net/petition
Line 75: Line 76:
The Gentoo wiki also contains good information, especially for those that need more detailed info:

http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine

This howto describes how you can install and play World of Wacraft using Wine under Ubuntu-x86.

World of Warcraft can also be played under Ubuntu by using Cedega. This howto, however, does not address Cedega.

WARNING: The authors of this howto give no guarantees, so your mileage may vary. However, this is extremely unlikely to damage your system.

Installing Wine

The current version of Wine (0.9.14) needs a patch, so you have two options. You can either get the latest Wine package with the World of Warcraft patch from the ["Wine"] page (only for Dapper Drake users) or you can build Wine from source, applying the WoW patch during the process.

To compile Wine from source, see the following guide: https://wiki.ubuntu.com/BuildingWineFromSource

Configuring Wine

WoW will run best using OSS. Run 'winecfg', select 'Audio', then select 'OSS Driver' as Wine's sound driver.

Installing WoW

There are two ways:

  1. Copy the files from an existing Windows installation, then run "wine /path/to/wow.exe" to start.
  2. Copy all of the files from all of the CD's to a directory on your hard drive (overwrite when prompted), then "wine install.exe" to install the game.

Configuring WoW

Video:

If you try to configure WoW's video settings (Vertex Shaders/Pixel Shaders etc) while running opengl, WoW will crash. The workaround is to configure WoW's video settings while running WoW with d3d. If this causes the display to be inverted, don't be concerned. The display will right itself once you switch back to opengl. Running d3d is simply so you can set WoW's video options.

wine wow.exe -d3d

Sound:

Add the following to the file WTF/Config.WTF in your WoW directory.

SET SoundOutputSystem "1"
SET SoundBufferSize "100"
SET gxApi "OpenGL"

If you have problems with stuttering, you may have to increase the sound buffer a bit. Do ican create audio sync issues.

WoW's Patch System:

In order for patches to work, we need mfc42.dll from a windows installation (or http://dll-files.com) in .wine/drive_c/windows/system. You will, however, need a Windows license to use this file.

When the patch program starts, it might ask something about Mozilla ActiveX. Just hit "no" and you should be fine. Note that the installation of activex that happens if you choose "Yes" does not work properly.

Alternatively, you can use Wine to install Firefox, and the Mozilla Active X controls.

If you still have issues with the patcher, you can delete the BackgroundDownloader.exe} file from your WoW directory and download manual patches from BitTorrent or the web.

Playing

Now you should be able to play WoW by using wine /path/to/WoW.exe from your WoW directory.

You may have trouble with the gnome-panel/kicker showing up above the WoW "window".

This is easily solved by setting a hotkey for fullscreen mode in gnome and using that hotkey when the problem arises.

Another problem that may arise if you are using CONTROL in your switch workspace key combo, tho that is easily fixed by changing the combo.

Related

Sign this petition for a native WoW port:

http://www.blizzpub.net/petition

For more information regarding WoW under Wine see Wine's appdb:

http://appdb.winehq.org/appview.php?versionId=4031

The Gentoo wiki also contains good information, especially for those that need more detailed info:

http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine

To discuss this, please post at http://ubuntuforums.org/showthread.php?p=504667

CategoryGames CategoryDocumentation CategoryCleanup

WorldofWarcraft (last edited 2008-08-06 16:41:46 by localhost)