WorldofWarcraft

Differences between revisions 4 and 32 (spanning 28 versions)
Revision 4 as of 2006-01-27 19:45:42
Size: 2432
Editor: h81172171154
Comment: I haven't actually tried any of this, I just read it from the forum...
Revision 32 as of 2006-06-19 16:07:37
Size: 59
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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, is for regular wine.

The authors of this howto gives no guarantees, this is totally YMMV.

== Installing Wine ==

To see how to install and configure Wine, see ["Wine"]

== Configuring Wine ==
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:
{{{
[HKEY_CURRENT_USER\Software\Wine\Alsa Driver] "DevicePCM1"="default"
}}}

(To open regedit, simply type "regedit" in a terminal.)

== 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.
{{{
SET SoundOutputSystem "1"
SET SoundBufferSize "130"
SET gxApi "OpenGL"
}}}

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.''

''You may have to increase the sound buffer a bit, YMMV''

'''FYI''': WTF = WoW Text File

= Playing =

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

'''GLHF''' ;-)

You may have trouble with gnome-panel 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 =
Maybe sign this? http://www.blizzpub.net/petition ;-)

For more information regarding WoW under wine see Darckness' gentoo support thread:

http://forums.gentoo.org/viewtopic-t-246098-highlight-warcraft.html

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

CategoryGames CategoryDocumentation CategoryCleanup
#REFRESH 0 http://help.ubuntu.com/community/WorldofWarcraft

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