<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Data Realms - Dev Log</title>
	
	<link>http://www.datarealms.com/devlog</link>
	<description>Development Logbook for Data Realms</description>
	<pubDate>Tue, 30 Sep 2008 00:54:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/datarealms" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">654943</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Data Realms at TIGJam 2008</title>
		<link>http://www.datarealms.com/devlog/cortex-command/data-realms-at-tigjam-2008/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/data-realms-at-tigjam-2008/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:20:04 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=334</guid>
		<description><![CDATA[For the next few days, Data Realms is representing at The Independent Gaming Source&#8217;s inaugural TIGJam 2008! Will be good times getting work done next to some of the indie game development community&#8217;s finest.
Live stream from ground zero: http://www.ustream.tv/channel/tigjam-2008
Collection of posted screenshots from jam participants: http://www.tigjam.com
UDPATE:
It&#8217;s all over, and t&#8217;was the BEST TIGJAM EVER!
Photos: http://www.datarealms.com/stuff/photos/tigjam08/
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/09/tigjam.jpg" alt="DRL at TIGJam 2008" title="tigjam" align="right" width="193" height="258" class="size-full wp-image-342" />For the next few days, Data Realms is representing at <a href="http://tigsource.com/articles/2008/08/23/tigjam">The Independent Gaming Source&#8217;s inaugural TIGJam 2008</a>! Will be good times getting work done next to some of the indie game development community&#8217;s finest.</p>
<p><strong>Live stream</strong> from ground zero: <a href="http://www.ustream.tv/channel/tigjam-2008">http://www.ustream.tv/channel/tigjam-2008</a></p>
<p>Collection of posted screenshots from jam participants: <a href="http://www.tigjam.com">http://www.tigjam.com</a></p>
<p><strong>UDPATE:</strong></p>
<p>It&#8217;s all over, and t&#8217;was the BEST TIGJAM EVER!<br />
Photos: <a href="http://www.datarealms.com/stuff/photos/tigjam08/">http://www.datarealms.com/stuff/photos/tigjam08/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/data-realms-at-tigjam-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heroic Mac Debugging</title>
		<link>http://www.datarealms.com/devlog/cortex-command/heroic-mac-debugging/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/heroic-mac-debugging/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 16:00:14 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=319</guid>
		<description><![CDATA[Here&#8217;s an update on the Mac version of Cortex Command, straight from porter extraordinaire Chris himself:
&#8220;Last night was productive. The game is running again now. The most annoying debug session ever. The main problem was ridiculous.
It turns out the problem (i&#8217;ll save you too much of the gory details), was my use of a non-standard [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/09/hero.jpg" align="right" alt="Mac Hero" title="hero" width="269" height="384" class="size-full wp-image-328" />Here&#8217;s an update on the Mac version of Cortex Command, straight from <a href="http://www.datarealms.com/devlog/cortex-command/data-is-famous/">porter extraordinaire Chris</a> himself:</p>
<blockquote><p><em>&#8220;Last night was productive. The game is running again now. The most annoying debug session ever. The main problem was ridiculous.</p>
<p>It turns out the problem (i&#8217;ll save you too much of the gory details), was my use of a non-standard wifi dongle for my Internet connection!</p>
<p>If you don&#8217;t use the Airport &#8230; you&#8217;re in for a nasty surprise.</p>
<p>Unbelievable that it can cause an exception so deep in workings of Mac OSX it was distinctly non-trivial to find. I was so perplexed I started looking for harebrained causes, and eventually I was lucky enough to get a crash that didn&#8217;t completely overwrite the stack and I noticed it was crashing deep in the os dns lookup library somewhere.</p>
<p>Short story: It was just trying to get its own hostname on game startup and blowing up in my face because it assumes the use of the Airport.</p>
<p>Now, I can concentrate on the mouse, which is the original bloody problem :)&#8221;</em></p></blockquote>
<p>The mouse issues he refers to appear to be related to legacy mouse interface code in Allegro which causes the mouse to skip and not be responsive. He&#8217;ll probably have to write new mouse handlers that use more modern API&#8217;s.</p>
<p>Other than that, things are looking good for a Mac release very soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/heroic-mac-debugging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Cortex Command for FREE! (yes, really)</title>
		<link>http://www.datarealms.com/devlog/cortex-command/get-cortex-command-for-free-yes-really/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/get-cortex-command-for-free-yes-really/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 07:30:09 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=297</guid>
		<description><![CDATA[A few months ago I was about to buy a piece of shareware (the excellent RoboForm), but right there on their checkout page was a button claiming that I could &#8220;Get it for free!&#8221; instead of paying the regular price. Of course my BS detector went off, but my curiosity was also piqued enough to [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I was about to buy a piece of shareware (the excellent <a href="http://www.roboform.com/">RoboForm</a>), but right there on their checkout page was a button claiming that I could <em><strong>&#8220;Get it for free!&#8221;</strong></em> instead of paying the regular price. Of course my BS detector went off, but my curiosity was also piqued enough to check it out.</p>
<p>I assumed it was a deal like those incredibly annoying flashing web banner ads for <strong>&#8220;FREE IPOD OMG!&#8221;</strong>, but I was very pleasantly surprised by what I found and experienced. I ended up getting to choose a <em>single</em> &#8216;offer&#8217; from a wide range of unrelated big name brands. It sounds completely weird, but I found myself buying some delivered flowers (<em>wife affection bonus, get!</em>) from the reputable <a href="http://www.ftd.com">FTD.com</a> &#8212; and got my copy of RoboForm completely free on the side, <strong>without almost any extra hassle or delay</strong>.</p>
<p>So, we looked into the business behind this, <a href="http://www.trialpay.com">TrialPay</a>, and were impressed enough that we decided to set it up for our games as well. It is just an additional path for you to get your full license, which is <strong>completely equivalent</strong> to what you&#8217;d get if you took the simple direct payment route:</p>
<div align="center"><a href="http://www.trialpay.com/stores/datarealms/cortexcommand?tid=A7DW8fl"><img align="center" border="0" src="http://assets.trialpay.com/mi/?m=p&#038;a=1904543&#038;b=1965498&#038;rc=h&#038;ri=11901986&#038;p=Y6lYFY&#038;t=A7DW8fl" /></a> </div>
<p>We&#8217;re especially excited about the fact that TrialPay <strong>customizes its offers</strong> to your geographical location. If you live in the U.S., you will get offers from big-name U.S. brands like GAP and Blockbuster, but if you live in China or South America, you get affordable offers for local businesses in your local currency: prepaid cell phone cards, regional shops, etc. Since you get the Cortex Command license for <strong>free</strong> with the deal, this means it&#8217;s a much lower expense for you than having to pay a fixed U.S. price in U.S. dollars.</p>
<p><a href="http://www.trialpay.com/stores/datarealms/cortexcommand?tid=A7DW8fl"><img border="0" align="right" src="http://www.trialpay.com/images/at/m/A7DW8fl/Y6lYFY/cede225e/m/buttons/button9-en.gif" /></a>Even for U.S. customers, it&#8217;s pretty satisfying to be able to choose an offer you&#8217;re interested in anyway, and then get the game for free on top of it! It certainly made my day when I got RoboForm, <em>and</em> managed to surprise the wife with flowers at her work.</p>
<p>We understand you might be as skeptical as I was initially, but at least check out <a href="http://www.trialpay.com/stores/datarealms/cortexcommand?tid=A7DW8fl">the offer page</a> &#8212; If nothing else, it&#8217;s pretty interesting to see what random deals you get.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/get-cortex-command-for-free-yes-really/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build 21 at long last!</title>
		<link>http://www.datarealms.com/devlog/cortex-command/build-21-at-long-last/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/build-21-at-long-last/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 14:14:45 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=271</guid>
		<description><![CDATA[Here it is folks. Going to update this post later with more info. There&#8217;s not much new content, but many many new features! That&#8217;s why the price discount stays the same for this update.
Got to catch a flight in an hour, and haven&#8217;t packed or showered yet (another all nighter)&#8230; so enjoy! I&#8217;ll write more [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/08/cccampaign-300x180.gif" alt="Build 21" title="cccampaign" align="right" width="300" height="180" class="size-medium wp-image-285" />Here it is folks. Going to update this post later with more info. There&#8217;s not much new content, but many many new features! That&#8217;s why the price discount stays the same for this update.</p>
<p>Got to catch a flight in an hour, and haven&#8217;t packed or showered yet (another all nighter)&#8230; so enjoy! I&#8217;ll write more soon!</p>
<p><strong>UPDATE:</strong> Ok stuck in airport terminal, so can write about some of the new features. There may not seem like a lot of difference at first glance, but there&#8217;s <strong>eight months</strong> of important work done under the hood. On the other hand, there really isn&#8217;t much new content in this one; it&#8217;s all been about laying the foundation for the real production that can now start in earnest.</p>
<p>Without further ado, some of the new features:</p>
<ul>
<li>Full support for <strong>any screen resolution </strong>your graphics driver can handle! Cortex Command in HD, baby!</li>
<li><strong>New audio system</strong> that is far more robust. No more missed sound effects. All non-UI audio pitches down when the simulation starts going slower than real time. More about this later.</li>
<li><strong>Simulation speed partially decoupled</strong> from real time. It&#8217;s allowed to smoothly slow down into slomo without sacrificing FPS when the simulation becomes too heavy for your machine to keep at real time. You can turn this off with Ctrl+O. Again, more on this later.</li>
<li><strong>Lua engine and console</strong> now integrated, and almost whole existing C++ engine exposed to it. The console can be accessed with the [~] key (left of your [1] key). Exhaustive documentation of the full Lua interface is coming soon!</li>
<li><strong>Lua scripting of entire Activity logic</strong>! This allows for any game rules we want to make the missions have, and any multiplayer style as well, like CTF or king of the hill, etc.
<li>First draft of <strong>data-driven Campaign screen</strong>. You can select eligible scenes/sites directly on the planet. As more mods and official content is loaded, more sites/missions will show up on the planet. This menu will evolve into the metagame eventually.</li>
<li>Completely new licesning system that allows you to reset your own key, AND to register/play with that key <strong>offline</strong>. Reset and update your keys at <a href="http://licensing.datarealms.com">http://licensing.datarealms.com</a></li>
<li>Many many bug fixes and tweaks everywhere.</li>
</ul>
<p><br/></p>
<p><strong>UPDATE 2:</strong> Whoops, there was a menu bug in the first release of b21.. one line of code which causes the main menu to get shifted in higher resolutions, screwing up skirmish menu etc. Just uninstall the old one, re-download and install again if you got it before this update appeared.</p>
<div align="center"><strong>PLEASE UNINSTALL ANY PREVIOUS VERSION BEFORE INSTALLING THIS ONE!</strong><br />
<a href="http://www.datarealms.com/downloads/ccsetup21.exe"><img title="Build 21!" alt="Download Test Build 21!" src="http://www.datarealms.com/images/buttondownload.gif" border="0" /></a><a href="https://www.plimus.com/jsp/dev_store1.jsp?developerId=58208&#038;showContractImage=Y&#038;contractImageSize=32"><img title="Data Realms Web Store" alt="Unlock Cortex Command!" src="http://www.datarealms.com/images/buttonbuy.gif" border="0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/build-21-at-long-last/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We are set for Campaign Production</title>
		<link>http://www.datarealms.com/devlog/cortex-command/we-are-set-for-campaign-production/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/we-are-set-for-campaign-production/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 20:05:35 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=252</guid>
		<description><![CDATA[After many months of work and preparation, we are finally ready to start creating the real campaign missions! There were several large hurdles that needed to be cleared before we could proceed with this, including:

Exposing almost all of the C++ engine to Lua, using LuaBind.
Adding a powerful in-game console for testing and debugging scripts.
Making the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/07/areaeditor.jpg" alt="Area Editor" title="areaeditor" align="right" width="427" height="320" class="size-full wp-image-255" />After many months of work and preparation, we are finally ready to start creating the real campaign missions! There were several large hurdles that needed to be cleared before we could proceed with this, including:</p>
<ul>
<li>Exposing almost all of the C++ engine to Lua, using LuaBind.</li>
<li>Adding a powerful in-game console for testing and debugging scripts.</li>
<li>Making the game Activites&#8217; logic be completely <strong>driven by Lua scripts</strong>.</li>
<li>A new and flexible data-driven system of <strong>trigger &#8220;Areas&#8221;</strong> in each Scene, which the scripts can hook into.</li>
<li>Making a completely <strong>new in-game editor</strong> for defining and naming the Areas of each Scene: <em>The <strong>Area Editor</strong></em> &#8212;->.</li>
</ul>
<p>The scripting of Activities is super important; before their logic could only be hardcoded in C++. That meant the whole executable had to be recompiled each time a change was made to the winning condition or whatever of a specific mission. Now, the script can be <strong>edited (by <em>you!</em>) while the game is running</strong>, and it is just reloaded automatically when Ctrl+R is pressed. Any errors encountered in the script will be reported to the in-game console, with line numbers and decent descriptions.</p>
<p>Here&#8217;s an example of how the Areas tie into the scripts. This snippet of Lua in your script&#8217;s <em>UpdateActivity()</em> function will cause any Actor that wanders into a specific Area named &#8220;Kill Zone&#8221; to be instagibbed:</p>
<p><code><strong>for actor in MovableMan.Actors do if SceneMan.Scene:WithinArea(&#8221;Kill Zone&#8221;, actor.Pos) then actor:GibThis(); end; end;</strong></code></p>
<p>We are also working on the online documentation for all of CC&#8217;s Lua interface - more on that later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/we-are-set-for-campaign-production/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac Port Progress</title>
		<link>http://www.datarealms.com/devlog/cortex-command/mac-port-progress/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/mac-port-progress/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 00:18:08 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=250</guid>
		<description><![CDATA[Chris is doing a great job with the porting, and has made lots of progress. The code now builds and runs on Mac OSX, but there&#8217;s still some issues to iron out&#8230; (lack of RMB!%@#)

Sorry for the sparse updates lately, but rest assured things are moving along on several fronts: We are almost done building [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/06/ccfirstmacloadsm.jpg" alt="First Loading on Mac" title="Firstmacload" class="alignright size-full wp-image-251" /><a href="http://www.datarealms.com/devlog/cortex-command/data-is-famous/">Chris</a> is doing a great job with the porting, and has made lots of progress. <strong>The code now builds</strong> and runs on Mac OSX, but there&#8217;s still some issues to iron out&#8230; <em>(lack of RMB!%@#)<br />
</em><br />
Sorry for the sparse updates lately, but rest assured things are moving along on several fronts: We are almost done building a <strong>new licensing system</strong> which will make things a lot more easy and flexible for you guys. We just need to integrate it and test it thoroughly before putting it out there. Another front is the mac porting mentioned above.</p>
<p>On the actual game side of Cortex Command, a few big under-the-hood hurdles have been completed. There&#8217;s a new <strong>memory management system</strong> which makes things run faster and more reliably. Also the Lua interface has been improved and made a lot easier to work with. Now you can create new instances of any Entity by simply doing something like this in the console or script file:</p>
<p><code><br />
myActor = CreateActor("Soldier Light");<br />
myWeapon = CreateHDFirearm("Pistol");<br />
myActor:AddToInventory(myWeapon);<br />
-- This adds the new Actor to the scene, so he actually appears<br />
MovableMan:AddActor(myActor);<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/mac-port-progress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Data Center explosion and aftermath</title>
		<link>http://www.datarealms.com/devlog/cortex-command/data-center-struggles/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/data-center-struggles/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 23:12:03 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=247</guid>
		<description><![CDATA[As many of you have noticed, the data center in which our server lives has had some severe problems the last few days. First a transformer exploded and knocked down three walls around it, plus all nearby electrical equipment and cabling! Luckily no one was hurt. Or killed.
The techs brought in a generator, but a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/06/explosion.jpg" alt="" title="BOOOOOM" class="alignright size-full wp-image-248" />As many of you have noticed, the data center in which our server lives has had some severe problems the last few days. First a transformer <strong>exploded</strong> and knocked down three walls around it, plus all nearby electrical equipment and cabling! Luckily no one was hurt. Or killed.</p>
<p>The techs brought in a generator, but a breaker on it failed last night so they had to bring in another generator today which just went online. <a href="http://service-update.theplanet.com/">More details here</a>.</p>
<p>Hopefully things will keep on humming from now on, but if not, at least you know what&#8217;s going on. This doesn&#8217;t affect our webstore or licensing server, so don&#8217;t worry if you just placed an order.</p>
<p>However, if you did send anything to contact@datarealms.com or support@datarealms.com since Friday, and didn&#8217;t get a response yet, you might want to <strong>re-send</strong> as it likely didn&#8217;t make it though!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/data-center-struggles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Data is Famous! Also, Mac port in the works</title>
		<link>http://www.datarealms.com/devlog/cortex-command/data-is-famous/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/data-is-famous/#comments</comments>
		<pubDate>Wed, 28 May 2008 14:59:52 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=244</guid>
		<description><![CDATA[Here&#8217;s another interview of me by the indie scene scoopmaker Tim W. at IndieGames.com. This one is more about the development than the game itself, which complements the previous interview well.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s <a href="http://www.indiegames.com/blog/2008/05/interview_dan_tabar_cortex_com.html">another <strong>interview</strong></a> of me by the indie scene scoopmaker Tim W. at <a href="http://www.indiegames.com/blog/">IndieGames.com</a>. This one is more about the development than the game itself, which complements the <a href="http://www.datarealms.com/stuff/PlayInterview.jpg">previous interview</a> well.</p>
<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/05/apple.png" alt="" title="Apple!" class="alignright" size-full wp-image-245" />The big news Tim breaks is that we now have a <a href="http://www.linkedin.com/in/chriskruger">very experienced guy</a> actually working on the <strong>Mac OSX port</strong> of Cortex Command! After many years in the &#8216;big&#8217; games industry, Chris Kruger recently left his position at <a href="http://www.rockstargames.com/">Rockstar Games</a> to pursue freelance programming on his own. We are very fortunate to have him working with us on our project, and all you Mac users out there will soon be battling it out on your native platform!</p>
<p>Chris is one of those guys who actually enjoy porting games, so there&#8217;s a good chance other target platforms will be within our reach as well. Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/data-is-famous/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Play Magazine Interview</title>
		<link>http://www.datarealms.com/devlog/cortex-command/play-magazine-interview/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/play-magazine-interview/#comments</comments>
		<pubDate>Thu, 22 May 2008 04:53:20 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=242</guid>
		<description><![CDATA[
There&#8217;s an interview with me in the current issue of Play Magazine, where some details of our plans are revealed. Click for legible size:

]]></description>
			<content:encoded><![CDATA[<p><br/>
<div align="center">There&#8217;s an interview with me in the current issue of Play Magazine, where some details of our plans are revealed. Click for legible size:</p>
<p><a href='http://www.datarealms.com/stuff/PlayInterview.jpg'><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/05/playinterviewthumb.jpg" alt="Play Magazine Interview Scan Thumbnail" title="Play Magazine Interview Scan Thumbnail" class="aligncenter size-full wp-image-243" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/play-magazine-interview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In-game Lua Console</title>
		<link>http://www.datarealms.com/devlog/cortex-command/in-game-lua-console/</link>
		<comments>http://www.datarealms.com/devlog/cortex-command/in-game-lua-console/#comments</comments>
		<pubDate>Thu, 15 May 2008 07:42:57 +0000</pubDate>
		<dc:creator>Data</dc:creator>
		
		<category><![CDATA[Cortex Command]]></category>

		<guid isPermaLink="false">http://www.datarealms.com/devlog/?p=239</guid>
		<description><![CDATA[Continuing the feature series.. Next up is something really powerful that will open whole new worlds of possibilities for you tinkerers and modders out there: There is now an in-game console that enables so much control of the engine that it&#8217;s almost scary.
Thanks to the Swedish geniuses at Rasterbar (recommended to us by Klei), we [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.datarealms.com/devlog/wp-content/uploads/2008/05/consolekill.png" alt="Console Kill" title="Console Kill" width="311" height="285" class="alignright size-full wp-image-241" />Continuing the feature series.. Next up is something <em>really </em>powerful that will open whole new worlds of possibilities for you tinkerers and modders out there: There is now an <strong>in-game console</strong> that enables so much control of the engine that it&#8217;s almost scary.</p>
<p>Thanks to the Swedish geniuses at <a href="http://www.rasterbar.com/">Rasterbar</a> (recommended to us by <a href="http://kleientertainment.com/">Klei</a>), we have managed to expose almost all of our internal classes and interfaces to the Lua environment now running in the system. This will eventually mean that some of you will literally be able to <strong>create entire new games</strong> with the Cortex Command engine by writing elaborate Lua scripts in addition to the content mods and addons you have been limited to so far.</p>
<p>Even if you&#8217;re not so ambitious, it&#8217;s still fun to play around in the console. Like making a guy instantly fly at <strong>100 m/s</strong> to the <em>right &#8211;>></em></p>
<p>Documentation of all the commands and interfaces will eventually appear in the <a href="http://www.datarealms.com/wiki/">Data Realms Wiki</a>, so you can easily harness this new power that has been unleashed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarealms.com/devlog/cortex-command/in-game-lua-console/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
