<?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>Ironbound Studios &#187; Code Side</title>
	<atom:link href="http://ironboundstudios.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironboundstudios.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Dec 2009 03:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dogfish</title>
		<link>http://ironboundstudios.com/2009/09/28/dogfish/</link>
		<comments>http://ironboundstudios.com/2009/09/28/dogfish/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:38:04 +0000</pubDate>
		<dc:creator>Jason Wentzel</dc:creator>
				<category><![CDATA[Code Side]]></category>

		<guid isPermaLink="false">http://ironboundstudios.com/?p=173</guid>
		<description><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/>This is a little Photoshop script I’ve been working on, it’s basically a toolset to help when creating atlas textures, we do a lot of development for handheld devices at work, so we use atlases textures on pretty much every project. If you’ve worked with them before you know automated packing is ineffective, and working [...]]]></description>
			<content:encoded><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/><p>This is a little Photoshop script I’ve been working on, it’s basically a toolset to help when creating atlas textures, we do a lot of development for handheld devices at work, so we use atlases textures on pretty much every project. If you’ve worked with them before you know automated packing is ineffective, and working them by hand is tedious, throw in the additional task of having to write your own XML files, and it’s downright nasty.</p>
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://ironboundstudios.com/gosc/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://ironboundstudios.com/gosc/wp-content/uploads/2009/09/dogfish.jpg"  class="wmp" id="wmp2"><img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/09/dogfish.jpg" alt="dogfish" title="dogfish" width="1024" height="640" class="alignleft size-full wp-image-171" /></a><br />
This is version 1.0 so it’s a barebones version, which includes a pretty shoddy help window (sorry I will spend more time on this for my next release). There is no progress bar yet so on documents with large amounts of layers it may appear to hang (it’s working just give it a few).</p>
<p>What it does,<br />
The first group in the window will allow you to import textures or sprites from a folder to a single new Photoshop canvas. At the moment this tool dumps all the images in the top corner and uses the name of the file as the layer name, which is handy for the XML portion of the script. The second set is used for ignoring layers you don’t want exported to XML. The third is for writing out the layer names and positions to an XML file. The output can be adapted for other projects. It also uses folders as animation groups, so anything in a folder will prompt you to setup an animation (animates from bottom to top) you can also link a bigger layer to a smaller layer in order to force bigger bounds for the XML output, useful for fonts or animated sprites. The biggest linked layer always get ignored in the XML output, no matter what selection is made in the “ignore by type” group.</p>
<p>This script saves the XML, and optional PNG file in the same directory as your PSD, so if your document has not been saved the script will not do anything.<br />
be sure to put both the Dogfish.jsx and the DogfishGUI folder in your presets/scripts folder.</p>
<p>you can download it here <a href='http://ironboundstudios.com/gosc/wp-content/uploads/2009/09/Dogfish.zip'>Dogfish</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundstudios.com/2009/09/28/dogfish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roguelike 3D XYZ</title>
		<link>http://ironboundstudios.com/2009/09/01/roguelike-3d-xyz/</link>
		<comments>http://ironboundstudios.com/2009/09/01/roguelike-3d-xyz/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:20:25 +0000</pubDate>
		<dc:creator>Jason Wentzel</dc:creator>
				<category><![CDATA[Code Side]]></category>

		<guid isPermaLink="false">http://ironboundstudios.com/?p=139</guid>
		<description><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/>3D roguelike map generator has been updated; I’ve finally added the Y axis, which was a fairly big deal to me as it’s what sets it apart from a plain old 2D rougelike. Map size is now editable as well, though this means more potential for crashing it if you input silly values. I’ve also [...]]]></description>
			<content:encoded><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/><p>3D roguelike map generator has been updated; I’ve finally added the Y axis, which was a fairly big deal to me as it’s what sets it apart from a plain old 2D rougelike. Map size is now editable as well, though this means more potential for crashing it if you input silly values. I’ve also disabled the use game geometry as the current models do not fit the 3 axis system, and I have not taken the time to model new ones.</p>
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://ironboundstudios.com/gosc/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a class="wmp" rel="width:1220,height:784" href="http://www.ironboundstudios.com/gosc/wp-content/uploads/2009/09/roguelike_v1.8.2.html"><img class="alignleft size-full wp-image-126" title="Roguelike 3D" src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/Roguelike-3D.jpg"  alt="Roguelike 3D" width="1024" height="640" / class="wmp" id="wmp4"></a><br />
There has still not been any optimization done code side so it’s still slowish. Web versions of these demos have now been integrate into Wordpress. Same controls as before Use the arrow keys to move the camera around and the mouse wheel to zoom in and out, there are also two hot keys for zoom “Home” and “End”.</p>
<p>You can click on the image above to run the demo in your browser, or you can download the new PC version here <a title="RogueLike Map Gen 1.8.2" href="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/RogueLike_182.zip">RogueLike Map Gen 1.8.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundstudios.com/2009/09/01/roguelike-3d-xyz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Roguelike Map Gen</title>
		<link>http://ironboundstudios.com/2009/07/15/3d-roguelike-map-gen/</link>
		<comments>http://ironboundstudios.com/2009/07/15/3d-roguelike-map-gen/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 02:13:02 +0000</pubDate>
		<dc:creator>Jason Wentzel</dc:creator>
				<category><![CDATA[Code Side]]></category>

		<guid isPermaLink="false">http://ironboundstudios.com/?p=105</guid>
		<description><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/>This is a 3d rogue like level generator, sort of&#8230; at the moment it is only using X &#38; Z I’m in the process of adding the Y axis. All the rooms are currently working in this version. Room chance percents are currently lock values but you can edit the number of rooms, you can [...]]]></description>
			<content:encoded><![CDATA[<img src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/08/gear_icon_sm.jpg" width="32" height="32" alt="" title="Code Side" /><br/><p>This is a 3d rogue like level generator, sort of&#8230; at the moment it is only using X &amp; Z I’m in the process of adding the Y axis. All the rooms are currently working in this version. Room chance percents are currently lock values but you can edit the number of rooms, you can also turn off the “autoseed” and edit the random number seed.</p>
<div class="MultiBoxHelp" id="MultiBoxHelp"><a href="http://www.rutschmann.biz" title="powered by Wordpress Multibox Plugin v1.3.5" target="_blank"><img src="http://ironboundstudios.com/gosc/wp-content/plugins/wordpress-multibox-plugin/images/help.png" alt="powered by Wordpress Multibox Plugin v1.3.5" title="powered by Wordpress Multibox Plugin v1.3.5"></a></div>
<p><a href="http://ironboundstudios.com/gosc/wp-content/uploads/2009/07/rogue_screen.jpg"  class="wmp" id="wmp6"><img class="alignleft size-full wp-image-119" title="rogue_screen" src="http://ironboundstudios.com/gosc/wp-content/uploads/2009/07/rogue_screen.jpg" alt="rogue_screen" width="1024" height="640" /></a></p>
<p>Use the arrow keys to move the camera around and the mouse wheel to zoom in and out. For the moment you’ll have to deal with a low frame rate, This will be fixed in a later build.</p>
<p>There is a lot more planned for this map generator, and I will be making more post as I work on it. The end idea is fully realized 3d maps with all the details, and all of it randomly generated in true Rogue fashion of course.</p>
<p>You can download the PC version here <a href="http://ironboundstudios.com/gosc/wp-content/uploads/2009/07/RogueLike.zip">RogueLike</a><a href="http://ironboundstudios.com/gosc/wp-content/uploads/2009/07/RogueLike.zip">RogueLike Map Gen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundstudios.com/2009/07/15/3d-roguelike-map-gen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
