<?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>cowgod.net &#187; pcgaming</title>
	<atom:link href="http://cowgod.net/category/pcgaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://cowgod.net</link>
	<description>pc gaming redefined</description>
	<lastBuildDate>Wed, 26 Oct 2011 21:20:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>enable god mode in far cry</title>
		<link>http://cowgod.net/2010/11/06/enable-god-mode-in-far-cry/</link>
		<comments>http://cowgod.net/2010/11/06/enable-god-mode-in-far-cry/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 16:04:37 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[far cry]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[cheats]]></category>
		<category><![CDATA[farcry]]></category>
		<category><![CDATA[god mode]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=524</guid>
		<description><![CDATA[<p>
far cry is far and away the most difficult game i have ever played.  i tried my best to get through it, but after repeating the same level literally hundreds of times, i decided enough was enough.  the story was compelling enough that i wanted to see it through, but i couldn&#8217;t stand [...]</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://cowgod.net/wp-content/uploads/2010/11/farcry.jpg" alt="far cry screenshot" title="far cry" width="500" height="283" /></p>
<p><a class="external" href="http://www.amazon.com/dp/B0000A1VER/cowgodnet-20">far cry</a> is far and away <strong>the most difficult game i have ever played</strong>.  i tried my best to get through it, but after repeating the same level <em>literally</em> hundreds of times, i decided enough was enough.  the story was compelling enough that i wanted to see it through, but i couldn&#8217;t stand dying one more time&#8211;it was time to turn on god mode.</p>
<p>you would think that accomplishing this would be as simple as typing in a cheat code, but alas that is not the case.  you actually have to jump through a few hoops to be able to enable it.</p>
<p>first of all, i am convinced that the far cry developers are sadistic&#8211;they actually removed the function that lets you turn on god mode in the 1.4 patch, so before you do anything else you have to edit a file in your far cry directory to add back in this functionality.  open up windows explorer and navigate to the directory where you installed far cry and open the file <strong>DevMode.lua</strong> in a text editor like notepad.  scroll all the way to the bottom of this file and you should see a line that says <strong>end</strong>.  enter a couple of line breaks after that and then paste this in to the file:</p>
<pre>
function ToggleGod()
	if (not god) then
		god=1;
	else
		god=1-god;
	end
	if (god==1) then
		System:LogToConsole("God-Mode ON");
	else
		System:LogToConsole("God-Mode OFF");
	end
end
Input:BindCommandToKey("#ToggleGod()","backspace",1);
</pre>
<p>save the file and close it.</p>
<p>the next step requires turning on developer&#8217;s mode for the game.  right click your far cry shortcut and select properties.  in the <strong>target</strong> line, add <strong>-devmode</strong> to the end:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2010/11/farcry_properties.png" alt="farcry shortcut properties" title="farcry properties" width="389" height="545" /></p>
<p>now you can launch the game and enable god mode by pressing <strong>backspace</strong>.  if you did everything correctly, you should now see the word <strong>god</strong> with a number next to it in the upper left corner of your screen:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2010/11/farcry_godmode.jpg" alt="far cry god mode display" title="far cry god mode" width="500" height="301" /></p>
<p>once that is enabled, you are no longer susceptible to dying.  your health will still decrease, and when it reaches zero, the number next to the god mode display will increment by one, indicating that you have &#8220;died&#8221; while the mode was enabled.</p>
<p><em>in case you were wondering</em>, i died about 70 times on the last level.</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2010/11/06/enable-god-mode-in-far-cry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>register and activate a retail, boxed game with steam</title>
		<link>http://cowgod.net/2009/12/06/register-and-activate-a-retail-boxed-game-with-steam/</link>
		<comments>http://cowgod.net/2009/12/06/register-and-activate-a-retail-boxed-game-with-steam/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:47:08 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[retail box]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=150</guid>
		<description><![CDATA[<p>i am a huge fan of valve&#8217;s software distribution platform, steam.  hunting for game patches on fileplanet was never my idea of a good time.  struggling with instant messaging while in game to converse with my friends was no picnic either.  both of these issues are resolved with steam.  the overlay [...]</p>]]></description>
			<content:encoded><![CDATA[<p>i am a huge fan of valve&#8217;s software distribution platform, <a href="http://store.steampowered.com" class="external">steam</a>.  hunting for game patches on <a href="http://www.fileplanet.com" class="external">fileplanet</a> was never my idea of a good time.  struggling with instant messaging while in game to converse with my friends was no picnic either.  both of these issues are resolved with steam.  the overlay system, which allows you to browse the web and message your friends <em>while in a game</em>, is simply genius.</p>
<p>all that being said, <strong>i&#8217;m still a huge fan of going to a brick and mortar store</strong>, perusing the game aisle, holding a game box in my hands, looking at the box art, bringing it home, unboxing it, putting the disc in the optical drive and installing it.  it&#8217;s just a magical feeling and i soak it in every time.</p>
<p>fortunately for me, there are a few <a href="https://support.steampowered.com/kb_article.php?s=338b0ca613c8386aac1c613e3eba09c1&#038;ref=7480-WUSF-3601" class="external">games that valve will let you register with steam</a> so that you get all its benefits while also getting to own the boxed game.</p>
<p>start up steam and select <strong>activate a product on steam&#8230;</strong> from the <em>games</em> menu or the button on the main interface.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_games_1.png" alt="steam - my games - list" /></p>
<p>the <strong>product activation wizard</strong> will launch.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_production_activation_1.png" alt="steam production activation wizard step 1" /></p>
<p>you must agree with the terms of the steam subscriber agreement to continue; select <strong>i agree</strong> if you do.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_production_activation_2.png" alt="steam production activation wizard step 2" /></p>
<p>enter your <strong>product code</strong>, which is typically found on the game manual or cd/dvd case, into the text field and press <strong>next</strong>.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_production_activation_3.png" alt="steam production activation wizard step 3" /></p>
<p>if it worked correctly, you&#8217;ll see an <strong>activation successful!</strong> message.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_production_activation_4.png" alt="steam production activation wizard step 4" /></p>
<p>the game should show up on your games list in steam now under the <strong>not installed</strong> section.  right click the game and select <strong>install game&#8230;</strong> to start the installation wizard.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_game_installation_1.png" alt="steam game installation wizard step 1" /></p>
<p>you can create game shortcuts in the start menu and on the desktop if desired.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_game_installation_2.png" alt="steam game installation wizard step 2" /></p>
<p>the last step lets you know that it is downloading the game and that you can safely close and restart steam and the download will automatically resume.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_game_installation_3.png" alt="steam game installation wizard step 3" /></p>
<p>when you return to your <strong>my games</strong> list, you&#8217;ll see that the game is downloading.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_games_2.png" alt="steam - my games - installing" /></p>
<p>if you have windows 7, you&#8217;ll also see the download progress shown in the taskbar.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/11/steam_win7_progress_bar.png" alt="steam windows 7 progress bar" /></p>
<p>now the game is permanently associated to your steam account and <strong>you can reap all of its benefits</strong>; auto-patching, in game messaging, installation on multiple computers, and achievements (if the game supports them).  <em>high five</em>, valve!</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/12/06/register-and-activate-a-retail-boxed-game-with-steam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install need for speed underground and most wanted together</title>
		<link>http://cowgod.net/2009/10/31/install-need-for-speed-underground-and-most-wanted-together/</link>
		<comments>http://cowgod.net/2009/10/31/install-need-for-speed-underground-and-most-wanted-together/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:39:54 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[need for speed]]></category>
		<category><![CDATA[need for speed most wanted]]></category>
		<category><![CDATA[need for speed underground]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=117</guid>
		<description><![CDATA[<p>if you own both need for speed underground and need for speed most wanted, you&#8217;ve inevitably tried to install them together.  the first game will install and play flawlessly, however, something strange happens when you run autoplay on the second game.  it doesn&#8217;t matter which game you install first, the second will exhibit [...]</p>]]></description>
			<content:encoded><![CDATA[<p>if you own both <a class="external" href="http://www.amazon.com/gp/product/B001EYUU42?ie=UTF8&#038;tag=cowgodnet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001EYUU42">need for speed underground</a> and <a class="external"  href="http://www.amazon.com/gp/product/B001EYUU3I?ie=UTF8&#038;tag=cowgodnet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001EYUU3I">need for speed most wanted</a>, you&#8217;ve inevitably tried to install them together.  the first game will install and play flawlessly, however, <em>something strange happens</em> when you run autoplay on the second game.  it doesn&#8217;t matter which game you install first, the second will exhibit the behavior i am about to describe.  in my case, i had already installed need for speed underground, and this is what i saw when running autoplay off the disc for need for speed most wanted:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/10/nfs_most_wanted_autoplay.png" alt="need for speed most wanted autoplay dialog" /></p>
<p>most wanted has a <strong>play</strong> button instead of an install button <em>even though i haven&#8217;t installed the game</em>!  the reason this happens is that both games have a main executable named <strong>speed.exe</strong> and the autoplay program checks the registry to see if that executable is already installed.  when it sees <strong>speed.exe</strong> (which is associated with need for speed underground in my case) in the <strong>ea games</strong> registry key, it assumes that most wanted has already been installed and gives you the option to play it.  of course, hitting play here isn&#8217;t going to work <em>because the game isn&#8217;t installed yet</em>.</p>
<p>there is a simple solution for this conundrum, but you&#8217;ll have to use the registry editor.  then again, if you&#8217;re playing need for speed on your pc instead of a console, you&#8217;re probably already a hardcore pc gamer and know your way around regedit.  in any case, hit the <em>windows key + r</em> on your keyboard to get a <strong>run</strong> dialog, and enter <strong>regedit</strong> and hit enter.  drill down on the left side to the need for speed game that you already have installed.  if you&#8217;re on windows 32 bit, you&#8217;ll find it in:</p>
<pre>
HEKY_LOCAL_MACHINE\SOFTWARE\EA Games\
</pre>
<p>if you&#8217;re on windows 64 bit like me, you&#8217;ll find it in:</p>
<pre>
HEKY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EA Games\
</pre>
<p><img src="http://cowgod.net/wp-content/uploads/2009/10/nfs_underground_regedit.png" alt="need for speed underground registry key" /></p>
<p>simply right click the game key (in my case it was <strong>Need for Speed Underground</strong>), hit <strong>rename</strong>, and add some text to the end of the key.  it doesn&#8217;t matter what text you use because we&#8217;re going to change this back to the original value later.  keep <strong>regedit</strong> open and re-run the need for speed autoplay for the game you are trying to install.</p>
<p>if everything went according to plan, <em>you should now have the option to install</em>.  start the install process and swap the discs out as needed.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/10/nfs_most_wanted_installing.jpg" alt="need for speed most wanted install progress" /></p>
<p>when the game is finished installing, go back to <strong>regedit</strong> and rename the key back to its original value.  close the registry editor and you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/10/31/install-need-for-speed-underground-and-most-wanted-together/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>crouch toggling in left 4 dead</title>
		<link>http://cowgod.net/2009/08/19/crouch-toggling-in-left-4-dead/</link>
		<comments>http://cowgod.net/2009/08/19/crouch-toggling-in-left-4-dead/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 04:32:07 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[left 4 dead]]></category>
		<category><![CDATA[pcgaming]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=107</guid>
		<description><![CDATA[<p>  if you have been playing left 4 dead for more than a few hours, you no doubt have come to the realization that crouching is a very important strategy.  when a zombie horde hones in on you, it&#8217;s a good idea to huddle up with your team mates in a corner.  [...]</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://cowgod.net/wp-content/uploads/2009/08/l4d_crouch.jpg" alt="left 4 dead crouch" title="left 4 dead crouch" width="72" height="72" class="left" />  if you have been playing <a href="http://www.amazon.com/gp/product/B000PS4X7S?ie=UTF8&#038;tag=cowgodnet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B000PS4X7S" class="external">left 4 dead</a> for more than a few hours, you no doubt have come to the realization that <strong>crouching is a very important strategy</strong>.  when a zombie horde hones in on you, it&#8217;s a good idea to huddle up with your team mates in a corner.  you and another survivor can crouch in front and shove the zombies back, and two people behind can fire over your head to disperse the zombies more rapidly.  why then are you required to hold down the crouch button for possibly dozens of seconds to remain in this strategic position?  i don&#8217;t know about you, but my finger gets tired holding that button down.</p>
<p>fortunately, my friends, <em>there is an easier way</em>.  if you hunt down your <strong>autoexec.cfg</strong> file that <a href="/2009/03/29/play-as-infected-in-left-4-dead-single-player/">i told you about previously</a>, you can add a command to the file to change the crouch behavior.  the <em>toggle_duck</em> command will reverse whatever state of crouch you happen to be in; if you are currently standing up, you will crouch when pressing the button.  if you are crouched, pressing the button will make you stand up.  sweetness, right?</p>
<p>i use <strong>mouse button 4</strong> for crouch toggling, but make sure you insert whatever key or button you use in the following command:</p>
<pre>
bind "mouse4" "toggle_duck"
</pre>
<p>now you just press or click once to crouch, and again to stop crouching.</p>
<p>i find this very helpful for the hunter as well, because you can be ready to pounce at any time without fear of standing up when in the heat of battle!</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/08/19/crouch-toggling-in-left-4-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>play as infected in left 4 dead single player (survival pack update)</title>
		<link>http://cowgod.net/2009/06/05/play-as-infected-in-left-4-dead-single-player-survival-pack-update/</link>
		<comments>http://cowgod.net/2009/06/05/play-as-infected-in-left-4-dead-single-player-survival-pack-update/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 05:32:29 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[left 4 dead]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[single player]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=97</guid>
		<description><![CDATA[<p>if you happened to read my previous article on playing as infected in left for dead single player and tried it out since the survival pack came out, you no doubt have cursed my name and damned me to hell.  the set of commands in that article are no longer valid.
to get you pouncing [...]</p>]]></description>
			<content:encoded><![CDATA[<p>if you happened to read my <a href="/2009/03/29/play-as-infected-in-left-4-dead-single-player/">previous article on playing as infected in left for dead single player</a> and tried it out since the survival pack came out, you no doubt have cursed my name and damned me to hell.  the set of commands in that article are <strong>no longer valid</strong>.</p>
<p>to get you pouncing in the comfort of <em>your own single player game</em> again, please follow the same steps in the other article, but <strong>replace the previous line</strong>:</p>
<pre>
alias "sp_versus" "sv_cheats 1; director_force_versus_start; director_no_human_zombies 0; sb_all_bot_team 1;"
</pre>
<p>with this one:</p>
<pre>
alias "sp_versus" "sv_cheats 1; director_force_versus_start; mp_gamemode versus; sb_all_bot_team 1;"
</pre>
<p>good times.</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/06/05/play-as-infected-in-left-4-dead-single-player-survival-pack-update/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>choose whichever special infected you want in left 4 dead single player</title>
		<link>http://cowgod.net/2009/04/19/choose-whichever-special-infected-you-want-in-l4d-single-player/</link>
		<comments>http://cowgod.net/2009/04/19/choose-whichever-special-infected-you-want-in-l4d-single-player/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 17:50:20 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[left 4 dead]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[single player]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=84</guid>
		<description><![CDATA[<p>if you have tried playing as the infected in left 4 dead single player as i suggested previously, you&#8217;ve probably been having lots of fun tearing up the ai controlled players.  after poking around in the developer console, i found a command that lets you choose whichever special infected you want and ignores the [...]</p>]]></description>
			<content:encoded><![CDATA[<p>if you have tried <a href="/2009/03/29/play-as-infected-in-left-4-dead-single-player">playing as the infected in left 4 dead single player as i suggested previously</a>, you&#8217;ve probably been having lots of fun tearing up the <abbr><span class="abbr" title="artificial intelligence">ai</span></abbr> controlled players.  after poking around in the developer console, i found a command that <strong>lets you choose whichever special infected you want</strong> and <em>ignores the spawn timer</em>.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/04/l4d_you_are_dead.jpg" alt="left 4 dead message saying you are dead" width="425" height="81" /></p>
<p>want to practice hunter pouncing over and over?  no problem.  just enter the following into the developer console during gameplay:</p>
<pre>
z_spawn hunter auto
</pre>
<p>want to play as the tank?  now you can <em>any time you want</em> with:</p>
<pre>
z_spawn tank auto
</pre>
<p>to make this choosing process easier, use the configuration below whereby you can press f5 through f8 to play as the special infected of your choice.  make sure you <a href="/2009/03/29/play-as-infected-in-left-4-dead-single-player">check out my previous article</a> if you don&#8217;t know where to put these commands:</p>
<pre>
alias "sp_versus" "sv_cheats 1; director_force_versus_start; mp_gamemode versus; sb_all_bot_team 1"
bind "f1" "sp_versus"
bind "f2" "jointeam 2"
bind "f3" "jointeam 3"
bind "f5" "z_spawn hunter auto"
bind "f6" "z_spawn smoker auto"
bind "f7" "z_spawn boomer auto"
bind "f8" "z_spawn tank auto"
</pre>
<p>happy infecting!</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/04/19/choose-whichever-special-infected-you-want-in-l4d-single-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>play as infected in left 4 dead single player</title>
		<link>http://cowgod.net/2009/03/29/play-as-infected-in-left-4-dead-single-player/</link>
		<comments>http://cowgod.net/2009/03/29/play-as-infected-in-left-4-dead-single-player/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:22:16 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[left 4 dead]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[single player]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=61</guid>
		<description><![CDATA[<p>the multiplayer world of gaming can be a pretty harsh place when you&#8217;re new to the scene.  you&#8217;ll constantly be yelled at if you don&#8217;t do the right thing or if you make a mistake.  you&#8217;ll be called a newb and nobody will want you on their team.  with a game like [...]</p>]]></description>
			<content:encoded><![CDATA[<p>the multiplayer world of gaming can be a pretty harsh place when you&#8217;re new to the scene.  you&#8217;ll <em>constantly</em> be yelled at if you don&#8217;t do <strong>the right thing</strong> or if you make a mistake.  you&#8217;ll be called a <a href="http://www.urbandictionary.com/define.php?term=newb" title="definition of newb" class="external">newb</a> and nobody will want you on their team.  with a game like <a href="http://www.mobygames.com/game/left-4-dead" class="external">left 4 dead</a>, <strong>where teamwork is paramount</strong>, you&#8217;ll need to hone your skills so your team can count on you.</p>
<p>luckily, left 4 dead has a single player mode that allows you to practice fighting off the zombie horde with three other <abbr><span class="abbr" title="artificial intelligence">ai</span></abbr> controlled players that <strong>won&#8217;t ridicule you</strong>.  <a href="http://twitter.com/bill_l4d" title="follow bill on twitter" class="external">bill</a> may say you <em>smell like a sewer</em> or <a href="http://twitter.com/francis_l4d" title="follow francis on twitter" class="external">francis</a> may say he wouldn&#8217;t mind <em>leaving you to die</em>, but they certainly won&#8217;t call you a newb.</p>
<p>that&#8217;s all well and good for practicing as the survivors, but what about the infected?  the very first time you play versus mode as the infected, you notice right away that it is radically different.  the game world is viewed with a brown hue, you start off in a strange state called <em>spawn mode</em>, your methods of attack are obviously very different from the survivors, and you can see where the survivors are at all times.</p>
<p>if you are intimidated about all this like i was at first, you&#8217;ll be happy to know that <strong>it is possible to play as the infected in single player mode</strong>.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/03/l4d_sp_versus.jpg" alt="left 4 dead scoreboard showing single player infected" /></p>
<p>unfortunately this isn&#8217;t a mode that is built into the game so you&#8217;ll have to use some <strong>console commands</strong> to get it working properly.  open your game options and head to the keyboard/mouse settings to enable the developer console.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/03/l4d_developer_console.jpg" alt="left 4 dead keyboard/mouse options" /></p>
<p>by default, the key to open the console is the back tick key, which is found to the left of the 1 key on most <abbr><span class="abbr" title="united states">us</span></abbr> keyboards.  start a single player game, open the developer console, and type in the following commands:</p>
<pre>
sv_cheats 1
director_force_versus_start
director_no_human_zombies 0
sb_all_bot_team 1
jointeam 3
</pre>
<p>you now have a playground to experiment with the four different special infected against four <abbr><span class="abbr" title="artificial intelligence">ai</span></abbr> controlled survivors.  learn the special infected&#8217;s strengths, their weaknesses, and where the good hiding spots are located.  if you plan on practicing a lot, you certainly aren&#8217;t going to want to type in those console commands <em>every single time you play</em>.  fortunately, you don&#8217;t have to.</p>
<p>open your favorite text editor and open the file <strong>autoexec.cfg</strong> which can be found in your <a href="http://store.steampowered.com/" class="external">Steam</a> installation folder in <em>SteamApps\common\left 4 dead\left4dead\cfg</em>.  if you don&#8217;t see this file, you will need to create it.  insert the following lines:</p>
<pre>
alias "sp_versus" "sv_cheats 1; director_force_versus_start; director_no_human_zombies 0; sb_all_bot_team 1;"
bind "f4" "sp_versus" // enable single player versus mode
bind "f5" "jointeam 2" // join survivors team
bind "f6" "jointeam 3" // join infected team
</pre>
<p>with the above configuration, you can press <strong>f4</strong> to begin versus mode and <strong>f6</strong> to join the infected team.  but wait, there&#8217;s more!  if you <em>have</em> played versus mode before, you know that the tank typically only spawns once per level, sometimes not at all, and the person that gets chosen to play as the tank is random.  since you&#8217;re the only infected on the team, <em>you will always be the tank</em>!  if you chose the final chapter for any movie, <strong>you will get to play as the tank twice or maybe even thrice</strong>!</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/03/l4d_sp_versus_tank.jpg" alt="left 4 dead: you will become the tank" /></p>
<p>also, because you can select any chapter to start from, you can keep playing the finales over and over again.  this is a great way to practice with the tank and to completely dominate the survivors.  if you try this yourself, you may notice that the <abbr><span class="abbr" title="artificial intelligence">ai</span></abbr> controlled survivors won&#8217;t begin the finale, which is where our previous configuration comes in.  press <strong>f5</strong> to switch to the survivors team and start the finale, then press <strong>f6</strong> to go back to the infected team.</p>
<p>there are a few things i want to leave you with:</p>
<ul>
<li>the difficulty you chose will be inverted as infected.  <strong>expert</strong> mode will be easier for you and <strong>easy</strong> mode will be more difficult.</li>
<li>the delay for the smoker tongue is much longer when you miss than it is in versus mode.</li>
<li>you may find that sometimes the safe room door cannot be opened.  if this happens, make sure you are on the infected team and wait for about 30 seconds.  the door will open automatically.</li>
<li><strong>you can play <em>any</em> campaign, not just the two currently available in versus mode!</strong>  you can learn the <strong>dead air</strong> and <strong>death toll</strong> campaigns before the <a href="http://www.left4dead411.com/news/2009/03/survival-pack-april-21/" title="survival pack, april 21, 2009" class="external">survival pack</a> comes out on april 29th!</li>
<li>the maps you are playing on are <em>single player</em> maps and are not properly balanced for versus mode.  there will be differences between these maps and those specifically designed for versus mode.</li>
<li>you will not see the arrow indicators for areas you can climb as the infected, but it is still possible to climb those areas regardless, provided you know where they are.</li>
</ul>
<p>have fun and practice pouncing, pulling, puking and pummeling!</p>
<p><strong>update!</strong>  the alias shown here does not work as of the survival pack update.  read the <a href="http://cowgod.net/2009/06/05/play-as-infected-in-left-4-dead-single-player-survival-pack-update/" title="play as infected in left 4 dead single player (survival pack update)">survival pack update</a> post for additional info and the new alias.</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/03/29/play-as-infected-in-left-4-dead-single-player/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>my journey through bioshock</title>
		<link>http://cowgod.net/2009/01/28/my-journey-through-bioshock/</link>
		<comments>http://cowgod.net/2009/01/28/my-journey-through-bioshock/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 05:17:48 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[bioshock]]></category>
		<category><![CDATA[pcgaming]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=51</guid>
		<description><![CDATA[<p>as a father of two, there is very little time for me to feed my gaming addiction.  my hardcore gamer status has moved from applied to theoretical.  the time i do get to spend playing games typically involves kids being around, on top of, or nearby me.  the games almost always have [...]</p>]]></description>
			<content:encoded><![CDATA[<p>as a father of two, there is <em>very</em> little time for me to feed my gaming addiction.  my <strong>hardcore gamer</strong> status has moved from applied to theoretical.  the time i do get to spend playing games typically involves kids being around, on top of, or nearby me.  the games almost always have <a href="http://en.wikipedia.org/wiki/Mario" class="external">mario</a> or <a href="http://en.wikipedia.org/wiki/Link_(The_Legend_of_Zelda)" class="external">link</a> in them.  we put a self imposed ban on violent video game playing in the house while the kids are present and awake.  in other words, i can only play games like <a href="http://www.mobygames.com/game/windows/bioshock" class="external">bioshock</a> or <a href="http://www.mobygames.com/game/windows/call-of-duty-4-modern-warfare" class="external">call of duty 4</a> <em>when the kids are sleeping or out of the house</em>.</p>
<p>due to this painful but necessary restriction, i have had an extremely long battle for time to play bioshock.  i&#8217;m proud to say that after a long and trying year of avoiding game reviews, spoilers, sequel announcements and anything else that may give away parts of the game <strong>i have finally beaten it</strong>.</p>
<p><img src="http://cowgod.net/wp-content/uploads/2009/01/bioshock_save_games.jpg" alt="my lengthy save game timeline for bioshock" title="bioshock save games" width="600" height="546" /></p>
<p>the hardest part about having so little time to play, at least for single player games, is that the time between gaming sessions <em>can be weeks if not months</em>.  when i would finally have time to play, it would be hard even remembering where i left off in the story.  at one point in the game&#8211;obtaining the code to unlock the elevator in olympus heights&#8211;it took hours of searching before i realized <strong>i already had the code in a previous log entry</strong>.  when your time is precious it can be very frustrating wasting it on remedial tasks like this.  sure i could have <em>cheated</em> and looked up the code on the internet, but i have a pledge never to obtain outside help until i have completed a game on my own.</p>
<p>i am extremely impressed with how solid of a game bioshock is.  the story is phenomenal and the game was so reminiscent of <a href="http://www.mobygames.com/game/windows/system-shock-2" class="external">system shock 2</a> that i felt right at home while playing it.  i&#8217;d love to play through it again to take the <strong>evil</strong> path&#8211;harvesting the little sisters instead of rescuing them&#8211;but i don&#8217;t know if i can wait <em>another year</em> to see what that end game will be like.</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2009/01/28/my-journey-through-bioshock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>say goodbye to your discs for old blizzard games</title>
		<link>http://cowgod.net/2008/09/28/say-goodbye-to-your-discs-for-old-blizzard-games/</link>
		<comments>http://cowgod.net/2008/09/28/say-goodbye-to-your-discs-for-old-blizzard-games/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 03:14:14 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[blizzard]]></category>
		<category><![CDATA[diablo ii]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[starcraft]]></category>
		<category><![CDATA[warcraft iii]]></category>
		<category><![CDATA[warcraft iii frozen throne]]></category>
		<category><![CDATA[cd key]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[game download]]></category>
		<category><![CDATA[no cd]]></category>

		<guid isPermaLink="false">http://cowgod.net/?p=28</guid>
		<description><![CDATA[<p>i love blizzard entertainment.  they know how to make a game with so much replay value that even ten years after its release, people are still playing it.  i have many fond memories of gaming with my friends in warcraft ii, warcraft iii, starcraft, and diablo ii.  now there&#8217;s even more love [...]</p>]]></description>
			<content:encoded><![CDATA[<p>i love <a href="http://www.blizzard.com" class="external">blizzard entertainment</a>.  they know how to make a game with so much replay value that even <a href="http://www.blizzard.com/us/press/10-years-starcraft.html" class="external" title="10 years of starcraft">ten years after its release</a>, people are still playing it.  i have many fond memories of gaming with my friends in warcraft ii, warcraft iii, starcraft, and diablo ii.  now there&#8217;s even more love to go around because blizzard has added the ability to download these old games so that you can <strong>install them without swapping discs</strong>.</p>
<p>additionally, blizzard released patches for all these games (1.12 for diablo ii, 1.15.2 for starcraft, 1.20e for warcraft iii) which let you <strong>play without a cd</strong>.  this is an unprecedented move in the gaming industry.  while most companies are trying harder to increase the <abbr><span class="abbr" title="digital rights management">drm</span></abbr> on their games with disc verification, blizzard is removing discs from the picture entirely.  i really hope more companies take this route because going into my disc case to find a disc for a game i want to play is a real pain.</p>
<p>head over to the <a href="http://www.blizzard.com/store/" class="external">blizzard store</a> and register an account (if you don&#8217;t have one already).  once you have verified your email address you can visit the games section under <em>my account controls</em>.  from there you can enter your retail cd key for any blizzard games you own which are supported:</p>
<blockquote cite="https://www.blizzard.com/account/management/add-game.xml">
<p><em>Which game keys can I attach to my Blizzard Account?</em><br />
The following games are supported by the Games page at this time:</p>
<ul>
<li>StarCraft</li>
<li>StarCraft Battlechest</li>
<li>StarCraft Anthology</li>
<li>Warcraft III</li>
<li>Warcraft III: The Frozen Throne</li>
<li>Warcraft Battlechest</li>
<li>Diablo II</li>
<li>Diablo II: Lord of Destruction</li>
<li>Diablo II Battlechest</li>
</ul>
<p>   <cite>&#8211; Blizzard Entertainment, Inc.</cite>
  </p>
</blockquote>
<p>each one you add will give you a banner that offers a download link:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2008/09/starcraft_registered.jpg" alt="starcraft anthology registered" width="899" height="71" /></p>
<p>from here you can download an executable file that, when launched, will begin downloading your game installer via <a href="http://en.wikipedia.org/wiki/BitTorrent_(protocol)" class="external">bittorrent</a>:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2008/09/starcraft_download.jpg" alt="starcraft download" width="613" height="574" /></p>
<p>if you are having difficulty with the downloader, you can look for help at <a href="http://us.blizzard.com/support/article.xml?articleId=21275&#038;rhtml=true" class="external">blizzard support</a>.</p>
<p>once your download is complete you will have a full blown installer which contains all the data necessary to install the game without discs:</p>
<p><img src="http://cowgod.net/wp-content/uploads/2008/09/starcraft_installer.jpg" alt="starcraft installer" title="starcraft installer" width="682" height="543" /></p>
<p>in addition, you will be given a new 26 digit product key that will be used to install the game.  you can obtain this key by selecting the <strong>view game key</strong> link on the game banner as seen on your <em>my game downloads</em> page. <strong>thank you</strong> blizzard!</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2008/09/28/say-goodbye-to-your-discs-for-old-blizzard-games/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>diablo 3 announcement resurrects diablo 2</title>
		<link>http://cowgod.net/2008/08/02/diablo-3-announcement-resurrects-diablo-2/</link>
		<comments>http://cowgod.net/2008/08/02/diablo-3-announcement-resurrects-diablo-2/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 15:17:06 +0000</pubDate>
		<dc:creator>cowgod</dc:creator>
				<category><![CDATA[diablo ii]]></category>
		<category><![CDATA[pcgaming]]></category>
		<category><![CDATA[battle.net]]></category>
		<category><![CDATA[diablo]]></category>
		<category><![CDATA[diablo 2]]></category>
		<category><![CDATA[diablo 3]]></category>
		<category><![CDATA[diablo iii]]></category>
		<category><![CDATA[lord of destruction]]></category>
		<category><![CDATA[sorceress]]></category>

		<guid isPermaLink="false">http://cowgod.net/2008/08/02/diablo-3-announcement-resurrects-diablo-2/</guid>
		<description><![CDATA[<p>hearing the announcement that diablo 3 is in the works completely threw the gaming world for a loop.  this has been a very well kept secret by blizzard in that their first announcement of the game also showcased a 19 minute gameplay video which showed a game that already looked well polished and feature [...]</p>]]></description>
			<content:encoded><![CDATA[<p>hearing the announcement that <a href="http://www.blizzard.com/diablo3/" class="external">diablo 3</a> is in the works completely threw the gaming world for a loop.  this has been a very well kept secret by <a href="http://www.blizzard.com/" class="external">blizzard</a> in that their first announcement of the game also showcased a <a href="http://www.blizzard.com/diablo3/media/#movies" class="external">19 minute gameplay video</a> which showed a game that already looked well polished and feature complete.  after watching the video <em>three times in a row</em>, i decided to resurrect my copy of <a href="http://www.mobygames.com/game/diablo-ii" class="external">diablo 2</a> to get my mind back in the diablo universe in preparation.</p>
<p>after installing diablo 2 and the <a href="http://www.mobygames.com/game/diablo-ii-lord-of-destruction" class="external">lord of destruction</a> expansion pack, i created a new <a href="http://www.battle.net/" class="external">battle.net</a> account, made a <a href="http://www.blizzard.com/us/diablo2/charclass/sorceress.html" class="external">sorceress</a> character, and immediately looked for a rush (where a high level character completes quests for you allowing you to get <em>rushed</em> through the game rapidly).  while playing i posed the question to my fellow diablo players; &#8220;who here is just getting back into diablo 2 after hearing about diablo 3?&#8221;  everyone in the game replied &#8220;me!&#8221;  the same could be said for players in nearly every game i joined.</p>
<p>fast forward from the announcement to now and i find myself with a <em>level 87</em> sorceress and about five mule characters full of items, runes and gems.  it&#8217;s great fun for a game that is 8 years old.  have you just gotten back into diablo 2 after hearing about diablo 3?  leave a comment and let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://cowgod.net/2008/08/02/diablo-3-announcement-resurrects-diablo-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

