<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fuzzy Logic &#187; Blizzard</title>
	<atom:link href="http://www.thetacticalnuke.com/tag/blizzard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 10 Jun 2011 22:52:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing WoW under Wine with Gutsy on a T61</title>
		<link>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/</link>
		<comments>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 01:46:12 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[Blizzard]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=50</guid>
		<description><![CDATA[So, thanks to Jeff Nadeau, I got hooked on WoW recently.  Unfortunately, I had a problem&#8211;How would I play this completely addicting game without the ability to play it on my laptop?  After all, the inability to play CSS/TF2 on my laptop with Wine was one of the big reasons I didn&#8217;t fail out of [...]]]></description>
			<content:encoded><![CDATA[<p>So, thanks to <a href="http://www.jnadeau.com" target="_blank">Jeff Nadeau</a>, I got hooked on WoW recently.  Unfortunately, I had a problem&#8211;How would I play this completely addicting game without the ability to play it on my laptop?  After all, the inability to play CSS/TF2 on my laptop with Wine was one of the big reasons I didn&#8217;t fail out of Engineering last year.  Luckily, after hacking at this for a few hours I managed a fix so I can properly lose all of my social life.</p>
<p><span id="more-50"></span></p>
<p>Just for the record, my computer is running Ubuntu Gutsy on a T61 14.1&#8243;.  The graphics card is the Intel X3100, running the default Ubuntu drivers.  The wine version used was Wine 1.1.2.</p>
<p>First of all, Wine has always been a really big problem for me. I never seem to get anything working properly.  In fact, up until today I had been running a year old version of Wine because any newer version somehow wouldn&#8217;t let me run the few applications I still emulated with Wine (mainly MS Office 2003).  Well, today I decided that I would bite the bullet and attempt to install WoW under wine.  Installing it, at least for me, was not unique&#8211;Copy the Installer.mpq files from each of the four discs, run the installer under Wine, and go for it.  After the initial game was installed (at version 1.0) the game <strong>ran perfectly</strong>&#8211;well, at least it booted up and went to the login screen perfectly.  After a series of what seemed like endless patches, I finally ended up at version <strong>2.4.3</strong>, which is the current version at the time of writing this.</p>
<p>Now, I did something stupid: I <em>assumed</em>.  I assumed that since WoW had started up initially (v1.0) that it would start up after patches (v2.4.3).  After all, I looked through patch notes and there was nothing about breaking wine compatibility (I completely stole that joke from Jeff.  Proper credit is due). But, when I started the program under default settings (DirectX), it didn&#8217;t want to work anymore.  It showed my screen slightly mangled and had a cursor, but nothing would work (not even killing the X server or attempting to SSH/VNC in) to stop it.  After a few hard reboots, I attempted to open it with the command</p>
<p>wine Wow.exe -opengl</p>
<p>I <em>assumed</em> that since I was running in Linux and OpenGL was native, that would be a much better solution.  What did I get for my assumption?</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowfun.png"><img class="size-medium wp-image-51" title="wow-broken-loginscreen" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowfun-300x187.png" alt="The OpenGL version of the WoW login screen" width="300" height="187" /></a><p class="wp-caption-text">The OpenGL version of the WoW login screen</p></div>
<p>Yes, that&#8217;s correct.  A <strong>completely </strong>messed up version of WoW&#8217;s login screen.  Maybe, though, it&#8217;s just a problem with the login screen.  Sometimes various things in menus don&#8217;t work in games under Wine and it&#8217;s just a matter of getting into the game itself.  I <em>assumed</em> this was one of those cases, so I went for it.  My result?</p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowworks.png"><img class="size-medium wp-image-52" title="wowworks" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowworks-300x187.png" alt="A new graphical pack for WoW that Blizzard pushed just to me!" width="300" height="187" /></a><p class="wp-caption-text">A new graphical pack for WoW that Blizzard pushed just to me!</p></div>
<p>That&#8217;s right.  An AWESOME version of the WoW interface. <strong>Great.</strong> At this point, I was getting fairly frustrated.  I&#8217;m going to cut out the hour or two of me surfing the internet for any semblence of a solution and tell you the final setup I used to get it to work.</p>
<p><strong>This is my solution.  Your results may vary.</strong></p>
<ul>
<li>In the &#8216;winecfg&#8217; program, uncheck the box that says &#8220;<a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/winecfg.png" target="_blank">Allow Pixel Shader (if supported by hardware)</a>&#8220;.</li>
<li>Add the following lines to your Config.wtf (located in ~/.wine/drive_c/Program Files/World of Warcraft/WTF/)</li>
<li>
<pre>SET UIFaster "2"</pre>
<pre>SET ffxDeath "0"</pre>
<pre>SET ffxGlow "0"</pre>
<pre>SET gxWindow "1"</pre>
<pre>SET SoundOutputSystem "1"</pre>
<pre>SET SoundBufferSize "150"</pre>
</li>
<li><strong>Keep</strong> the display on DirectX (wine Wow.exe -d3d) and remove any references to OpenGL in your Config.wtf file.  I could not get it to work with OpenGL, but DirectX worked.</li>
</ul>
<p>I doubt this solution will work for everyone, but I thought I may as well put it up to keep others from the same headache I suffered through.  This is what I got in the end:</p>
<div id="attachment_54" class="wp-caption alignnone" style="width: 310px"><a href="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowsuccess.png"><img class="size-medium wp-image-54" title="wowsuccess" src="http://www.thetacticalnuke.com/wp-content/uploads/2008/08/wowsuccess-300x187.png" alt="My final result after lots of hacking with Wine" width="300" height="187" /></a><p class="wp-caption-text">My final result after lots of hacking with Wine</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/08/installing-wow-under-wine-with-gutsy-on-a-t61/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

