<?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>Mega-ZBlog &#187; Games</title>
	<atom:link href="http://www.mzzt.net/tag/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Sun, 25 Jul 2010 01:16:13 +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>Loot</title>
		<link>http://www.mzzt.net/2010/01/01/loot/</link>
		<comments>http://www.mzzt.net/2010/01/01/loot/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 01:49:35 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=253</guid>
		<description><![CDATA[I got some good games this Christmas and birthday, so I want to recommend a few: Mirror&#8217;s Edge This game was a lot more fun than I thought it would be, and it ended way too soon for my tastes.  Faith, the protagonist, is crazy at parkour and most of the functionality is accessed through [...]]]></description>
			<content:encoded><![CDATA[<p>I got some good games this Christmas and birthday, so I want to recommend a few:<span id="more-253"></span></p>
<h3><a href="http://store.steampowered.com/app/17410/">Mirror&#8217;s Edge</a></h3>
<p>This game was a lot more fun than I thought it would be, and it ended way too soon for my tastes.  Faith, the protagonist, is crazy at <a href="http://en.wikipedia.org/wiki/Parkour">parkour</a> and most of the functionality is accessed through two keys, plus your directional movements.  A helpful tutorial helps you begin to master them.</p>
<p>This has got to be the most fun I&#8217;ve had in an First Person game without Shooting (I went the pacifist route).  The game also managed to end with the world worse than it started out, which sorta was disappointing, but you do accomplish what you set out to do and the last &#8220;boss&#8221; was fun.  Can&#8217;t wait for the rumored sequel&#8230;</p>
<p>No windowed mode though, and I had a couple problems with the game but I was able to fix them.  If you find yourself stuck at a perpetual loading screen, validate your game cache in Steam and that may help fix it (CD users would want to reinstall for the same effect).  I also had a problem with a hanging looping opening cutscene, turning hardware acceleration down in DirectX Diagnostics (dxdiag.exe) fixed that right up.  Probably should have done that sooner since my sound hardware doesn&#8217;t support acceleration anyway.</p>
<p>Unfortunately there appears to be no user-made levels or official SDK.  Sad, I&#8217;m sure they would be great fun.</p>
<h3><a href="http://store.steampowered.com/app/15130/">Beyond Good &amp; Evil</a></h3>
<p>A pure adventure game, lots of fun.  Collect these things, take pictures of those things, go through the main quest, do side quests.  Every piece of this is fun.  The story is your standard conspiracy theory, and at the end you go to the moon and blow up the evil space alien.  Oh, and you discover a dark secret about yourself.  Fun fun fun!</p>
<p>And there&#8217;s a sequel in the works too! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Had a weird technical quirk where running the game would cause Steam to get caught in an infinite loop but restarting Steam cleared that right up.  Also disappointed in no windowed mode, and it doesn&#8217;t properly paint the background in non-4:3 modes causing screen glitches.  Voice syncing problems too.</p>
<p>Also for some reason a new window opening (such as, say, getting an IM) causes both of the above games to minimize.  Bah!</p>
<h3><a href="http://store.steampowered.com/app/26800/">Braid</a></h3>
<p>I can only describe this as a &#8220;philosophical sidescroller&#8221;.  Haven&#8217;t beaten it yet, but the puzzles are already mind-wracking and fun.</p>
<p>No problems getting this to work, huzzah for indie games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/01/01/loot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox breaks my TF2 thing!</title>
		<link>http://www.mzzt.net/2009/08/01/firefox-breaks-my-tf2-thing/</link>
		<comments>http://www.mzzt.net/2009/08/01/firefox-breaks-my-tf2-thing/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 00:41:21 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Team Fortress 2]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=204</guid>
		<description><![CDATA[Well not really, I think it just was a failure to test it thoroughly on my part, but it&#8217;s still odd.  Apparently, in Firefox, a checkbox&#8217;s .value property is always &#8220;on&#8221; even if it isn&#8217;t really &#8220;on&#8221; so all the pictures were coming out with critical backgrounds.  Using &#8220;.checked&#8221; solved that problem. http://www.mzzt.net/tf2/ One of [...]]]></description>
			<content:encoded><![CDATA[<p>Well not really, I think it just was a failure to test it thoroughly on my part, but it&#8217;s still odd.  Apparently, in Firefox, a checkbox&#8217;s .value property is always &#8220;on&#8221; even if it isn&#8217;t really &#8220;on&#8221; so all the pictures were coming out with critical backgrounds.  Using &#8220;.checked&#8221; solved that problem.</p>
<p><a href="http://www.mzzt.net/tf2/">http://www.mzzt.net/tf2/</a></p>
<p>One of these days I&#8217;ll style it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/08/01/firefox-breaks-my-tf2-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Headset Annoys Me</title>
		<link>http://www.mzzt.net/2009/07/16/my-headset-annoys-me/</link>
		<comments>http://www.mzzt.net/2009/07/16/my-headset-annoys-me/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 03:34:37 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[headset]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[mute]]></category>
		<category><![CDATA[plugs]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=201</guid>
		<description><![CDATA[Whenever my mic stops working, I must remember to try the following diagnostics in the following order to avoid maximum frustration with the dumb thing: Verify the mic does indeed seem to be not working, and that the person who notified you isn&#8217;t deaf.  Usually I also check the app&#8217;s own volume settings for the [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever my mic stops working, I must remember to try the following diagnostics in the following order to avoid maximum frustration with the dumb thing:<span id="more-201"></span></p>
<ul>
<li>Verify the mic does indeed seem to be not working, and that the person who notified you isn&#8217;t deaf.  Usually I also check the app&#8217;s own volume settings for the mic here.</li>
<li>Check that the mic mute switch that I never use or need on the volume control didn&#8217;t flick itself to off.</li>
<li>Open Volume  Control&#8217;s Recording view and make sure some random app didn&#8217;t change the mic volume or the input device.</li>
<li>Make sure the &#8220;convenient detatchable mic&#8221; didn&#8217;t inconceniently partially detatch itself from the headset.</li>
<li>Only then do I crawl behind my computer to check the mic plug.</li>
<li>If it still doesn&#8217;t work, another stupid headset broke, buy a new one that is slightly more expensive than the previous one and hope it works better.</li>
</ul>
<p>All of these have happened to me at some pont or another, except for the first one.  The easiest solution is NEVER the answer.  Fortunately my newest headset&#8217;s cord is short enough that my chair doesn&#8217;t accidentally roll over it and yank the headset off of my head&#8230; and connections loose, as has happened with all my previous ones.  So I seem to be safe from the last solution too for the time being.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/07/16/my-headset-annoys-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuff</title>
		<link>http://www.mzzt.net/2008/04/12/stuff/</link>
		<comments>http://www.mzzt.net/2008/04/12/stuff/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 05:21:49 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2008/04/12/stuff/</guid>
		<description><![CDATA[I need to force myself to post more often. When I end up posting like now I end up having a lot to talk about. Maybe if I post right when I wake up, or make a set time for posting every day or something.I released a few apps I&#8217;ve been working on&#8230; EasyScreenshot.NET is [...]]]></description>
			<content:encoded><![CDATA[<p>I need to force myself to post more often.  When I end up posting like now I end up having a lot to talk about.  Maybe if I post right when I wake up, or make a set time for posting every day or something.<span id="more-32"></span>I released a few apps I&#8217;ve been working on&#8230; <a href="http://x.mzzt.net/EasyScreenshot.NET.exe">EasyScreenshot.NET</a> is a screenshot program which aims for minimal user interaction, and for automatically saving and uploading images via FTP.  I&#8217;ve gotten a couple good ideas I might still need to implement but right now the basic stuff that makes it very useful for me is in there.</p>
<p><a href="http://junk.mzzt.net/AppCompactor.7z.exe">AppCompactor</a> compresses programs by using <a href="http://upx.sourceforge.net/">UPX</a> to compress binary files and <a href="http://www.7-zip.org/">7-zip</a> to recompress archives.  Interestingly shortly before I released it or even announced it John Haller <a href="http://portableapps.com/node/12241">came out of the blue and released a similar tool</a>.  And after I announced and released mine he renamed his to match&#8230; I know he saw my comment about my tool, he replied to it&#8230; but I&#8217;ll let him use the name too since he&#8217;s a nice guy. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Check out <a href="http://portableapps.com/">his stuff</a>.</p>
<p>Oh yeah, both of my programs require <a href="http://www.microsoft.com/net/">.NET Framework</a> 2.0 or greater.  <a href="http://update.microsoft.com/windowsupdate/v6/default.aspx?ln=en-us">Windows Update</a> should recommend it to you if you don&#8217;t have it already.  Vista ships with it.</p>
<p>Speaking of Vista, I always knew it ran slow on my machine but it was really crawling like I never remembered.  I installed SP1 and that seemed to improve it a little, but I&#8217;m not going to use it regularly just for pretty borders and annoying pop up dialogs.  Between XP and Ubuntu I believe I&#8217;m covered.  <a href="http://en.wikipedia.org/wiki/MinWin#MinWin">Windows 7 sounds like it could be more promising</a>, but so did Vista before <a href="http://en.wikipedia.org/wiki/Criticism_of_Windows_Vista">half the feature set was dropped, etc</a>.</p>
<p>I&#8217;ve been playing far too much <a href="http://en.wikipedia.org/wiki/Team_Fortress_2">Team Fortress 2</a> lately.  There should be an update in a week or so with new content including a new map/gamemode, upgrades and achievements for the Medic class, and a new &#8220;<a href="http://www.google.com/search?q=Team+Fortress+2+Meet+the">Meet the&#8230;</a>&#8221; video.</p>
<p>For April Fools I stuck a <a href="http://www.mzzt.net/april.html">copy of a domain squatter&#8217;s index</a> on my front page and asked various people in IM chat and on IRC if they could access my site, claiming I couldn&#8217;t.  I got a few people with that.  Good fun.  The search box even points to Google.  I thought that was a good easter egg myself.</p>
<p>I upgraded to <a href="http://wordpress.org/">WordPress</a> 2.5.  I also approved and disapproved some comments.  I probably will forget about comments and never check them ever again.  Oh well.  There are actually still a number of &#8220;borderline&#8221; spam comments but I stopped caring once I got rid of the obvious ones.  Maybe I can tweak my WordPress install so it&#8217;ll break bots.  It would only take a change of one POST variable, really&#8230;</p>
<p>Now to complete this blog post by having every category tag I&#8217;ve made apply to this single post, I&#8217;m gonna talk about <a href="http://en.wikipedia.org/wiki/Wii">Wii</a> stuff.  OK.  So <a href="http://wiibrew.org/index.php?title=Homebrew_apps">Wii homebrew</a> has become possible thanks to a buffer overflow vulnerability in the <a href="http://en.wikipedia.org/wiki/The_Legend_of_Zelda:_Twilight_Princess">Twilight Princess</a> save game loader and there are more and more homebrew apps becoming available every week.  Right now it&#8217;s just ports of GameCube homebrew since I guess the Wii uses a superset of the old GameCube API.  But I have faith that soon we&#8217;ll see <a href="http://www.scummvm.org/">ScummVM</a> with Wiimote support, etc.</p>
<p>And I just realized WordPress has both categories and tags, which makes no sense to me because categories act like tags.  Weird.</p>
<p>Well I had a few more minor things, but I&#8217;ve covered enough topics for one post I think. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Enjoy my programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/04/12/stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Pinball with Post Topics</title>
		<link>http://www.mzzt.net/2008/01/08/playing-pinball-with-post-topics/</link>
		<comments>http://www.mzzt.net/2008/01/08/playing-pinball-with-post-topics/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 18:45:55 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2008/01/08/playing-pinball-with-post-topics/</guid>
		<description><![CDATA[Well I should probably start blogging again.  I&#8217;ve gotten the ScribeFire extension for Firefox which seems to be better than the last time I used it, although I lacks a &#8220;more&#8221; insert which of course allows me to put a &#8220;More&#8230;&#8221; link there which links to the individual post page with the complete post.  I [...]]]></description>
			<content:encoded><![CDATA[<p>Well I should probably start blogging again.  I&#8217;ve gotten the <a href="http://www.scribefire.com/">ScribeFire</a> extension for Firefox which seems to be better than the last time I used it, although I lacks a &#8220;more&#8221; insert which of course allows me to put a &#8220;More&#8230;&#8221; link there which links to the individual post page with the complete post.  I think I didn&#8217;t like that before, but having a browser-based interface would make me more likely to post.</p>
<p><span id="more-29"></span>So what have I been up to&#8230; I&#8217;ve been working on a few programs for my portfolio eventually, since I&#8217;m STILL job hunting.</p>
<p>First we have <a href="http://x.mzzt.net/EasyScreenshot.NET.exe">EasyScreenshot.NET</a> which I made to make taking and uploading pictures to a FTP server simple and easy.  The only features I might still want to add are quick changing of the image format to save pictures in, and a quick option to take a picture and paste it on the clipboard without saving or uploading it.  Would be useful for <a href="http://www.trillian.cc/">Trillian Astra</a>, which doesn&#8217;t currently have proper multi-monitor support in it&#8217;s screenshot feature (although that feature largely inspired mine).</p>
<p>Here is the repository for my uploaded images: <a href="http://x.mzzt.net/">http://x.mzzt.net/</a>.  There are also a couple other things there like the download for ES.NET as well as a symlink to my current forum avatar so I can change it easily without having to change urls on whatever forums I&#8217;m signed up for.</p>
<p>Yes, I do like Stargate.  I also like making <a href="http://images.mzzt.net/animgif/">animated GIFs</a> from TV show clips.  Fun fun.  Making them avatar size is a bit annoying though&#8230; too small to see clearly, plus they have to be short and at a choppy FPS or else 56k users complain.  I usually use 1mb as a limit, and quote now-low broadband prices to anyone who complains.</p>
<p>But I digress&#8230; EasyScreenshot.NET&#8230; I made it portable, too!  Settings are stored in an XML file instead of the registry.  Only caveat is I can&#8217;t store per-user settings (but then again, neither can any other portable solution really&#8230;) but if you really want to, each user could use their own copy of the program in a separate directory.  Easy enough.  The XML solution I made also was easy to move to another program I&#8217;m making.</p>
<p>I saw this program called <a href="http://fileforum.betanews.com/detail/AntiFreeze/1194643486/1">AntiFreeze</a> which has a good idea for a task manager replacement (freeze all programs when you press a hotkey so anything running away with the CPU immedaitely stops, then you can take care of it).  However, it seems some processes don&#8217;t like being suspended and tend to lock the computer up.  Probably because they have hooks into system functions or something. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Anyways I ran into this problem and decided to try my hand at cloning AntiFreeze.  I did remarkably well, having locked my computer up the same way several times. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also discovered the process which didn&#8217;t like being frozen&#8230; I suppose this is now the second time I made a program clone because I thought the original was totally broken (when it was only partially).  If you&#8217;re curious, it&#8217;s <a href="http://www.ntwind.com/software/taskswitchxp.html">TaskSwitchXP</a>.  I imagine any task switching replacement, such as <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">MS&#8217; CoolSwitch Powertoy</a>, would also cause a system freeze if it was suspended.  So don&#8217;t.</p>
<p>My AntiFreeze replacement will be called Red Handed&#8230; you know, to catch processes Red Handed at running away with the CPU.  I haven&#8217;t worked on it in a bit though.  I can&#8217;t bring myself to actually test it (it&#8217;s finished) because I&#8217;m afraid my computer will lock up again, and whenever I think about testing it I&#8217;m usually running something I don&#8217;t want to have to start over&#8230;</p>
<p>I recently bought a Wii Wireless Sensor Bar.  Now, I normally hate excess wireless things, because a) they tend to require batteries and battery replacements and b) when the batteries die it&#8217;s usually in following <a href="http://en.wikipedia.org/wiki/Murphy%27s_Law">Murphy&#8217;s Law</a>, that is, I&#8217;d be playing a multiplayer game and then my controller dies and then my avatar follows.</p>
<p>But, I&#8217;m still using my wired bar with my Wii.  This wireless one would be cleverly used to allow me to use a Wiimote with my PC.  See, the wired sensor bar turns off if the Wii goes to sleep.  A wireless one would not, thus making it perfect for PC use&#8230; except that whoever designed this stupid thing decided to save energy it should turn itself off after 2 hours&#8230; and there is no &#8220;I know what I&#8217;m doing, stay on forever&#8221; switch.  If using a Wiimote on a PC wasn&#8217;t possible I really don&#8217;t see how these things could sell.</p>
<p>Which brings me to my next bit: my Wiimote stopped working on my PC and I have no clue why.  Maybe it&#8217;s because I&#8217;m using a different Wiimote and I should try one of my others&#8230; anyways, the Wiimote pairs with my PC using the newest BlueSoleil drivers (5.05) under Windows XP.  I should try under Vista later since hopefully BlueSoleil for Vista actually installs now instead of claiming to install but not actually doing much.  I suppose giving the Wiimote a try under Linux might have some hope since if something doesn&#8217;t work usually someone somewhere is banging away at source code to make it work, and I figure that has to be done by now.</p>
<p>So anyways&#8230; my Wiimote pairs, BlueSoleil connects to the HID service on the Wiimote, but the two most common apps, GlovePIE and <a href="http://onakasuita.org/wii/index-e.html">WiinRemote</a>, don&#8217;t see it.  I really don&#8217;t want to try messing around with using older versions of BlueSoleil&#8230; I can&#8217;t find anything relating to my problem under Google so if anyone has any ideas I&#8217;d appreciate them.  This would include if anyone IS using the Wiimote with BlueSoleil 5 successfully, since then I could eliminate that as my problem.</p>
<p>I suppose I should just reinstall XP and that would probably make it magically work again, but I really don&#8217;t want to go through the hassle.  I don&#8217;t even like the hassle of just rebooting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/01/08/playing-pinball-with-post-topics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guardian of Paradise</title>
		<link>http://www.mzzt.net/2007/05/04/guardian-of-paradise/</link>
		<comments>http://www.mzzt.net/2007/05/04/guardian-of-paradise/#comments</comments>
		<pubDate>Fri, 04 May 2007 06:03:51 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2007/05/04/guardian-of-paradise/</guid>
		<description><![CDATA[I found this neat game called Guardian of Paradise. It&#8217;s obviously Zelda-influenced, although it has some very nice new ideas mixed into it. There is no main overworld though, and the idea of dungeons is a bit blurred; basically, every place you go is a new level. Halfway through the game I switched back from [...]]]></description>
			<content:encoded><![CDATA[<p>I found this neat game called <a href="http://agtp.romhack.net/project.php?id=rakuga">Guardian of Paradise</a>.  It&#8217;s obviously Zelda-influenced, although it has some very nice new ideas mixed into it.  There is no main overworld though, and the idea of dungeons is a bit blurred; basically, every place you go is a new level.<span id="more-26"></span></p>
<p>Halfway through the game I switched back from using Vista to XP.  I got sick and tired of slow gaming and not <a href="http://blog.mzzt.net/2006/12/30/wiindows/">being able to use my Wiimote</a> and I decided to switch back.  I&#8217;ll probably stay in XP for awhile now.  Anyways I made <a href="http://junk.mzzt.net/Guardian%20of%20Paradise.PIE" target="_blank">a neat control scheme for GoP</a> as well as <a href="http://junk.mzzt.net/Wiimouse%202%20IR.PIE" target="_blank">tweaked my existing mouse</a> using some sample scripts to make use of the IR sensor bar.  Unfortunately the bar is only on while the Wii console is on and not sleeping, so I might need a wireless bar if I intend to use a Wiimote more often as a mouse.  It is fun though, and should make using the pointer for FPSs more fun, although right now GlovePIE isn&#8217;t recognizing one of my controllers (BlueSoleil has no problem) and completely ignored a nunchuck I plugged into one that worked.  I&#8217;m sure it&#8217;ll magically start working eventually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2007/05/04/guardian-of-paradise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://www.mzzt.net/2007/04/24/updates/</link>
		<comments>http://www.mzzt.net/2007/04/24/updates/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 01:13:57 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2007/04/24/updates/</guid>
		<description><![CDATA[Some updates to previous posts, and some new stuff. I got my TV Tuner to work satisfactory under Vista using DScaler. It doesn&#8217;t directly support my $30 card, but one of the entries in its supported cards list is only a few models older than the card Windows Vista thinks I have&#8230; I guess it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Some updates to previous posts, and some new stuff.<span id="more-25"></span></p>
<p>I got my TV Tuner to work satisfactory under Vista using <a href="http://deinterlace.sourceforge.net/">DScaler</a>.  It doesn&#8217;t directly support my $30 card, but one of the entries in its supported cards list is only a few models older than the card Windows Vista thinks I have&#8230; I guess it&#8217;s the same chipset.  Anyways I crossed my fingers and tried it and it works fine.</p>
<p>My remote desktop failed on spring break&#8230; I figured out it was because my computer rebooted.  To explain: <a href="http://openvpn.net/">OpenVPN</a> does not support UAC, which means I have to run it elevated so it can update the routing tables otherwise the VPN doesn&#8217;t work; the VPN uses a subset of the addresses of my local network so I have to change the metric for the VPN to be lower than the local network so my traffic gets routed correctly.  Anyways if I run it elevated I can&#8217;t have it autorun at startup, Vista won&#8217;t let you&#8230; which makes sense, since no one might be around to click the &#8220;Continue&#8221; button.</p>
<p>Anyways this means I have to update the routing tables by hand using a batch file in an Administrator Command Prompt.  Of course, this shouldn&#8217;t affect incoming connection, right?  The weird thing was, even though I was using TCP to connect to the VPN from the dorms, I was using UDP to connect from home, so for some reason that caused return packets to not get routed correctly, hence it looked like my comp wasn&#8217;t even on the network.  <a href="http://www.coop-active.com/">Max</a> (the guy who runs the VPN) suggested routing might be to blame, and sure enough, connecting to the VPN with TCP allowed me to connect to my computer and fix the routing tables.</p>
<p>The Wii is great fun.  I have:</p>
<ul>
<li>The Legend of Zelda: Twilight Princess</li>
<li>Wii Sports</li>
<li>Wii Play</li>
<li>Super Paper Mario</li>
</ul>
<p>Twilight Princess is my favorite game, I&#8217;ve played it through twice already.  Wii Sports is great with friends; Wii Play is a similar minigame collection but I&#8217;ve found it more fun alone than Wii Sports was&#8230; the minigames are more odd and wacky than Wii Sports&#8217;.  Want to see your Mii&#8217;s abducted by aliens?  In a Duck-Hunt-esque minigame, no less&#8230;</p>
<p>I haven&#8217;t had a chance to try it with friends yet.</p>
<p>Super Paper Mario was fun, it was a bit repetitive in the beginning but the levels have more variety as you go along&#8230; also the story is pretty good, and has an unexpected plot twist at the end.  It&#8217;s worth it even if you have to struggle a bit through the game.</p>
<p>I just ordered a metric arseload of new stuff.  My 16gb flash drive, which I am already starting to fill to the brim with ROMs and useful apps and virtual machines, and an SD card reader arrived today.  Now I can transfer files to and from my Wii.  Only problem now will be getting videos in the right format&#8211;shouldn&#8217;t be too hard&#8211;getting them to look good and yet not balloon in size&#8211;a bit harder&#8211;and justifying it since I&#8217;ll be watching them on the same screen anyways, at potentially lower quality.  I have a TV tuner, remember?  At any rate I can back up save games and channels now, maybe load some interesting ones from the internet.  I wonder if anyone is hacking &#8216;em?</p>
<p>Other stuff I ordered includes Pokémon Pearl, which seems to be the talk of IRC, a USB hub, which I hope comes soon because I had to plug one of my flash drives into USB1.1 to transfer files because I only had two ports open, and a 4gb SD card for my camera.  My existing 256mb card is more than enough for transferring Wii save games and channels, of course I&#8217;ll borrow it if I decide I want to watch movies on the Wii.</p>
<p>My internet went down for a full day, and I think ITS set a new record in the process, but I took the time to code up a storm.  I made a .NET wrapper for <a href="http://fabrice.bellard.free.fr/qemu/">Qemu</a> which allows me to programmatically specify VM parameters and launch the VM, and kill it when I&#8217;m done.  Not bad by itself, but I&#8217;m hoping to build a Virtual PC Console clone to manage my VMs.  Right now I&#8217;m making a custom listbox like the one VPC uses to hole the list of Virtual Machines.  I&#8217;m even gonna use Vista&#8217;s thumbnail API to preview the windows like VPC does&#8230; although VPC doesn&#8217;t use that API, and I&#8217;m too lazy to make something for XP so you guys&#8217;ll be stuck with blanks there.  My only problem is I&#8217;m not sure I entirely understand all the parameters&#8211;what combinations aren&#8217;t allowed, which switches can be used multiple times, etc.  Network is the hardest but I covered all the example syntax stuff so I think I&#8217;m good.</p>
<p>As a side note, Vista is slow.  Especially in gaming. Explorer&#8217;s file copier is also unnecessarily slow&#8230; hopefully there&#8217;ll be a patch out soon (yeah right).  At least there seems to be new nVidia drivers to fix the gaming slowness&#8230; haven&#8217;t had a chance to install those yet, since I don&#8217;t reboot often, and usually it&#8217;s because Vista BSoDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2007/04/24/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii!</title>
		<link>http://www.mzzt.net/2007/03/04/wii/</link>
		<comments>http://www.mzzt.net/2007/03/04/wii/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 21:18:24 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2007/03/04/wii/</guid>
		<description><![CDATA[I will have my Wii on Friday, when I go home for spring break! However my TV tuner is not working satisfactory on Vista.  I will have to boot into XP and Ubuntu to see if it&#8217;s limited to there&#8230; I should probably just get a new one or some sort of Composite-&#62;VGA adapter or [...]]]></description>
			<content:encoded><![CDATA[<p>I will have my Wii on Friday, when I go home for spring break! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>However my TV tuner is not working satisfactory on Vista.  I will have to boot into XP and Ubuntu to see if it&#8217;s limited to there&#8230; I should probably just get a new one or some sort of Composite-&gt;VGA adapter or something.</p>
<p>Also the Wiimote isn&#8217;t working in Vista&#8230; GlovePIE won&#8217;t run without crashing (weird, I swear it was working before), and BlueSoleil won&#8217;t install properly.</p>
<p>Interestingly, MS&#8217; Bluetooth drivers can detect the Wiimote and even go as far as to add it to Game Controllers.  But it detects no axis or buttons  so that&#8217;s fairly useless.  I recall when I had GlovePIE working that it wasn&#8217;t able to make use of the MS drivers either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2007/03/04/wii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Game Launcher</title>
		<link>http://www.mzzt.net/2007/01/23/generic-game-launcher/</link>
		<comments>http://www.mzzt.net/2007/01/23/generic-game-launcher/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 19:27:07 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2007/01/23/generic-game-launcher/</guid>
		<description><![CDATA[I&#8217;m working on my latest product&#8230; a game launcher which has the capability to support any game through plugins. [Edit: Updated screenshot.] In an older screenshot I was using Krypton Toolkit for this until I realized I wasn&#8217;t really using anything I couldn&#8217;t just do with .NET alone. The nicer features I would have really [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on my latest product&#8230; a game launcher which has the capability to support any game through plugins.</p>
<p>[Edit: Updated screenshot.]</p>
<p><span id="more-18"></span></p>
<p><img src="http://images.mzzt.net/ggl/ggl2.png" /></p>
<p>In an <a href="http://images.mzzt.net/ggl/ggl.png">older screenshot</a> I was using <a href="http://www.componentfactory.com/product_toolkit.html">Krypton Toolkit</a> for this until I realized I wasn&#8217;t really using anything I couldn&#8217;t just do with .NET alone.  The nicer features I would have really liked to use are in <a href="http://www.componentfactory.com/product_navigator.html">Krypton Navigator</a>, which is not free, unlike Toolkit.  So I scrapped it and am using normal Windows Theming.</p>
<p>I am trying a few new programming techniques with this.  The first is a plugin-style architecture.  From a <a href="http://www.divil.co.uk/net/articles/plugins/plugins.asp">tutorial</a> plus some intuition about how .NET works I&#8217;ve figured out there are a couple ways I could have done it, but right now I&#8217;ll stick with the tutorial&#8217;s way, which involves an intermediate DLL used by both the host program and the guest plugins to provide a standard Interface structure to define a plugin class.  Then all the host program needs to do is load the classes, and it knows how to interact with them because of the common Interface.  I deviate from the tutorial somewhat to satisfy my own tastes, and had a few problems because of it, but everything is working smoothly now.</p>
<p>A DLL can contain one or more plugins.  A plugin defines multiple &#8220;games&#8221;, but of course these should have some sort of overall logical relation with each other.  My test plugin is &#8220;Windows&#8221; and it defines all the games that come with Windows, such as Solitaire, Minesweeper, etc.  An example of a more typical plugin would be a &#8220;Jedi Knight&#8221; plugin, which allows you to launch &#8220;Jedi Knight&#8221; as well as <a href="http://www.massassi.net/">any modifications you have for &#8220;Jedi Knight&#8221;</a>.  That is as far as I would take it, but you could also show individual levels in the list if you wished.  Another plugin idea would be to have a &#8220;<a href="http://www.steampowered.com/">Steam</a>&#8221; plugin which shows all your steam games and third-party mods.  I will probably implement both of these for a first proper release.  I can salvage code for &#8220;Jedi Knight&#8221; stuff and more from my <a href="http://www.jkhub.net/project/show.php?projid=7">Über Jedi Mod Manager</a> project, which was this projects predecessor.  ÜJMM was designed for the Dark Forces/Jedi Knight series of games, and had a more traditional GUI and hard-coded plugins.  Generic Game Launcher will be more &#8220;Vista-ish&#8221; and simpler in its GUI, and will be what ÜJMM should have been but for more games.</p>
<p>My other new programming technique I am trying is to try and separate GUI manipulation from back-end code.  Normally I just put back-end code directly in the GUI event handler, but with this I&#8217;m going to try and separating the back-end code into a different module.  Hopefully this will help organize my code better.</p>
<p>The current status of the code is that it can load the plugins and show progress on the main form, using a neat GUI widget I made using standard .NET components.  The status bar serves as a non-modal progress bar and status indicator.  The main app can still be interacted with while another thread is loading or working or whatever, and the action can be canceled at any time.  When the action is over, the status bar shows the result of the action, and can be hidden with a close button.  It will then only reappear when another loading or working thread is launched.</p>
<p>In a slightly older build I had a listview automatically populated with the current installed Windows games, and I was able to launch them with a couple clicks.</p>
<p>Right now I need to change the way game information is loaded from plugins so it is done in a new thread, so the GUI can still be used.  Also I need to work on the GUI filtering (left column of buttons in the screenshot) and the sorting and grouping in the listview, so it works as you would expect it to in real time.</p>
<p>After that I&#8217;ll probably work on the Options interface, and Property Pages, which will work like Windows Explorer property pages.  A plugin or a game information class can define tab pages to add to the properties dialog of a plugin or game, which will allow the user to change plugin- or game-specific options.  I will probably use an inherited UserControl as the basis for this, since I wouldn&#8217;t know much about being able to show a TabPage itself on a dedicated design surface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2007/01/23/generic-game-launcher/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nintendo Wii/DS/PSP Compatible</title>
		<link>http://www.mzzt.net/2007/01/11/nintendo-wiidspsp-compatible/</link>
		<comments>http://www.mzzt.net/2007/01/11/nintendo-wiidspsp-compatible/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 00:07:55 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2007/01/11/nintendo-wiidspsp-compatible/</guid>
		<description><![CDATA[I was browsing Joystiq and found a neat WordPress plugin suite to add themes which automatically get used if you browse a blog from a Wii, DS, or PSP. The themes are ugly, but they will probably work better for the small resolutions than the full-blown theme I&#8217;m using here. To test them, you&#8217;ll need [...]]]></description>
			<content:encoded><![CDATA[<p>I was browsing <a href="http://www.joystiq.com/">Joystiq</a> and found <a href="http://harper.wirelessink.com/?p=105">a neat WordPress plugin suite</a> to add themes which automatically get used if you browse a blog from a Wii, DS, or PSP.  The themes are ugly, but they will probably work better for the small resolutions than the full-blown theme I&#8217;m using here.</p>
<p>To test them, you&#8217;ll need to change your User Agent string.  Firefox users can get an extension for it, Opera users have it built in, Internet Explorer users can try something like <a href="http://www.ie7pro.com/">IE7pro</a> (it&#8217;s not for IE6 of course).</p>
<p>To test the Nintendo Wii one, put &#8220;Nintendo Wii&#8221; somewhere in your user agent string.  For PSP, put &#8220;PSP&#8221;.  For Nintendo DS guess&#8230; WRONG.  You put &#8220;Nitro&#8221;.  The full user agent strings are buried in <a href="http://en.wikipedia.org/wiki/User_agent#Example_user-agent_strings">this list</a>.</p>
<p>I also found <a href="http://zeldaparallelworlds.googlepages.com/home">something else cool</a>.  It&#8217;s hard though&#8230; plan on abusing save states.  I haven&#8217;t gotten the sword yet, although I saw where they put it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2007/01/11/nintendo-wiidspsp-compatible/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
