<?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>maceman.info &#187; Games</title>
	<atom:link href="http://maceman.info/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://maceman.info</link>
	<description>The home page of MaceMan316</description>
	<lastBuildDate>Sat, 01 Oct 2011 01:47:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>World of Warcraft NPCScan script</title>
		<link>http://maceman.info/2011/03/19/world-of-warcraft-npcscan-script/</link>
		<comments>http://maceman.info/2011/03/19/world-of-warcraft-npcscan-script/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 22:11:07 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch script]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[creature]]></category>
		<category><![CDATA[creaturecache]]></category>
		<category><![CDATA[creaturecache.wdb]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[launcher.exe]]></category>
		<category><![CDATA[npc]]></category>
		<category><![CDATA[npscan]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ui mod]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[_npcscan]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=119</guid>
		<description><![CDATA[So if you&#8217;re using the mod _NPCscan for the game World of Warcraft, you know that you have to clear your creature cash to scan for the same mob twice. It can be tedious to do this repetitively, so I&#8217;ve made a simple command line script for Windows to do the job on start-up. (This [...]]]></description>
			<content:encoded><![CDATA[<p>So if you&#8217;re using the mod _NPCscan for the game World of Warcraft, you know that you have to clear your creature cash to scan for the same mob twice. It can be tedious to do this repetitively, so I&#8217;ve made a simple command line script for Windows to do the job on start-up.</p>
<p>(This works for Windows XP. It would work for Vista and 7 but it might require some tweaking. I wouldn&#8217;t know how to do it though since I don&#8217;t have Vista or 7.)</p>
<p>Make a text file in the same folder as your WoW executable and fill it with this:</p>
<p><code>del Cache\WDB\enUS\creaturecache.wdb<br />
start Launcher.exe</code></p>
<p>then save it as <code>scanlauncher.cmd</code>. The important part is that you save it as something<strong>.cmd</strong>. If you have file extensions hidden, you&#8217;ll have to enable them, at least temporarily. (<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/win_fcab_show_file_extensions.mspx?mfr=true">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/win_fcab_show_file_extensions.mspx?mfr=true</a> shows how in the notes.)</p>
<p>After you&#8217;ve made the file, launch WoW with this new file! It will clear the creature cache just before the game starts. You can make a shortcut by right-click dragging and selecting create shortcut. You can change the icon by right clicking the script and going to properties.</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2011/03/19/world-of-warcraft-npcscan-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen capture drivers</title>
		<link>http://maceman.info/2010/08/24/screen-capture-drivers/</link>
		<comments>http://maceman.info/2010/08/24/screen-capture-drivers/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 21:19:37 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[cap]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[directshow]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[screen share]]></category>
		<category><![CDATA[starcraft]]></category>
		<category><![CDATA[starcraft 2]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=102</guid>
		<description><![CDATA[In the past I&#8217;ve found myself wanting to know of some DirectShow screen capture drivers. I would use these for sharing my desktop on web cam programs, video streaming programs, streaming Starcraft 2, and so on. I have list of all the (free) ones I know of so far. VH Screen Capture Driver UScreenCapture ManyCam [...]]]></description>
			<content:encoded><![CDATA[<p>In the past I&#8217;ve found myself wanting to know of some DirectShow screen capture drivers. I would use these for sharing my desktop on web cam programs, video streaming programs, streaming Starcraft 2, and so on. I have list of all the (free) ones I know of so far.</p>
<ul>
<li>VH Screen Capture Driver</li>
<li>UScreenCapture</li>
<li>ManyCam</li>
</ul>
<p>VLC Media Player and Windows Media Encoder 9 can also be used for screen broadcasting, but they do not have input drivers so the output can&#8217;t be fed into another program.<br />
Additionally, CamStudio can be used to record the screen (but not broadcast), and Skype can be used the broadcast the screen to a single person.</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2010/08/24/screen-capture-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unreal Tournament 3 &#8220;Precaching&#8221; issue</title>
		<link>http://maceman.info/2010/04/25/unreal-tournament-3-precaching/</link>
		<comments>http://maceman.info/2010/04/25/unreal-tournament-3-precaching/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 11:07:14 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[-nomoviestartup]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[fullscreenmovie]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[pre]]></category>
		<category><![CDATA[pre-caching]]></category>
		<category><![CDATA[precaching]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[startupmovies]]></category>
		<category><![CDATA[tournament]]></category>
		<category><![CDATA[unreal]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[ut]]></category>
		<category><![CDATA[ut3]]></category>
		<category><![CDATA[utengine.ini]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=85</guid>
		<description><![CDATA[For the longest time, I couldn&#8217;t figure out what was wrong with my Unreal Tournament 3 setup. Every time I entered a game of any type, the loading screen wouldn&#8217;t appear. Instead, it would say &#8220;Precaching&#8221; in red with a black background. I figured out the reason why it was doing this is because I [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, I couldn&#8217;t figure out what was wrong with my Unreal Tournament 3 setup. Every time I entered a game of any type, the loading screen wouldn&#8217;t appear. Instead, it would say &#8220;Precaching&#8221; in red with a black background. I figured out the reason why it was doing this is because I had the &#8220;-nomoviestartup&#8221; command line option set. &#8220;-nomoviestartup&#8221; eliminates movies of all types, not just the startup movies. Loading screens are considered movies. There are campaign movies, too, and you&#8217;ll miss out on those with the command line switch.</p>
<p>There is a way to turn off the start-up movies in a non-destructive way. Find your &#8220;<strong>My Documents\My Games\Unreal Tournament 3\UTGame\Config\UTEngine.ini</strong>&#8221; file. Open it with a text editor, such as notepad, and search for<strong> </strong>&#8220;<strong>[FullScreenMovie]</strong>&#8220;. Directly below it, add semicolons before all the sections that say &#8220;StartupMovies&#8221;. It should look like this:</p>
<blockquote><p><code>[FullScreenMovie]<br />
;StartupMovies=Copyright_PC<br />
;StartupMovies=EpicLogo<br />
;StartupMovies=MidwayLogo<br />
;StartupMovies=UE3_logo<br />
;StartupMovies=Nvidia_PC<br />
;StartupMovies=Intel_Duo_Logo<br />
;StartupMovies=UT_loadmovie1</code></p></blockquote>
<p>Congratulations. You have disabled start-up movies and/or restored your loading screens!</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2010/04/25/unreal-tournament-3-precaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of free games</title>
		<link>http://maceman.info/2009/10/29/list-of-free-games/</link>
		<comments>http://maceman.info/2009/10/29/list-of-free-games/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:53:33 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=58</guid>
		<description><![CDATA[Here&#8217;s a quick list of free full games I know of. FPS Warsow (http://www.warsow.net/) OpenArena (http://www.openarena.ws/) UrbanTerror (http://www.urbanterror.net/) Quake Live (http://www.quakelive.com/) Wolfenstein: Enemy Territory (http://www.splashdamage.com/wolfet) Combat Arms (http://combatarms.nexon.net/) RTS Battle for Wesnoth (http://www.wesnoth.org/) RPG Maple Story (http://maplestory.nexon.net/) Runescape (http://www.runescape.com/) Music FlashFlashRevolution (http://www.flashflashrevolution.com/) Racing TrackMania Nations Forever (http://www.trackmania.com/index.php?rub=nations)]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick list of free full games I know of.</p>
<p>FPS<br />
Warsow (<a href="http://www.warsow.net/">http://www.warsow.net/</a>)<br />
OpenArena (<a href="http://www.openarena.ws/">http://www.openarena.ws/</a>)<br />
UrbanTerror (<a href="http://www.urbanterror.net/">http://www.urbanterror.net/</a>)<br />
Quake Live (<a href="http://www.quakelive.com/">http://www.quakelive.com/</a>)<br />
Wolfenstein: Enemy Territory (<a href="http://www.splashdamage.com/wolfet">http://www.splashdamage.com/wolfet</a>)<br />
Combat Arms (<a href="http://combatarms.nexon.net/">http://combatarms.nexon.net/</a>)</p>
<p>RTS<br />
Battle for Wesnoth (<a href="http://www.wesnoth.org/">http://www.wesnoth.org/</a>)</p>
<p>RPG<br />
Maple Story (<a href="http://maplestory.nexon.net/">http://maplestory.nexon.net/</a>)<br />
Runescape (<a href="http://www.runescape.com/">http://www.runescape.com/</a>)</p>
<p>Music<br />
FlashFlashRevolution (<a href="http://www.flashflashrevolution.com/">http://www.flashflashrevolution.com/</a>)</p>
<p>Racing<br />
TrackMania Nations Forever (<a href="http://www.trackmania.com/index.php?rub=nations">http://www.trackmania.com/index.php?rub=nations</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2009/10/29/list-of-free-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counter-Strike 1.6 voice commands.</title>
		<link>http://maceman.info/2009/07/30/counter-strike-1-6-voice-commands/</link>
		<comments>http://maceman.info/2009/07/30/counter-strike-1-6-voice-commands/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 06:34:57 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[goldsrc]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=52</guid>
		<description><![CDATA[Radio Responses/Reports Name (RADIO): Roger that. Name (RADIO): Enemy spotted. Name (RADIO): Need backup. Name (RADIO): Sector clear. Name (RADIO): I&#8217;m in position. Name (RADIO): Reporting in. Name (RADIO): Get out of there, it&#8217;s gonna blow! Name (RADIO): Negative. Name (RADIO): Enemy down. Radio Group Commands Name (RADIO): Go go go! Name (RADIO): Team, fall [...]]]></description>
			<content:encoded><![CDATA[<p>Radio Responses/Reports<br />
Name (RADIO): Roger that.<br />
Name (RADIO): Enemy spotted.<br />
Name (RADIO): Need backup.<br />
Name (RADIO): Sector clear.<br />
Name (RADIO): I&#8217;m in position.<br />
Name (RADIO): Reporting in.<br />
Name (RADIO): Get out of there, it&#8217;s gonna blow!<br />
Name (RADIO): Negative.<br />
Name (RADIO): Enemy down.</p>
<p>Radio Group Commands<br />
Name (RADIO): Go go go!<br />
Name (RADIO): Team, fall back!<br />
Name (RADIO): Stick together, team.<br />
Name (RADIO): Get in position and wait for my go.<br />
Name (RADIO): Storm the Front!<br />
Name (RADIO): Report in, team.</p>
<p>Radio Commands<br />
Name (RADIO): Cover me!<br />
Name (RADIO): You Take the Point.<br />
Name (RADIO): Hold This Position.<br />
Name (RADIO): Regroup Team.<br />
Name (RADIO): Follow Me.<br />
Name (RADIO): Taking Fire&#8230;Need Assistance!</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2009/07/30/counter-strike-1-6-voice-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of Warcraft smart mount macro</title>
		<link>http://maceman.info/2009/07/04/world-of-warcraft-smart-mount-macro/</link>
		<comments>http://maceman.info/2009/07/04/world-of-warcraft-smart-mount-macro/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 09:47:56 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=48</guid>
		<description><![CDATA[I was unsatisfied with my complicated smart mount macro; one that would mount me on my flying mount if possible, and my ground mount if not. I discovered something immensely simple that seems to work great. For example: /cast Swift Blue Gryphon /cast Swift Yellow Mechanostrider You can use any mounts, as long as the [...]]]></description>
			<content:encoded><![CDATA[<p>I was unsatisfied with my complicated smart mount macro; one that would mount me on my flying mount if possible, and my ground mount if not.<br />
I discovered something immensely simple that seems to work great. For example:<br />
<code><br />
/cast Swift Blue Gryphon<br />
/cast Swift Yellow Mechanostrider<br />
</code><br />
You can use any mounts, as long as the flying mount is first. Of course you do get an error message when you use the macro, but it doesn&#8217;t bother me and doesn&#8217;t cause any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2009/07/04/world-of-warcraft-smart-mount-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of Warcraft test realm madness</title>
		<link>http://maceman.info/2009/06/30/world-of-warcraft-test-realm-madness/</link>
		<comments>http://maceman.info/2009/06/30/world-of-warcraft-test-realm-madness/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:36:11 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://maceman.info/?p=36</guid>
		<description><![CDATA[So you&#8217;re trying to buy emblems of triumph from Usuri Brightcoin in Dalaran but can&#8217;t because people are spamming it. Bind &#8220;interact with target&#8221; to a key, or shift+v and right click her name. Then use this macro since you&#8217;ll probably get &#8220;That object is busy&#8221;: /script local function buy (n,q) for i=1,100 do if [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re trying to buy emblems of triumph from Usuri Brightcoin in Dalaran but can&#8217;t because people are spamming it.</p>
<p>Bind &#8220;interact with target&#8221; to a key, or shift+v and right click her name.<br />
Then use this macro since you&#8217;ll probably get &#8220;That object is busy&#8221;:</p>
<p><code>/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy("Emblem of Triumph",1000)</code></p>
<p>Also you can use a simpler one</p>
<p><code>/script BuyMerchantItem(4, 250)</code></p>
<p><img class="alignnone size-medium wp-image-35" title="wowscrnshot_063009_063000" src="http://maceman.info/wp-content/uploads/2009/06/wowscrnshot_063009_063000-300x225.jpg" alt="wowscrnshot_063009_063000" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2009/06/30/world-of-warcraft-test-realm-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valve&#8217;s Portal</title>
		<link>http://maceman.info/2007/10/25/valves-portal/</link>
		<comments>http://maceman.info/2007/10/25/valves-portal/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 19:14:15 +0000</pubDate>
		<dc:creator>MaceMan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[half life]]></category>
		<category><![CDATA[orange box]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://maceman.info/wordpress/?p=3</guid>
		<description><![CDATA[Portal is a first person action puzzle game. If you haven&#8217;t already seen the trailer, here&#8217;s a link. Most things about the game are positive. The story, the characters, the concept, the portal gun, the seamless portals, the puzzles, the music, and the creepiness are great. Unfortunately the game is too short. Team Fortress 2 [...]]]></description>
			<content:encoded><![CDATA[<p><em>    Portal</em> is a first person action puzzle game. If you haven&#8217;t already seen the <a href="http://video.google.com/videoplay?docid=1299927595688205543">trailer, here&#8217;s a link</a>. Most things about the game are positive. The story, the characters, the concept, the portal gun, the seamless portals, the puzzles, the music, and the creepiness are great. <span id="more-3"></span>Unfortunately the game is too short.</p>
<p><em>Team Fortress 2</em> and <em>Half Life 2: Episode 2</em>, also in the &#8220;Orange Box&#8221;, did not grab me and make me want to know more like <em>Portal</em> did. I hope to see more expansion with mods and maps with the current version of the game. I also hope that Valve will start working on Portal 2. They should make the game last a bit longer, but other than that, they should keep doing what they&#8217;re doing with the game.</p>
]]></content:encoded>
			<wfw:commentRss>http://maceman.info/2007/10/25/valves-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

