<?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>BigRedPimp no DSDev &#187; Lox DS</title>
	<atom:link href="http://dsdev.bigredpimp.com/category/projects-software/nds/lox-ds/feed/" rel="self" type="application/rss+xml" />
	<link>http://dsdev.bigredpimp.com</link>
	<description>BigRedPimpのゲームの開発 - Nintendo DS-related projects &#38; rantings</description>
	<lastBuildDate>Tue, 08 Jul 2008 07:02:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web-based &amp; DS-based Lox editors</title>
		<link>http://dsdev.bigredpimp.com/2006/05/08/web-based-ds-based-lox-editors/</link>
		<comments>http://dsdev.bigredpimp.com/2006/05/08/web-based-ds-based-lox-editors/#comments</comments>
		<pubDate>Tue, 09 May 2006 01:36:37 +0000</pubDate>
		<dc:creator>BigRedPimp</dc:creator>
				<category><![CDATA[Lox DS]]></category>
		<category><![CDATA[NDS]]></category>
		<category><![CDATA[Projects - Software]]></category>

		<guid isPermaLink="false">http://dsdev.bigredpimp.com/archives/45</guid>
		<description><![CDATA[My good friend MrMr[iCE] has made a web-based editor for Lox which I&#8217;ve been tweaking. Also, WinterMute (of devkitPro fame) has made an editor for use on the NDS. It will save to any device (I hope) that uses Chishm&#8217;s FAT libraries (GBAMP, MK2/MK3, SC SD/CF, etc).
The submissions should be sent to the same address [...]]]></description>
			<content:encoded><![CDATA[<p>My good friend MrMr[iCE] has made a <a href="http://bigredpimp.com/projects/lox/edit/">web-based editor</a> for Lox which I&#8217;ve been tweaking. Also, WinterMute (of devkitPro fame) has made <a href="http://www.devkitpro.org/loxEditor.zip">an editor for use on the NDS</a>. It will save to any device (I hope) that uses Chishm&#8217;s FAT libraries (GBAMP, MK2/MK3, SC SD/CF, etc).</p>
<p>The submissions should be sent to the same address as pointed out <a href="http://dsdev.bigredpimp.com/archives/39">here</a> and <a href="http://dsdev.bigredpimp.com/archives/43">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dsdev.bigredpimp.com/2006/05/08/web-based-ds-based-lox-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoxDS Map Editor updated &amp; usage description</title>
		<link>http://dsdev.bigredpimp.com/2006/04/27/loxds-map-editor-updated-usage-description/</link>
		<comments>http://dsdev.bigredpimp.com/2006/04/27/loxds-map-editor-updated-usage-description/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 09:20:19 +0000</pubDate>
		<dc:creator>BigRedPimp</dc:creator>
				<category><![CDATA[Lox DS]]></category>
		<category><![CDATA[NDS]]></category>
		<category><![CDATA[Projects - Software]]></category>

		<guid isPermaLink="false">http://dsdev.bigredpimp.com/archives/43</guid>
		<description><![CDATA[You can find the editor here. Also, follow the jump for a brief description of how levels can be designed. See this post for submission information. I have 2 weeks to get levels done so the more the better. 

[BRP]: hedges to outline the level
[BRP]: you can do shapes &#038; such, granted there&#8217;s no gaps [...]]]></description>
			<content:encoded><![CDATA[<p>You can find the editor <a href="http://bigredpimp.com/projects/lox/downloads/loxApp.zip">here</a>. Also, follow the jump for a brief description of how levels can be designed. See <a href="http://dsdev.bigredpimp.com/archives/39">this</a> post for submission information. I have 2 weeks to get levels done so the more the better. <img src='http://dsdev.bigredpimp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-43"></span></p>
<p>[BRP]: hedges to outline the level<br />
[BRP]: you can do shapes &#038; such, granted there&#8217;s no gaps in the outer bounds of the hedges<br />
[BRP]: the floor tiles can be ignored since I moved to a dynamic floor generator<br />
[BRP]: the Lox tile is P1 start, the Orc-looking creature moves in a &#8220;hit wall, turn right&#8221; path, the tree shoots fireballs when Lox crosses its path, the helmet head slides towards Lox, the goblin moves in a &#8220;hit wall, turn left&#8221; path<br />
[BRP]: doors should be placed either on a hedge or be surrounded by them<br />
[BRP]: rocks &#038; crates can be pushed<br />
[BRP]: potion bottle gives Lox 2 fireballs each<br />
[BRP]: and keys, of course, are to complete the level<br />
[Friend]: only need one? or can a level have more than 1 door?<br />
[BRP]: 1 door<br />
[BRP]: keys are just a goal object<br />
[BRP]: think of it like key pieces rather than a whole<br />
[Friend]: ok<br />
[Friend]: so if i plant 2 keys, they need both to open door<br />
[BRP]: yep<br />
[Friend]: allrighty then<br />
[BRP]: once you collect all the keys, certain monsters come to life<br />
[BRP]: the tree &#038; the helmet head are always alive<br />
[BRP]: have to block them from hitting you<br />
[BRP]: the wall guys only move once all keys are collected<br />
[Friend]: k<br />
[BRP]: gives you ideas on how to place the level objects</p>
]]></content:encoded>
			<wfw:commentRss>http://dsdev.bigredpimp.com/2006/04/27/loxds-map-editor-updated-usage-description/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lox DS levels needed</title>
		<link>http://dsdev.bigredpimp.com/2006/04/20/lox-ds-levels-needed/</link>
		<comments>http://dsdev.bigredpimp.com/2006/04/20/lox-ds-levels-needed/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 20:49:04 +0000</pubDate>
		<dc:creator>BigRedPimp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lox DS]]></category>
		<category><![CDATA[NDS]]></category>
		<category><![CDATA[Projects - Software]]></category>

		<guid isPermaLink="false">http://dsdev.bigredpimp.com/archives/39</guid>
		<description><![CDATA[I&#8217;m looking for people to make some levels for a DS version of Lox: Monsters Labyrinth. The level editor is fairly simple to use so see what you can come up with. Please zip up all level designs into a zip named the same thing you named the level. Level names should be letters only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking for people to make some levels for a DS version of <a href="http://bigredpimp.com/projects/lox/">Lox: Monsters Labyrinth</a>. The <a href="http://bigredpimp.com/projects/lox/downloads/loxApp.zip">level editor</a> is fairly simple to use so see what you can come up with. Please zip up all level designs into a zip named the same thing you named the level. Level names should be letters only and contain no special characters (spaces, hyphens, etc). Send all submissions to <a href="mailto:submissions@wifico.net?subject=Lox%20DS%20Levels">submissions [at] wifico [dot] net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dsdev.bigredpimp.com/2006/04/20/lox-ds-levels-needed/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
