<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Sprite Comic</title>
	<atom:link href="http://ataraxiatheatre.com/2008/12/22/sprite-comic/feed/" rel="self" type="application/rss+xml" />
	<link>http://ataraxiatheatre.com/2008/12/22/sprite-comic/</link>
	<description>You don't need to know my name.</description>
	<pubDate>Fri, 10 Sep 2010 20:02:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Joe</title>
		<link>http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-277</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-277</guid>
		<description>I just started fooling around with some replacement sprites, actually. I'm thinking about going back to- gasp!- 2D graphics. Or, at least, throwing together a quick and attractive 2D interface to use until the 3D interface gets improved.

Here's my idea: Do some tiles similar to  the Planet Cute ones (google it if you've never seen it; why not use the Planet Cute tiles directly? Because I want stylistic unity, and also because I need more stuff than they have). For the characters, monsters, and mecha do front-facing SD "big head" sprites with short fidget animations. Draw an arrow beneath the model indicating what direction it's facing and whether or not it's moving; possibly only do this for the selected model. By using templates and layers I should be able to get most of the terrain done very quickly; by doing only one view for the sprites I should be able to get a fairly large number of them in a short time, too.

Since the sprites are going to be SD, maybe in this mode the mouseover info can show the model's portrait.

I just did a websearch for some video captures from Sunrise mecha shows (Gundam, Dougram, Dunbine, and Escaflowne mainly) and I'll be using these to help decide the color palette and general look of the tiles (obviously, since I'm going SD and cute I won't be using the exact same look).

I have no classes today because the students are doing a test, so I have a bit of time to play around with this. I think I could write the code for a new interface pretty quickly, since it'd be mostly the same as the OpenGL version except for the map renderer. Hopefully I can get a demo running before the men in the white coats come to get me since I am clearly out of my mind.</description>
		<content:encoded><![CDATA[<p>I just started fooling around with some replacement sprites, actually. I&#8217;m thinking about going back to- gasp!- 2D graphics. Or, at least, throwing together a quick and attractive 2D interface to use until the 3D interface gets improved.</p>
<p>Here&#8217;s my idea: Do some tiles similar to  the Planet Cute ones (google it if you&#8217;ve never seen it; why not use the Planet Cute tiles directly? Because I want stylistic unity, and also because I need more stuff than they have). For the characters, monsters, and mecha do front-facing SD &#8220;big head&#8221; sprites with short fidget animations. Draw an arrow beneath the model indicating what direction it&#8217;s facing and whether or not it&#8217;s moving; possibly only do this for the selected model. By using templates and layers I should be able to get most of the terrain done very quickly; by doing only one view for the sprites I should be able to get a fairly large number of them in a short time, too.</p>
<p>Since the sprites are going to be SD, maybe in this mode the mouseover info can show the model&#8217;s portrait.</p>
<p>I just did a websearch for some video captures from Sunrise mecha shows (Gundam, Dougram, Dunbine, and Escaflowne mainly) and I&#8217;ll be using these to help decide the color palette and general look of the tiles (obviously, since I&#8217;m going SD and cute I won&#8217;t be using the exact same look).</p>
<p>I have no classes today because the students are doing a test, so I have a bit of time to play around with this. I think I could write the code for a new interface pretty quickly, since it&#8217;d be mostly the same as the OpenGL version except for the map renderer. Hopefully I can get a demo running before the men in the white coats come to get me since I am clearly out of my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clasic_traveller_diehard</title>
		<link>http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-276</link>
		<dc:creator>clasic_traveller_diehard</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-276</guid>
		<description>SPACE SHIP!

if your going to do a sprite over haul let me know I may be in a position to contribute (though i'm scheduled to drop off the face of the internet in about 6 months)

p.s. totally unrelated but did you know there is a free pascal compiler for the GameBoy Advance?</description>
		<content:encoded><![CDATA[<p>SPACE SHIP!</p>
<p>if your going to do a sprite over haul let me know I may be in a position to contribute (though i&#8217;m scheduled to drop off the face of the internet in about 6 months)</p>
<p>p.s. totally unrelated but did you know there is a free pascal compiler for the GameBoy Advance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-275</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 23 Dec 2008 01:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-275</guid>
		<description>The trouble is, I don't think I have pulled it off properly. The sprites are awfully pixely. I was talking with Michalis a while back about replacing most of the graphics code that I wrote with his VRML engine; he wrote a patch that linked the VRML engine for mesh rendering, but I haven't had time to take the next step and replace the world rendering code as well.

SD is a good idea. I'll add that to the idea box. Hmm... maybe I'll have time to throw together an experiment next week.</description>
		<content:encoded><![CDATA[<p>The trouble is, I don&#8217;t think I have pulled it off properly. The sprites are awfully pixely. I was talking with Michalis a while back about replacing most of the graphics code that I wrote with his VRML engine; he wrote a patch that linked the VRML engine for mesh rendering, but I haven&#8217;t had time to take the next step and replace the world rendering code as well.</p>
<p>SD is a good idea. I&#8217;ll add that to the idea box. Hmm&#8230; maybe I&#8217;ll have time to throw together an experiment next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burzmali</title>
		<link>http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-273</link>
		<dc:creator>Burzmali</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://ataraxiatheatre.com/2008/12/22/sprite-comic/#comment-273</guid>
		<description>As it stands, the graphics look like cel-shaded 3D.  That is a very hard effect to pull off properly even with a full 3D engine (see the recent Appleseed for an example).  In general, if you want to maintain the isometric look, there are a couple tricks to improve the graphics without a full graphic designer on call.

1.  Animation - Adding transition effects, looping stationary characters through a 5 frame fidget animation, Billboards that flash or walls that drip.  Really anything that adds a little life to the screen.

2 SD Mode - It may sound silly, but gamers are conditioned to accept the Final Fantasy style "Big Head Small Body" sprite.  If the sprites are aiming for a realistic look, they are graded much more harshly than a stylized look.</description>
		<content:encoded><![CDATA[<p>As it stands, the graphics look like cel-shaded 3D.  That is a very hard effect to pull off properly even with a full 3D engine (see the recent Appleseed for an example).  In general, if you want to maintain the isometric look, there are a couple tricks to improve the graphics without a full graphic designer on call.</p>
<p>1.  Animation - Adding transition effects, looping stationary characters through a 5 frame fidget animation, Billboards that flash or walls that drip.  Really anything that adds a little life to the screen.</p>
<p>2 SD Mode - It may sound silly, but gamers are conditioned to accept the Final Fantasy style &#8220;Big Head Small Body&#8221; sprite.  If the sprites are aiming for a realistic look, they are graded much more harshly than a stylized look.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
