<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cobalt Dev Video no 1</title>
	<atom:link href="http://www.oxeyegames.com/460/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oxeyegames.com/460/</link>
	<description>Creative Games</description>
	<lastBuildDate>Fri, 07 Aug 2020 18:25:49 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-45980</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 31 May 2011 15:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-45980</guid>
		<description>Its based on irrlicht, but we coded it outselves. Jeb_ is that guy you wanna ask about that =)

/thewreck</description>
		<content:encoded><![CDATA[<p>Its based on irrlicht, but we coded it outselves. Jeb_ is that guy you wanna ask about that =)</p>
<p>/thewreck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glajan</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-44460</link>
		<dc:creator>glajan</dc:creator>
		<pubDate>Thu, 19 May 2011 07:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-44460</guid>
		<description>Nice work indeed!

I am a bit interested in what GUI framework you have used for the editor. Have you written it your self?</description>
		<content:encoded><![CDATA[<p>Nice work indeed!</p>
<p>I am a bit interested in what GUI framework you have used for the editor. Have you written it your self?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-25468</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Nov 2010 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-25468</guid>
		<description>The graphical effect of the day/night cycle is a mish mash of color adjustments, shaders and lots and lots of small details. The color adjustments are applied to all layers, fading through 4 different time-dependent color sets (night, day, dusk, dawn). Each set describes things like, far horizon color, close horizon color, top sky color, middle sky color, bottom sky color, cloud color, fog color and so on. This, together with tweaking the effect of the lighting in the main game layer, and adjusting the all the lights shaders&#039; intensities, the glow effects and so on, then creates a nice day and night effect.

To know if it is day or night, we modeled a star system, with a central sun being the sun you can see in game, a bunch of planets and also distant stars. Depending on where on the planet a map is location, and in which direction the camera is setup to look, we calculate the location of the sun in relation to the map and thus approximate the time of day. The sun during the day, the planets and the stars during the night are then rendered using regular 3d to 2d projection.

At about 6:00 in the video, you can see in the tile selector that some tiles have blue bold names, this indicates that they are actually tilesets. Most tilesets in the construction of buildings have a central horisontal tile, and 2 edge tiles. The editor looks for tiles of the same tileset when placing, by checking if there are any other tiles that match up close enough to the placed tile&#039;s corners. Because of this, we do not need a grid, and the tilesets can be placed in any rotation and scale, and still understand which piece is intended. To help with drawing in an free form drawn tilegrid, we have options for snapping to neighbours and aligning angles when drawing.

Thanks for the kind words!
/thewreck</description>
		<content:encoded><![CDATA[<p>The graphical effect of the day/night cycle is a mish mash of color adjustments, shaders and lots and lots of small details. The color adjustments are applied to all layers, fading through 4 different time-dependent color sets (night, day, dusk, dawn). Each set describes things like, far horizon color, close horizon color, top sky color, middle sky color, bottom sky color, cloud color, fog color and so on. This, together with tweaking the effect of the lighting in the main game layer, and adjusting the all the lights shaders&#8217; intensities, the glow effects and so on, then creates a nice day and night effect.</p>
<p>To know if it is day or night, we modeled a star system, with a central sun being the sun you can see in game, a bunch of planets and also distant stars. Depending on where on the planet a map is location, and in which direction the camera is setup to look, we calculate the location of the sun in relation to the map and thus approximate the time of day. The sun during the day, the planets and the stars during the night are then rendered using regular 3d to 2d projection.</p>
<p>At about 6:00 in the video, you can see in the tile selector that some tiles have blue bold names, this indicates that they are actually tilesets. Most tilesets in the construction of buildings have a central horisontal tile, and 2 edge tiles. The editor looks for tiles of the same tileset when placing, by checking if there are any other tiles that match up close enough to the placed tile&#8217;s corners. Because of this, we do not need a grid, and the tilesets can be placed in any rotation and scale, and still understand which piece is intended. To help with drawing in an free form drawn tilegrid, we have options for snapping to neighbours and aligning angles when drawing.</p>
<p>Thanks for the kind words!<br />
/thewreck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JW</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-25400</link>
		<dc:creator>JW</dc:creator>
		<pubDate>Mon, 22 Nov 2010 02:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-25400</guid>
		<description>This is completely inspiring. It looks like the editor is very versatile. I&#039;m interested in hearing more about the lighting and day/night from a technical perspective. 

Also, in the editor I see that the left and right side tiles were added automatically when drawing some of the house tiles; is this a function of clicking and dragging or placed automatic based on having no adjacent tile?</description>
		<content:encoded><![CDATA[<p>This is completely inspiring. It looks like the editor is very versatile. I&#8217;m interested in hearing more about the lighting and day/night from a technical perspective. </p>
<p>Also, in the editor I see that the left and right side tiles were added automatically when drawing some of the house tiles; is this a function of clicking and dragging or placed automatic based on having no adjacent tile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Man of The Sea</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-24098</link>
		<dc:creator>Man of The Sea</dc:creator>
		<pubDate>Sat, 06 Nov 2010 20:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-24098</guid>
		<description>Woah, that is one nice looking editor.
Nice work guys.</description>
		<content:encoded><![CDATA[<p>Woah, that is one nice looking editor.<br />
Nice work guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lupodw</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-23799</link>
		<dc:creator>lupodw</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-23799</guid>
		<description>great - just astonishing</description>
		<content:encoded><![CDATA[<p>great &#8211; just astonishing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-23549</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 02 Nov 2010 14:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-23549</guid>
		<description>Uuuh, shiny ones! Very exciting!</description>
		<content:encoded><![CDATA[<p>Uuuh, shiny ones! Very exciting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geti</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-23116</link>
		<dc:creator>Geti</dc:creator>
		<pubDate>Thu, 28 Oct 2010 10:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-23116</guid>
		<description>Damn, this is looking amazing, I&#039;m loving all the ambience.</description>
		<content:encoded><![CDATA[<p>Damn, this is looking amazing, I&#8217;m loving all the ambience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-23026</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Oct 2010 10:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-23026</guid>
		<description>Thanks!

Hopefully we&#039;ll get to testing soon, but it will be more like alpha then beta :)

/Kinten</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Hopefully we&#8217;ll get to testing soon, but it will be more like alpha then beta <img src='http://www.oxeyegames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/Kinten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.oxeyegames.com/460/comment-page-1/#comment-22976</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 26 Oct 2010 21:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxeyegames.com/?p=460#comment-22976</guid>
		<description>those time/weather settings are maybe the nicest I&#039;ve seen in any game ever</description>
		<content:encoded><![CDATA[<p>those time/weather settings are maybe the nicest I&#8217;ve seen in any game ever</p>
]]></content:encoded>
	</item>
</channel>
</rss>
