WorldofWarcraft

Differences between revisions 5 and 31 (spanning 26 versions)
Revision 5 as of 2006-03-16 16:58:53
Size: 2672
Editor: 62-20-221-82-no19
Comment: added warnings
Revision 31 as of 2006-06-14 07:52:48
Size: 4123
Editor: user-2020
Comment:
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 give no guarantees, so your mileage may vary. However, this is extremely unlikely to damage your system.
Line 6: Line 7:
''Note: As of 6/13/05 Blizzard has implemented a hardware survey in WoW that causes it to freeze in Wine. To solve this problem, do the following:''
Line 7: Line 9:
'''WARNING #1''': The authors of this howto gives no guarantees, this is totally YMMV.

'''WARNING #2''': This howto is no longer being maintained by it's original author, and hence it might no longer work with recent releases of WoW

'''WARNING #3''': http://ubuntuforums.org/showthread.php?t=144928
{{{
rm '~/.wine/drive_c/Program Files/World of Warcraft/WDB/Survey.MPQ'
chmod 555 '~/.wine/drive_c/Program Files/World of Warcraft/WDB'
}}}
Line 15: Line 16:
To see how to install and configure Wine, see ["Wine"] The current version of Wine (0.9.15) 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
Line 18: Line 21:
If you want Wine to output audio using your alsa default device (so it might get routed through dmix for instance) open regedit and set the following:
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.

''Note: With 0.9.14 and 0.9.15, the installer will appear to hang with cpu @ 100%. Patience! Give it about 5mins, & a dialogue will eventually appear''

== 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.
Line 20: Line 41:
[HKEY_CURRENT_USER\Software\Wine\Alsa Driver] "DevicePCM1"="default" wine wow.exe -d3d
Line 23: Line 44:
(To open regedit, simply type "regedit" in a terminal.) Sound:
Line 25: Line 46:
== Installing WoW ==
There are two ways:
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.

== Configuring WoW ==
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 34: Line 49:
SET SoundBufferSize "130" SET SoundBufferSize "100"
Line 38: Line 53:
Also, in order for patches to work, we need {{{mfc42.dll}}} from a windows installation (or dll-files.com) in {{{.wine/drive_c/windows/system}}}. 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.'' If you have problems with stuttering, you may have to increase the sound buffer a bit. Do ican create audio sync issues.
Line 40: Line 55:
''You may have to increase the sound buffer a bit, YMMV'' WoW's Patch System:
Line 42: Line 57:
'''FYI''': WTF = WoW Text 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.

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.
Line 46: Line 67:
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 the command "wine /path/to/wow.exe".
Line 48: Line 69:
'''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 58: Line 77:
Maybe sign this? http://www.blizzpub.net/petition ;-) Sign this petition for a native WoW port:
Line 60: Line 79:
For more information regarding WoW under wine see Darckness' gentoo support thread:  http://www.blizzpub.net/petition
Line 62: Line 81:
http://forums.gentoo.org/viewtopic-t-246098-highlight-warcraft.html 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

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.

Note: As of 6/13/05 Blizzard has implemented a hardware survey in WoW that causes it to freeze in Wine. To solve this problem, do the following:

rm '~/.wine/drive_c/Program Files/World of Warcraft/WDB/Survey.MPQ'
chmod 555 '~/.wine/drive_c/Program Files/World of Warcraft/WDB'

Installing Wine

The current version of Wine (0.9.15) 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.

Note: With 0.9.14 and 0.9.15, the installer will appear to hang with cpu @ 100%. Patience! Give it about 5mins, & a dialogue will eventually appear

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 the command "wine /path/to/wow.exe".

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:

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

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

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)