<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Reliabit Independent Games</title>
		<link>http://www.reliabit.com/blog/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Sat, 07 Apr 2012 15:24:46 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.4</generator>
		<item>
			<title>Audio tweaks and maintenance</title>
			<link>http://www.reliabit.com/blog/audio-tweaks-and-maintenanc.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;The latest version of Emerald Run contained some audio improvements. These improvements were added to Sea Assault prior but they carried over to Emerald Run too. If I see an improvement in one game that I can carry over to another, I usually implement it.
&lt;/p&gt;&lt;p&gt;When Emerald Run would first start, there were some minor hiccups in the frame rate that would only happen on first play. If you rebooted the device, the skip would happen once again only on first play. Just once...The issue was happening only in OpenGL ES 2. These have been resolved. Just doing a pre warm draw of every model  ( and clearing the depth buffer for each model ) into a offscreen fbo fixed it. I suspect the shaders get complied and cached -- but the cache gets cleared on a reboot. Drawing each model before playing and populate the cache seems to be the solution. These issues started when iOS 5 first came out.
&lt;/p&gt;&lt;p&gt;There were some minor text formatting issues in the scores table that were fixed. Once you localize a UI, you have to be really careful. Each single fix turns into half a dozen fixes.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 06 Apr 2012 19:33:00 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/audio-tweaks-and-maintenanc.html</guid>
            
			
		</item>
		<item>
			<title>Progress and minor update</title>
			<link>http://www.reliabit.com/blog/progress-and-minor-update.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Been focused on creating my next game and have not had much time to blog post. Things are moving along. I have not gotten to that point yet were one can see the end of the tunnel. But it does feel like I'm in half way done land.
&lt;/p&gt;&lt;p&gt;There is going to be an Emerald Run update, though. I'd consider it a minor maintenance update. I want to put in some changes to prepare ( as much as I can at this point ) for the anticipated iPad 3. Added a few minor graphics tweaks. Also, it will be built using the new Xcode 4.3 tools.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 23 Feb 2012 08:25:53 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/progress-and-minor-update.html</guid>
            
			
		</item>
		<item>
			<title>Localization Update</title>
			<link>http://www.reliabit.com/blog/localization-update.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;The main focus of the next update is localization support for Emerald Run. The supported languages will be French, German, Portuguese and Spanish. I'll expand to more languages in the future.
&lt;/p&gt;&lt;p&gt;Also, there will be some improvement in the graphics shaders. iPad 2 shadow mode should be better. Another interesting tidbit is that doubling the shadow map resolution on iPad 2 does not really harm performance but yields much better results. Lower end armv7 devices should run a little better too.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 25 Jan 2012 15:49:47 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/localization-update.html</guid>
            
			
		</item>
		<item>
			<title>Emerald Run Enhancements</title>
			<link>http://www.reliabit.com/blog/emerald-run-enhancements.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="color: rgb(35, 253, 42);"&gt;iPad 2 players its your lucky day !&lt;/span&gt; I have enabled OpenGL ES 2 graphics on iPad 2. The OpenGL ES 2 switch is enabled after the update. You will now see wind effects on the trees, shadows, enhanced water and bump mapping. If you do not like the new look, you can always disable it and go back to the old graphics. The screen layout on all iPads has been updated too.
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="384" height="512" src="http://www.reliabit.com/_Media/p1b_med.jpeg" alt="p1b" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Speaking of wind effects, one thing I've always wanted to enhance is the pine tree leaves. The leaves now sway in the wind -- vertex shaders can be a wonderful thing. If you travel to the tops of hills, there are wind gust sounds. The trees also make pine needle sounds. It gives the environment an ambient feel.
&lt;/p&gt;&lt;p&gt;The OpenAL sound model was adjusted and there is more of a roll off effect with distance sounds.
&lt;/p&gt;&lt;p&gt;There are more particle effects when Spiders are destroyed. Purple sparks are emitted.
&lt;/p&gt;&lt;p&gt;When the truck is moving on steep hills, it will kick loose debris and make additional sounds. Moreover, if you are lower on steep hills, the camera will elevate itself and the ground is not clipped.
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Mon, 16 Jan 2012 12:13:48 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/emerald-run-enhancements.html</guid>
            <enclosure url="http://www.reliabit.com/_Media/p1b_med.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Emerald Run Holiday Update</title>
			<link>http://www.reliabit.com/blog/emerald-run-holiday-update.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;I've submitted a free update for the Emerald Run game to the app store. The focus of the update is optimization and bug fixes.
