<?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>Hypn.za.net &#187; games</title>
	<atom:link href="http://www.hypn.za.net/blog/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hypn.za.net/blog</link>
	<description>Games, programming, and general geekyness =)</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:28:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Some Team Fortress 2 Fun</title>
		<link>http://www.hypn.za.net/blog/2010/07/26/some-team-fortress-2-fun/</link>
		<comments>http://www.hypn.za.net/blog/2010/07/26/some-team-fortress-2-fun/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:36:58 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Team Fortress 2]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=362</guid>
		<description><![CDATA[Looks like I&#8217;m getting better at playing Spy ;)]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="/images/tf2-20100726.png"><img class="aligncenter" src="/images/tf2-20100726_thumbnail.png" alt="" /></a></p>
<p>Looks like I&#8217;m getting better at playing Spy ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2010/07/26/some-team-fortress-2-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prince of Persia &#8211; Source Code Notes</title>
		<link>http://www.hypn.za.net/blog/2009/11/25/prince-of-persia-source-code-notes/</link>
		<comments>http://www.hypn.za.net/blog/2009/11/25/prince-of-persia-source-code-notes/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:31:05 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=259</guid>
		<description><![CDATA[Here&#8217;s some retro geeky awesomeness&#8230; Prince of Persia source code notes! Download (404kb)]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some retro geeky awesomeness&#8230; Prince of Persia source code notes!</p>
<p><a href="http://www.hypn.za.net/downloads/Prince%20of%20Persia%20Source%20Code%20Notes.pdf">Download</a> (404kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2009/11/25/prince-of-persia-source-code-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoW &#8211; &#8220;Market Watcher&#8221; addon</title>
		<link>http://www.hypn.za.net/blog/2009/10/26/wow-market-watcher-addon/</link>
		<comments>http://www.hypn.za.net/blog/2009/10/26/wow-market-watcher-addon/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:49:33 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[World of Warcraft]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=252</guid>
		<description><![CDATA[I found an addon yesterday, called &#8220;Market Watcher&#8220;, which monitors Auction House prices of items you set and then draws graphs so you can see how the prices have changed. From the site: Market Watcher is an addon that scans the auction house and records data for specified items and assists in daily auction house [...]]]></description>
			<content:encoded><![CDATA[<p>I found an addon yesterday, called &#8220;<a href="http://wow.curse.com/downloads/wow-addons/details/market-watcher.aspx" target="_blank">Market Watcher</a>&#8220;, which monitors Auction House prices of items you set and then draws graphs so you can see how the prices have changed. From the site:</p>
<blockquote><p><em>Market Watcher is an addon that scans the auction house and records data for specified items and assists in daily auction house shopping in general. When the addon is set to record, a price history can be displayed to assist in determining a value for items of interest.</em></p>
<p><em>What makes Market Watcher unique from other auction house addons is that it records multiple scans instead of just the most recent. This obviously uses a great deal of memory, so only scans of items specified by the user will be recorded. The saving of multiple scans allows for a more accurate determination of value, and allows the addon to deduce if some auctions were actually sold, so you can see which auctions are actually selling as opposed to basing a value off the prices of auctions that may not be selling at all.</em></p></blockquote>
<p>While it&#8217;s a great addon, it does something I don&#8217;t like: it doesn&#8217;t let you open your trade skill windows while the Auction House window is open &#8211; the reason for this is because (normally) opening a trade skill window closes the Auction House window, but if you&#8217;re using the Auctioneer addon there&#8217;s an option to &#8220;protect auction house window&#8221; to allow you to have both open. To remove this &#8220;protection&#8221;/&#8221;feature&#8221; of Market Watcher, open &#8220;MarketWatcher.lua&#8221; in your &#8220;Interface\AddOns\MarketWatcher&#8221; folder, and find &#8220;<em>UIParent:UnregisterEvent(&#8220;TRADE_SKILL_SHOW&#8221;);</em>&#8221; (line 255 in the 5th Aug 2009 version) and put two minus signs (&#8211;) in front, to comment it out.</p>
<p>You&#8217;ll need to restart WoW, or do a &#8220;/reloadui&#8221; to apply these changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2009/10/26/wow-market-watcher-addon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoW Item Info desktop app</title>
		<link>http://www.hypn.za.net/blog/2009/10/09/wow-item-info-desktop-app/</link>
		<comments>http://www.hypn.za.net/blog/2009/10/09/wow-item-info-desktop-app/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:50:38 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[World of Warcraft]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=240</guid>
		<description><![CDATA[Just a quick post to tell you about a new app we&#8217;ve made, called &#8220;WoW Item Info&#8221; (we&#8217;ll probably re-name it), which lets you view a World of Warcraft item&#8217;s info anyway &#8211; it&#8217;s a program with runs in your system tray, and when you highlight text (the item name) and press Windows key and [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to tell you about a new app we&#8217;ve made, called &#8220;WoW Item Info&#8221; (we&#8217;ll probably re-name it), which lets you view a World of Warcraft item&#8217;s info anyway &#8211; it&#8217;s a program with runs in your system tray, and when you highlight text (the item name) and press Windows key and W (Win+W) if fetches the item info from WowHead.com and displays it. There may still be a lot of bugs, and there will be a new version released shortly.</p>
<p><strong>Note:</strong> Might not work in Skype, depending on your &#8220;Pressing Ctrl+V will&#8221; settings (under &#8220;IM &amp; SMS&#8221;, under &#8220;Show advanced options&#8221;)</p>
<p><strong>UPDATE:</strong> Fixed an issue reading in the icon, preventing the program from working :| Will probably release a new version shortly with a better quality (larger) icon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.hypn.za.net/images/WoWItemInfo.gif" alt="" /></p>
<p style="text-align: center;">
<p><strong>Credits:</strong><br />
AutoHotKey &#8211; <a href="http://www.autohotkey.com" target="_blank">http://www.autohotkey.com</a><br />
WowHead&#8217;s API &#8211; <a href="http://www.wowhead.com" target="_blank">http://www.wowhead.com</a><br />
Titan&#8217;s &#8220;xpath&#8221; &#8211; <a href="http://www.autohotkey.net/~Titan/#xpath" target="_blank">http://www.autohotkey.net/~Titan/#xpath</a></p>
<p>Download: <a href="http://www.hypn.za.net/downloads/WowItemInfo1.1.zip"><strong>WowItemInfo1.1.zip</strong></a> (201kb)</p>
<p><strong>Greets to:</strong><br />
Ultrazor, Kymeara and Durgath. Taera (various EU realms)<br />
GameThreat (<a href="http://www.gamethreat.net" target="_blank">http://www.gamethreat.net</a>)<br />
&#8220;Pap en Vleis&#8221; on Twilight&#8217;s Hammer EU (<a href="http://www.papenvleis.za.net" target="_blank">http://www.papenvleis.za.net</a>)<br />
&#8220;Murder of Crows&#8221; on Bronzebeard EU (<a href="http://www.murderofcrows.ws" target="_blank">http://www.murderofcrows.ws</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2009/10/09/wow-item-info-desktop-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TF2: de-rez: Team Fortress 2</title>
		<link>http://www.hypn.za.net/blog/2008/10/10/tf2-de-rez-team-fortress-2/</link>
		<comments>http://www.hypn.za.net/blog/2008/10/10/tf2-de-rez-team-fortress-2/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:51:51 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Team Fortress 2]]></category>
		<category><![CDATA[funny videos]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=169</guid>
		<description><![CDATA[I found this Team Fortress 2 video here, thanks to ubercharged.net:]]></description>
			<content:encoded><![CDATA[<p>I found this Team Fortress 2 video <a href="http://www.escapistmagazine.com/videos/view/de-rez/250-Team-Fortress-2" target="_blank">here</a>, thanks to <a href="http://www.ubercharged.net/2008/10/10/lazy-writer-video-time/" target="_blank">ubercharged.net</a>:</p>
<p><a href="http://www.hypn.za.net/blog/2008/10/10/tf2-de-rez-team-fortress-2/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/10/10/tf2-de-rez-team-fortress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.escapistmagazine.com/video/27426/Team-Fortress-2_2008-10-07-101050.flv" length="19807301" type="video/x-flv" />
		</item>
		<item>
		<title>TF2: &#8220;Your Performance As&#8221;</title>
		<link>http://www.hypn.za.net/blog/2008/10/06/tf2-your-performance-as/</link>
		<comments>http://www.hypn.za.net/blog/2008/10/06/tf2-your-performance-as/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:53:47 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Team Fortress 2]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=166</guid>
		<description><![CDATA[I found this on &#8220;Kovorka&#8217;z Gravel Pit&#8221; and like it, so here it is: I&#8217;ve been trying to get back into playing as Spy, I think I&#8217;m in the middle of the graph at the moment ;)]]></description>
			<content:encoded><![CDATA[<p>I found this on &#8220;<a href="http://kovorka.blogspot.com/" target="_blank">Kovorka&#8217;z Gravel Pit</a>&#8221; and like it, so here it is:</p>
<p style="text-align: center;"><a href="/images/2008/tf2_your_performance_as.jpg" target="_blank"><img class="aligncenter" title="TF2: Your Performance As" src="/images/2008/tf2_your_performance_as_thumb.jpg" alt="" width="400" height="271" /></a></p>
<p>I&#8217;ve been trying to get back into playing as Spy, I think I&#8217;m in the middle of the graph at the moment ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/10/06/tf2-your-performance-as/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TF2: Gogol Rush video</title>
		<link>http://www.hypn.za.net/blog/2008/10/02/tf2-gogol-rush-video/</link>
		<comments>http://www.hypn.za.net/blog/2008/10/02/tf2-gogol-rush-video/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 08:45:48 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Team Fortress 2]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=153</guid>
		<description><![CDATA[Another really good (funny) TF2 video, called &#8220;Gogol Rush&#8221; :)]]></description>
			<content:encoded><![CDATA[<p>Another really good (funny) TF2 video, called &#8220;Gogol Rush&#8221; :)</p>
<p><a href="http://www.hypn.za.net/blog/2008/10/02/tf2-gogol-rush-video/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/10/02/tf2-gogol-rush-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hypn&#8217;s QFG2VGA Beard Hack</title>
		<link>http://www.hypn.za.net/blog/2008/09/05/hypns-qfg2vga-beard-hack/</link>
		<comments>http://www.hypn.za.net/blog/2008/09/05/hypns-qfg2vga-beard-hack/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 10:35:00 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Quest for Glory]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=136</guid>
		<description><![CDATA[I wrote a hack that lets you keep selling the Whirling Dervish&#8217;s beard to Keapon Laffin in the remake of Quest for Glory 2, like you could do in the original version of the game (it was a bug). It&#8217;s probably really buggy, and might crash your game and/or corrupt your save game(s) so use [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a hack that lets you keep selling the Whirling Dervish&#8217;s beard to Keapon Laffin in the remake of Quest for Glory 2, like you could do in the original version of the game (it was a bug). It&#8217;s probably really buggy, and might crash your game and/or corrupt your save game(s) so use at your own risk &#8211; and what ever you do, please do NOT report bugs while using this hack on the AGDInteractive forums&#8230; this hack is not their doing/fault/problem/whatever.</p>
<p>That said, feel free to download: <a href="/downloads/gamehacks/Hypn's QFG2VGA Beard Hack v1.0.zip">Hypn&#8217;s QFG2VGA Beard Hack v1.0.zip</a> (3kb)</p>
<p>UPDATE: this hack only works on version 1.0 of QFG2VGA, and not on the latest version they&#8217;ve released.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/09/05/hypns-qfg2vga-beard-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quest for Glory (fan) art</title>
		<link>http://www.hypn.za.net/blog/2008/09/04/quest-for-glory-fan-art/</link>
		<comments>http://www.hypn.za.net/blog/2008/09/04/quest-for-glory-fan-art/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:58:48 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Quest for Glory]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=132</guid>
		<description><![CDATA[There&#8217;s a thread on the Quest for Glory 2 remake&#8217;s forum dedicated to fan art &#8211; which I saw today for the first time. One of the forum members, by the name of &#8220;Lady Pyro&#8221;, has some incredible sketches that are definitely worth checking out. My two favourite are below, along with coloured in versions [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a thread on the Quest for Glory 2 remake&#8217;s forum dedicated to fan art &#8211; which I saw today for the first time. One of the forum members, by the name of &#8220;Lady Pyro&#8221;, has some incredible sketches that are definitely worth checking out.</p>
<p>My two favourite are below, along with coloured in versions by Hollister. Check out the thread here: <a href="http://www.agdiforums.com/forum/viewtopic.php?f=18&amp;t=12121&amp;st=0&amp;sk=t&amp;sd=a" target="_blank">QFG Artwork</a></p>
<p style="text-align: center;"><a href="/images/2008/qfg_fan_art_01.jpg" target="_blank"><img class="aligncenter" title="Quest for Glory Fan Art" src="/images/2008/qfg_fan_art_01_thumbnail.jpg" alt="" width="400" height="512" /></a></p>
<p style="text-align: center;"><span id="more-132"></span></p>
<p style="text-align: center;"><a href="/images/2008/qfg_fan_art_03.jpg" target="_blank"><img class="aligncenter" title="Quest for Glory Fan Art" src="/images/2008/qfg_fan_art_03_thumbnail.jpg" alt="" width="400" height="512" /></a></p>
<p style="text-align: center;"><a href="/images/2008/qfg_fan_art_02.jpg" target="_blank"><img class="aligncenter" title="Quest for Glory Fan Art" src="/images/2008/qfg_fan_art_02_thumbnail.jpg" alt="" width="400" height="512" /></a></p>
<p style="text-align: center;"><a href="/images/2008/qfg_fan_art_04.jpg" target="_blank"><img class="aligncenter" title="Quest for Glory Fan Art" src="/images/2008/qfg_fan_art_04_thumbnail.jpg" alt="" width="400" height="512" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/09/04/quest-for-glory-fan-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dark Fortress (TF2 video)</title>
		<link>http://www.hypn.za.net/blog/2008/08/27/the-dark-fortress-tf2-video/</link>
		<comments>http://www.hypn.za.net/blog/2008/08/27/the-dark-fortress-tf2-video/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 05:23:33 +0000</pubDate>
		<dc:creator>Hypn</dc:creator>
				<category><![CDATA[Team Fortress 2]]></category>

		<guid isPermaLink="false">http://www.hypn.za.net/blog/?p=108</guid>
		<description><![CDATA[A scene from &#8220;The Dark Knight&#8221;, reenacted by Team Fortress 2 :D]]></description>
			<content:encoded><![CDATA[<p>A scene from &#8220;The Dark Knight&#8221;, reenacted by Team Fortress 2 :D</p>
<p style="text-align: center;"><p><a href="http://www.hypn.za.net/blog/2008/08/27/the-dark-fortress-tf2-video/"><em>Click here to view the embedded video.</em></a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypn.za.net/blog/2008/08/27/the-dark-fortress-tf2-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