&lt;/p&gt;&lt;p&gt;As a side note, the game runs marvously well on an iPhone 4S with all settings turned on max. Also, the shadow sample rate is double on the 4S!
&lt;/p&gt;&lt;p&gt;On the flip side, there will be speed ups in graphics especially with shadows turned off -- 3rd and 4th generation iPods and iPhone 3GS should see this improvement the most.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 06 Dec 2011 08:13:07 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/emerald-run-holiday-update.html</guid>
            
			
		</item>
		<item>
			<title>Robots</title>
			<link>http://www.reliabit.com/blog/robots.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;I finally got to the point where there is a monster! I constructed a robot figure and made tentacle arms which really shows off weights and skinning. Next action item is to give the robots some AI. I need to offset the initial animation for each robot. In this case, they are too synchronized with each other.
&lt;/p&gt;
	&lt;div class="first graphic-container wide left ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="430" height="286" src="http://www.reliabit.com/_Media/screenshot_20111122_202348_med.png" alt="Screenshot 2011.11.22 20.23.48" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;Another issue is the player has to tilt a little when going up and down hills. Otherwise, the shots will not follow the contour of the hills -- this is not a platform game. But the twist is if the player goes sideways on the hill, then no need to bend up or down. So, while the animation is happening, there is an additional transform to the one of the joint matrices.
&lt;/p&gt;
	&lt;div class="not-first-item graphic-container wide left ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="430" height="286" src="http://www.reliabit.com/_Media/p3_med-2.jpeg" alt="p3" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;I replaced my standard game UI with Storyboards. Storyboards in Xcode 4.2 are much simpler to use! In addition, I've thrown in some basic Game Center support for scores and achievements. Game Center integration was a little simpler than I initially expected. So, a time saver.
&lt;/p&gt;&lt;p&gt;I just really liked this screenshot and threw this one into the blog. The robots need dust puffs too.
&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Tue, 22 Nov 2011 20:34:33 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/robots.html</guid>
            <enclosure url="http://www.reliabit.com/_Media/screenshot_20111122_202348_med.png" type="image/png"></enclosure>
			
		</item>
		<item>
			<title>Laser carbine.</title>
			<link>http://www.reliabit.com/blog/laser-carbine.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Slowly making progress on my next game!
&lt;/p&gt;&lt;p&gt;The latest challenge was integrating a laser carbine with the character animation. So, I had to tweak the model. The difficult part was lining up the shot and finding the muzzle of the laser carbine while the model is actually animating. But it all worked out. The gun is moving while the character walks.
&lt;/p&gt;&lt;p&gt;Looks like the next steps are creating all sorts of monsters etc. Populate the world more with stuff. I can use the skinning techniques on background objects too. So, should be interesting. I will have to switch to a modelers frame of mind.
&lt;/p&gt;&lt;p&gt;I spent some time on the controls too. The next game will not use the accelerometer. Moreover, things in the hud are now driven from the database.
&lt;/p&gt;&lt;p&gt;Threw in some sounds too. Little different this time because its someone walking and the focal point is not a vehicle driving or flying around.
&lt;/p&gt;&lt;p&gt;Here are some shots. These were taken on a 4th generation iPod with 8G of memory. Had to down sample the shots for the blog. In the real game the play button will disappear too.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 14 Nov 2011 16:36:35 -0800</pubDate>
			<guid>http://www.reliabit.com/blog/laser-carbine.html</guid>
            <enclosure url="http://www.reliabit.com/_Media/screen1.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Preparing for iOS 5</title>
			<link>http://www.reliabit.com/blog/preparing-for-ios-5.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;It is iOS 5 update time! I've reviewed my games and downloaded the latest Xcode tools.
&lt;/p&gt;&lt;p&gt;Emerald Run has some issues on iOS 5. Fortunately, they have been resolved and I submitted an update today. The case that broke is when shadows are turned on. There was a problem with the fragment shader related to shadows in iOS 5. Also, I ran the game with the OpenGL ES analysis tools again which showed some new issues -- its Xcode 4.2 / Instruments which appears to catch more problems.
&lt;/p&gt;&lt;p&gt;Ant Planet, Astroidica and Sea Assault appear to run well on iOS 5. I synced with the new iTunes beta on a test iPod with iOS 5.
&lt;/p&gt;&lt;p&gt;I'm glad the new tools went gold master. I'm interested in ARC and story boards.  -- its been a long wait. I like to wait until the GM release, then quickly get things in order. If its like the iOS 4 release, there will be a small time window to get things updated. Seems like OpenGL ES 2 runs faster too.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sat, 08 Oct 2011 18:56:35 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/preparing-for-ios-5.html</guid>
            
			
		</item>
		<item>
			<title>Emerald Run update and new project Improvements</title>
			<link>http://www.reliabit.com/blog/emerald-run-update-and-new.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Always the busy bee programming...
&lt;/p&gt;&lt;p&gt;I circled the wagons and improved shadows -- there is enough juice on the third generation iPod for it. The first generation iPad defiantly does not have enough juice. One of the issues was using a perspective projection to draw shadows. I changed this to an orthographic projection. So, shadows draw better with directional lighting. This is better suited to an outdoor scene. Sometimes you can fudge a perspective projection with a light that is very distant.  Also, I'd like to do cascading shadow maps but I'm pretty sure there is not enough juice on these iDevices to handle it.
&lt;/p&gt;&lt;p&gt;I've updated the Emerald Run game with orthographic shadow projections. I've submitted these changes to the app store yesterday.  Before the shadows would drift a little when the player moved because the light was too close. There are other minor fixes in the free update too.
&lt;/p&gt;&lt;p&gt;The shadows in the following shots have percentage closer filtering to smooth the edges. For Emerald Run, I disable this on slower hardware. In these shots, there are five samples being taken for each shaded fragment.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 08 Sep 2011 19:48:37 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/emerald-run-update-and-new.html</guid>
            <enclosure url="http://www.reliabit.com/_Media/p1-11.jpeg" type="image/jpeg"></enclosure>
			
		</item>
		<item>
			<title>Test World and Tools</title>
			<link>http://www.reliabit.com/blog/test-world-and-tools.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;The test game world needs boundaries. Typically it can be an island  or an area surrounded by barriers. I've seen some games that even make a small planetoids with fractals. In this case, I made an island.
&lt;/p&gt;&lt;p&gt;Depending on the camera angle, the horizon can be an issue. OpenGL ES 2 can really help with drawing horizons. One can do all sorts of alpha channel and depth tricks with shaders.
&lt;/p&gt;&lt;p&gt;I made the character mesh with the free MakeHuman program. One initial issue was the default mesh is too much for the iDevice. Fortunately, newer versions of MakeHuman do have a lower poly count mesh suitable for games. One issue about using MakeHuman is you have to go through Blender with an export -- they have their own file format. I recall the lower polygon mesh is limited to the blender mbx export. By default Blender has the MakeHuman import disabled and you need to enable it.
&lt;/p&gt;&lt;p&gt;I upgraded my Carrara and Modo programs. One thing to be careful of is the first release of Lion disables the super user on the Mac. When this happens, you cannot register the Carrara upgrade! Lion 10.7.1 might fix this. The Modo upgrade is much improved since 301. My only gripe with Modo is the program crashes all the time on the Mac -- annoying when you did not save! The crash consistency is about that same on 5.x and 3.x was. I really like the Modo material presets.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sat, 20 Aug 2011 08:41:19 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/test-world-and-tools.html</guid>
            
			
		</item>
		<item>
			<title>Engine Improvements</title>
			<link>http://www.reliabit.com/blog/engine-improvements.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;I've been busy the last month improving Reliabit's game engine. The focus this time has been dae file import and animation.
&lt;/p&gt;&lt;p&gt;The first phase of this development process has been to read an alternative format to .obj . I initially chose .obj / mtl because it was commonly supported and easy to parse. All of the modeling tools I have support it. Newer file formats I considered reading are fbx or dae files. I did not feel comfortable with fbx -- Seems to crash lots of my tools. Also, dae is a xml format and by default the Mac operating system displays these files. ( albeit without animation )  So, I feel modeling tool developers will be compelled to support the dae format. Anyhow, the point of importing from dae is I can get at  joints ( called nodes ), weights and animation data. This is something that the old .obj format did not support. The new version of Cheetah 3D supports dae export. I used the Alien Walk model as a test case. The dae file format is really extensive -- it describes an entire scene. dae was developed at Sony and is an open standard. Though, I wish they could improve their official documentation because the vertex skinning portion of the pdf document is confusing.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sun, 24 Jul 2011 12:23:24 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/engine-improvements.html</guid>
            
			
		</item>
		<item>
			<title>Emerald Run Maintenance</title>
			<link>http://www.reliabit.com/blog/emerald-run-maintenance.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;I submitted an Emerald Run update to the app store. The primary focus of this update is to improve the graphics performance in OpenGL ES 2.
&lt;/p&gt;&lt;p&gt;One interesting thing I found is how important discard buffer extension is in OpenGL ES 2 -- especially if your using Apple's multisampling. Discarding the buffers improved performance. In OpenGL ES 1, this was a non issue.
&lt;/p&gt;&lt;p&gt;I also added vertex array objects when using OpenGL ES 2.
&lt;/p&gt;&lt;p&gt;There were many issues detected in the instruments program that is bundled with Xcode 4. The OpenGL ES analyzer results led to many good graphics fixes.
&lt;/p&gt;&lt;p&gt;I replaced the UIWebViews in scores and faq. I feel these objects are too heavy weight for the application and might interfere with performance.
&lt;/p&gt;&lt;p&gt;The new application is constructed with Xcode 4.02.
&lt;/p&gt;&lt;p&gt;We'll see how fast the app review process is chugging these days. The update is free.
&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 26 May 2011 10:21:04 -0700</pubDate>
			<guid>http://www.reliabit.com/blog/emerald-run-maintenance.html</guid>
            
			
		</item>
 	</channel>
</rss>

