<?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>Oxeye Game Studio &#187; Lua</title>
	<atom:link href="http://www.oxeyegames.com/category/lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oxeyegames.com</link>
	<description>Creative Games</description>
	<lastBuildDate>Wed, 29 Nov 2017 08:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cobalt v103 Alpha change-log</title>
		<link>http://www.oxeyegames.com/cobalt-v103-alpha-change-log/</link>
		<comments>http://www.oxeyegames.com/cobalt-v103-alpha-change-log/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 15:57:04 +0000</pubDate>
		<dc:creator>thewreck</dc:creator>
				<category><![CDATA[Cobalt]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[Map Editor]]></category>
		<category><![CDATA[Updates & Patches]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/?p=798</guid>
		<description><![CDATA[Hi!
Cobalt v103 Alpha is finally ready, and it contains improvements in many spread out unrelated areas, however, the biggest addition is the Map Editor! For the people who have accessed the editor previously, there is a huge amount of unlisted changes that have been made, but for the others, this will simply be the first [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Cobalt v103 Alpha is finally ready, and it contains improvements in many spread out unrelated areas, however, the biggest addition is the Map Editor! For the people who have accessed the editor previously, there is a huge amount of unlisted changes that have been made, but for the others, this will simply be the first encounter with making your own maps.</p>
<p><strong>Bugs discovered post upload:</strong></p>
<ol>
<li>Due to the reorganization of the maps, there are some oddities if you are updating from v102. You might see some duplicate maps with different names in your menu. If this happens, reinstall the game from a v103, or clean out the maps folder prior to updating. (all map files that does NOT have a .localization file next to it are old.)</li>
<li>The map editor will crash if you try to place a tile that has a default ID (which goes for a lot of important tiles). This crash is bad enough that if you are already using the map editor, it is advisable to keep separate installations.</li>
</ol>
<p><strong>If you find bugs, please post them at <a href="https://getsatisfaction.com/cobalt/">http://getsatisfaction.com/cobalt/</a> we will be making another update tomorrow!</strong></p>
<p>Hit more to read all about it!</p>
<p><span id="more-798"></span></p>
<p>As of this writing there is no official manual on how the editor works, and since many things are likely to change, it is unlikely this will be written anytime soon. However, I know the community has been experimenting and documenting like crazy over at <a href="http://www.cobaltforum.net/">www.cobaltforum.net/</a>. and while some of that will be outdated with the changes in v103, many concepts will be very relevant, and the forums are also likely to be your best bet for finding help on this topic.</p>
<p>To get you started, here is a quick guide how to create your first map:</p>
<ul>
<li>Open the editor from the main menu.</li>
<li>Goto [File] and select &#8220;New&#8221;, pick &#8220;Outdoors&#8221; and &#8220;Small&#8221;</li>
<li>Goto [File] and select &#8220;Save As&#8230;&#8221;, name the map &#8220;dm_myfirstmap&#8221;</li>
<li>First thing you need to do is make sure you are in the correct layer. Press and HOLD Z, hover over &#8220;Collision&#8221; and release Z.</li>
<li>Press T, select &#8220;Actors&#8221; from the list on the left, scroll down until you find the &#8220;Spawn Point&#8221; and click it</li>
<li>Place a couple of spawnpoints around the map</li>
<li>Press T again, now select &#8220;Boxes&#8221; and pick a box you like on the right.</li>
<li>Place a couple of boxes around the map</li>
<li>Press esc to stop placing boxes, then select a spawn point by clicking it. Then open [edit] at the top menu bar and click &#8220;Expand&#8221;. This will select all spawn points.</li>
<li>Right click one of the spawn points, select &#8220;Spawn Settings&#8221; from the context menu. In the dialog, put a check next to all the teams to make this spawnpoint valid for all teams.</li>
<li>Goto [Stage] and click &#8220;Set Game Mode&#8221;. Select &#8220;scorematch&#8221; from the list on the left, pick &#8220;kills&#8221; in the objective list on the right. Set the goal to 10.</li>
<li>Goto [Stage] and click &#8220;Set Camera Mode&#8221;. Click &#8220;apply preset&#8221; and select pick &#8220;versus&#8221; list that pops up.</li>
<li>There should be a gray tile looking like a character with a green outline somewhere on the map. Select it! If you cannot select it, it might be in a different layer than the one you are in. Hover the mouse over it, and press the middle mouse button to instantly go to the layer the tile you are hovering is in. If it does not exist, you can find it by pressing T, hitting ENTER, and writing &#8220;playerspawn&#8221;.  Right click the tile, click &#8220;Set Spawn Action&#8221;. In the dialog, check all the teams and hit OK!.</li>
<li>Goto [File] and select &#8220;Save &amp; Copy to Menu&#8221;</li>
<li>Goto [File] and select &#8220;Close Editor&#8221;</li>
<li>Find your map in the deathmatch list under after play!</li>
</ul>
<p>For the prospective mappers out there, we have added rudimentary support for populating the in-game menu with your custom maps! If you are working on a map in the editor, you simply go to [File] and select &#8220;Save &amp; Copy to Menu&#8221; and your map will show up in the menu! Keep in mind that the menu only loads maps that have one of the following prefixes in their name:</p>
<ul>
<li><strong>ctp_</strong> Capture the Plug</li>
<li><strong>dm_</strong> Deathmatch</li>
<li><strong>sur_</strong> Survival</li>
<li><strong>bo_</strong> Bounty</li>
</ul>
<p>If you have downloaded maps from the internet, place the maps in your /maps/ folder and they will be added to the menu (as long as they have the correct prefix!). The name and the description screen that comes up when you select your map will default to its filename, but there is support for editing this as well! First, under [Stage] in the menu in the editor, there is a button called &#8220;Edit Meta Data&#8221;. In the dialog  that pops up, you can define the follwing:</p>
<ul>
<li><strong>author</strong> will show up as &#8220;by YOURNAME&#8221;</li>
<li><strong>workInProgress</strong> will add a strong red Work in Progress warning</li>
<li><strong>difficulty</strong> describes the general difficulty of the map</li>
<li><strong>minPlayers</strong> lowest suggested players</li>
<li><strong>maxPlayers</strong> highers suggested players</li>
</ul>
<p>If you leave any of these as their default value, they will be omitted from the description of your map. Finally, to change the actual name of the map in the list or to write a flavor text, you must create a brand new file with the file extension &#8220;.localization&#8221;. For example:</p>
<p><code>dm_coolmap257.map<br />
dm_coolmap257.localization</code></p>
<p>The reason this is needed is because the name and the description has to be custom written for each language that the map will support, while difficulty for example will be translated centrally by us for all maps. Edit the localization file with a text editor of your choice and paste the following:</p>
<p><code> </code></p>
<pre><code>{
    eng = { --English Translation
        name = "Cool Map", --Name of the Map, will show up in the list
        description = "This is a cool map", --Description of the map
    }
}
</code></pre>
<p><code> </code></p>
<p>The map will work fine without a localization file, but it offers greater customization. I recommend you keep this file in maps_dev and use the &#8220;Save &amp; Copy to Menu&#8221; action under [File] as it will copy both your map and localization file to the menu.</p>
<h2>change-log</h2>
<h4>Alterations:</h4>
<ul>
<li>Custom levels placed in maps with either ctp_ dm_ or sur_ will now be loaded into the menu.</li>
<li>Removed all girders from cannon arena and tweaked design and weapons.</li>
<li>Improved head flying off rendering, also made all body parts be colored by the original actor.</li>
<li>Objects and items that are destroyed (by explosions and heat for example) now have better feedback</li>
<li>Tweaked object healths</li>
<li>Added new deathmatch map, Gladiator</li>
<li>Added new ctp map, Frozen</li>
<li>Added new ctp map, Volcano</li>
<li>Added new bounty map, Rumble in the City</li>
<li>New preference in profile for always showing your player name under your actor</li>
<li>Plug now has health and will die from sustained explosions and lava, and will respawn when destroyed.</li>
<li>Jet shoes now do less damage initially, but also do heat damage over time.</li>
<li>Extended the map filters for future use.</li>
<li>Added bounty AI and better bounty hud.</li>
</ul>
<h4>Bug-Fixes:</h4>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Safest gate left door is now lockable again.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Garbage Collection has been turned off by mistake. This has been a big since v101. This is likely the cause for many periodic performance drop issues.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Score hud being incorrectly scaled in some resolutions.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">extended magazined and other ammo increasing upgrades now also add ammo as they used to.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">burners no longer generate bullet time warnings</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">thermal bombs that were destroyed by lava and plasma for example would not explode.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">spare ammo icon no longer shown for salvaged weapons</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">fixed some clipping metal hit sounds</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1585px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">smoothed out a glowing trail jaggedness bug.</div>
<ul>
<li>Safest gate left door is now lockable again.</li>
<li>Garbage Collection has been turned off by mistake. This has been a big since v101. This is likely the cause for many periodic performance drop issues.</li>
<li>Score hud being incorrectly scaled in some resolutions.</li>
<li>extended magazined and other ammo increasing upgrades now also add ammo as they used to.</li>
<li>burners no longer generate bullet time warnings</li>
<li>thermal bombs that were destroyed by lava and plasma for example would not explode.</li>
<li>spare ammo icon no longer shown for salvaged weapons</li>
<li>fixed some clipping metal hit sounds</li>
<li>smoothed out a glowing trail jaggedness bug.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/cobalt-v103-alpha-change-log/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Secret Gifts &#8211; Part Two &#8211; Heads-up</title>
		<link>http://www.oxeyegames.com/secret-gifts-part-two-heads-up/</link>
		<comments>http://www.oxeyegames.com/secret-gifts-part-two-heads-up/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 08:36:29 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Cobalt]]></category>
		<category><![CDATA[DaisyMoon]]></category>
		<category><![CDATA[Gifts]]></category>
		<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/?p=238</guid>
		<description><![CDATA[I just wanted to give you a small heads-up on the next Project B secret gift!
The next gift will be sent to somebody who creates something interesting in our Lua prototyping engine, DaisyMoon. We haven&#8217;t decided on the hows, whens and whys yet, so the challenge hasn&#8217;t officially started yet. We&#8217;re waiting until the documentation [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to give you a small heads-up on the next Project B secret gift!</p>
<p>The next gift will be sent to somebody who creates something interesting in our Lua prototyping engine, DaisyMoon. We haven&#8217;t decided on the hows, whens and whys yet, so the challenge hasn&#8217;t officially started yet. We&#8217;re waiting until <a href="http://www.oxeyegames.com/wiki">the documentation</a> is more complete and we have a Mac build working again (progress has been made).</p>
<p>Anthony Salter of <a href="http://www.viridiangames.com/">Viridian Games</a> has planned to do a <a href="http://www.viridiangames.com/blog/daisymoon">small video blog series</a> about DaisyMoon. Something to keep an eye on! <img  src='http://www.oxeyegames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>/jeb</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/secret-gifts-part-two-heads-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Horror Tactics (Prototype)</title>
		<link>http://www.oxeyegames.com/horror-tactics-prototype/</link>
		<comments>http://www.oxeyegames.com/horror-tactics-prototype/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:39:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Horror Tactics]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[Prototypes]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/?p=115</guid>
		<description><![CDATA[Hey
We&#8217;ve made a new game prototype called &#8220;Horror Tactics&#8221;. It&#8217;s a &#8220;move&#8217;em&#8217;up&#8221; kind of game inspired by Games Workshop&#8217;s old Space Hulk board game.
The game has been scripted in our DaisyMoon Lua engine, so you can view and edit the source code if you want to change settings or difficulty. The music has been made [...]]]></description>
			<content:encoded><![CDATA[<p><img  class="alignright" title="Horror Tactics Portrait" src="http://www.oxeyegames.com/files/HT/face.jpg" alt="" width="300" height="141" />Hey</p>
<p>We&#8217;ve made a new game prototype called &#8220;Horror Tactics&#8221;. It&#8217;s a &#8220;move&#8217;em&#8217;up&#8221; kind of game inspired by Games Workshop&#8217;s old Space Hulk board game.</p>
<p>The game has been scripted in our DaisyMoon Lua engine, so you can view and edit the source code if you want to change settings or difficulty. The music has been made by Blackspawn.</p>
<p>Please give the prototype a go and give us feedback on what you think about it!</p>
<p>Windows: <a href="http://www.oxeyegames.com/files/HT/HorrorTactics.zip">http://www.oxeyegames.com/files/HT/HorrorTactics.zip</a></p>
<p>You may also <a href="http://www.oxeyegames.com/forum/viewtopic.php?f=13&amp;p=3327">discuss this in our forums</a>.</p>
<p>Cheers!</p>
<p><em>/jeb</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/horror-tactics-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lua Binding Woes</title>
		<link>http://www.oxeyegames.com/lua-binding-woes/</link>
		<comments>http://www.oxeyegames.com/lua-binding-woes/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 19:21:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Code Stuff]]></category>
		<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/lua-binding-woes/</guid>
		<description><![CDATA[As you know, we&#8217;ve been using Lua to make prototypes and add mod support to Harvest. However, I&#8217;ve always thought that the C++ binding we&#8217;ve used hasn&#8217;t really worked the way I&#8217;d like it to. Basically we&#8217;ve used simple C functions to create our own Lua library for callbacks, and some Lunar objects in Harvest. [...]]]></description>
			<content:encoded><![CDATA[<p><img  src="http://www.oxeyegames.com/wp-content/uploads/2008/04/logo.gif" alt="Lua Logo" class="alignright" />As you know, we&#8217;ve been using Lua to make prototypes and add mod support to Harvest. However, I&#8217;ve always thought that the C++ binding we&#8217;ve used hasn&#8217;t really worked the way I&#8217;d like it to. Basically we&#8217;ve used simple C functions to create our own Lua library for callbacks, and some <a href="http://lua-users.org/wiki/CppBindingWithLunar">Lunar</a> objects in Harvest. Lunar allows you to do stuff such as this:</p>
<blockquote><p>local stuff = lib.getStuff()<br />
stuff:foobar() &#8212; call C++ member method</p></blockquote>
<p>However, it doesn&#8217;t allow you to do this:</p>
<blockquote><p>local stuff = lib.getStuff()<br />
stuff.onEvent = function(self) print(&#8221;Recieved event!&#8221;) end</p></blockquote>
<p>The problem is that with Lunar all objects of the &#8220;stuff&#8221; class share the same meta table. It&#8217;s possible to modify the meta table in Lua by calling getmetatable(), but then you will be modifying the meta table of <em>all</em> instances of &#8220;stuff&#8230;&#8221;</p>
<p><span id="more-89"></span>In other words I needed a new solution. A friend over at #gamedev (at QuakeNet), Joris &#8220;Interface&#8221; de Gruyter, gave me a link to a <a href="http://www.codeproject.com/KB/cpp/luaincpp.aspx">Lua in C++</a> article at CodeProject. That was great, it had all kinds of useful stuff, but it required the script to be run for each object because it used a &#8220;this pointer&#8221; method, such as:</p>
<blockquote><p>this:foobar() &#8212; call C++ member function<br />
this.onEvent = function(self) end &#8212; create callback function</p></blockquote>
<p>I can imagine this kind of system is great for certain kinds of projects, since it cleans up the Lua code and places different objects into different Lua files. However, this was <em>still</em> not what I wanted! So I scratched my head a while and looked around in the code of the two options&#8230; and then I realized they were combinable!</p>
<p>So the solution I used was to create a new Lunar-like class (called &#8220;Lunamatic,&#8221; after a famous Akarra/Harvest player), since it had that nice member-function pointer stuff, but instead of placing the meta table information in the global scope I recreated the table for every instance of the class. As you can imagine, this is less efficient than using a shared table, so it&#8217;s not useful in <em>every</em> situation, but sometimes. This way I could achieve what I was really looking for, namely:</p>
<blockquote><p>local button1 = gui.createComponent(&#8221;button&#8221;)<br />
local button2 = gui.createComponent(&#8221;button&#8221;)<br />
button1:moveTo(100, 100)<br />
button1.onClick = function(self) print(&#8221;foo&#8221;) end<br />
button2.onClick = function(self) print(&#8221;bar&#8221;) end</p></blockquote>
<p>Since our WordPress skin isn&#8217;t suitable for code dumps, I have put the juicy stuff in our forums. For the interested, pleace follow this link: <a href="http://www.oxeyegames.com/forum/viewtopic.php?f=13&amp;t=346">http://www.oxeyegames.com/forum/viewtopic.php?f=13&amp;t=346</a></p>
<p><em>/jeb</em></p>
<p>PS. The RTS article series will continue &#8220;in 2009&#8243; <img  src='http://www.oxeyegames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  DS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/lua-binding-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>House Globe, Space RTS in the Second Dimension</title>
		<link>http://www.oxeyegames.com/house-globe-space-rts-in-the-second-dimension/</link>
		<comments>http://www.oxeyegames.com/house-globe-space-rts-in-the-second-dimension/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 19:00:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[House Globe]]></category>
		<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/house-globe-space-rts-in-the-second-dimension/</guid>
		<description><![CDATA[Remember &#8220;Because it&#8217;s fun, Fay?&#8221; It was a game we made for the TIGSource Procedural Generation Competition, held earlier this summer. We created it using our Lua script engine, Daisy Moon, which we usually use when we want to prototype different game ideas (we also use Multi-media Fusion sometimes, depending on the situation). The game [...]]]></description>
			<content:encoded><![CDATA[<br />
<b>Warning</b>:  getimagesize(http://www.dawnofdaria.com/Kinten/ourglobe/smBuild.jpg) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests Empty UserAgent
 in <b>/var/www/oxeyegames.com/htdocs/wp-content/plugins/awsompixgallery/pixgallery.php</b> on line <b>1101</b><br />
Invalid image or bad permissions [http://www.dawnofdaria.com/Kinten/ourglobe/smBuild.jpg]<BR>
<br />
<b>Warning</b>:  getimagesize(http://www.dawnofdaria.com/Kinten/ourglobe/smMenu.jpg) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests Empty UserAgent
 in <b>/var/www/oxeyegames.com/htdocs/wp-content/plugins/awsompixgallery/pixgallery.php</b> on line <b>1101</b><br />
Invalid image or bad permissions [http://www.dawnofdaria.com/Kinten/ourglobe/smMenu.jpg]<BR>
<br />
<b>Warning</b>:  getimagesize(http://www.dawnofdaria.com/Kinten/ourglobe/smLarge.jpg) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests Empty UserAgent
 in <b>/var/www/oxeyegames.com/htdocs/wp-content/plugins/awsompixgallery/pixgallery.php</b> on line <b>1101</b><br />
Invalid image or bad permissions [http://www.dawnofdaria.com/Kinten/ourglobe/smLarge.jpg]<BR>
<p>Remember &#8220;<a href="http://www.oxeyegames.com/because-its-fun-fay/">Because it&#8217;s fun, Fay</a>?&#8221; It was a game we made for the <a href="http://www.tigsource.com/features/pgc/index.html">TIGSource Procedural Generation Competition</a>, held earlier this summer. We created it using our Lua script engine, Daisy Moon, which we usually use when we want to prototype different game ideas (we also use <a href="http://www.oxeyegames.com/thewreck-in-retrospect-part-1/">Multi-media Fusion sometimes</a>, depending on the situation). The game turned out to be a two-player platform game with one character living in a rotated dimension, and with a JRPG end-boss fight. Maybe not our greatest game, but if you haven&#8217;t tried it, you can find it <a href="http://www.oxeyegames.com/because-its-fun-fay/">here</a>.</p>
<p>Now it&#8217;s time for a new TIGSource competition and a new game! This time the theme is <a href="http://tigsource.com/articles/2008/08/01/tigcompo-bootleg-demakes">Bootleg Demakes</a>, and people have posted over 100 threads about competition projects. A &#8220;bootleg&#8221; means &#8220;inofficial copy&#8221; and &#8220;demake&#8221; means &#8220;that is made to look as though it were running on older-generation hardware&#8221;. We could obviously not resist competing again and, using our Daisy Moon engine once more, created <strong>House Globe</strong>.</p>
<p>Hit the jump for the full story!</p>
<p><span id="more-62"></span></p>
<p><img class='PxgGlobalImage'  src="http://www.dawnofdaria.com/Kinten/ourglobe/box.gif" height="365" width="373" /></p>
<p><strong>Artifact&#8217;s House Globe &#8211; 2D Real-time Strategy Game</strong></p>
<p>Our competition entry is a demake of the classic Homeworld by Relic. If you haven&#8217;t played it, the short story is that Homeworld is a real-time strategy game in space. Your fleet is centered around your Mothership, which constructs units and is the drop-off zone for resources. In the game you are travelling through space in order to find your homeworld, while evil aliens attempt to destroy you (obviously).</p>
<p>When we began making the game we set our hardware target at the PC games of the mid-ninetees, think <a href="http://en.wikipedia.org/wiki/Dune_2">Dune 2</a> (i.e. the 320&#215;240 resolution is <em>intentional</em>). We wanted to translate Homeworld&#8217;s 3D view to a flat 2D version, while keeping the key features that made Homeworld the game it is. That means your Mothership (called Maternal Vessel in House Globe) is the center piece of your fleet and will construct all units. It also means that we wanted to keep the tactical/strategical toggle that Homeworld has.</p>
<p>Beyond those initial concepts, we felt quite free to design our own game. We put much effort on making the &#8220;micro&#8221; part interesting (good control/response when moving units), and having a balanced technology tree. In the end we believe we managed to make a really good game in only 10 days or so.</p>
<p>Features:</p>
<ul>
<li>2D RTS</li>
<li>Single-player practice vs the computer</li>
<li>1on1 online multi-player</li>
<li>Replay recordings of multi-player games</li>
</ul>
<p>Screenshots:</p>
<p><a href="http://www.dawnofdaria.com/Kinten/ourglobe/Build.jpg"><img class='PxgGlobalImage'></a>  <a href="http://www.dawnofdaria.com/Kinten/ourglobe/Menu.jpg"><img class='PxgGlobalImage'  src="http://www.dawnofdaria.com/Kinten/ourglobe/smMenu.jpg" height="75" width="100" /></a> <a href="http://www.dawnofdaria.com/Kinten/ourglobe/Hunt.jpg"><img class='PxgGlobalImage'></a> <a href="http://www.dawnofdaria.com/Kinten/ourglobe/Large.jpg"><img class='PxgGlobalImage'  src="http://www.dawnofdaria.com/Kinten/ourglobe/smLarge.jpg" height="75" width="100" /></a></p>
<p>Downloads:</p>
<ul>
<li><a href="http://www.oxeyegames.com/files/ourglobe/HouseGlobe.dmg">Mac OS X (Universal Binary, 16 MB)</a></li>
<li><a href="http://www.oxeyegames.com/files/ourglobe/HouseGlobe.rar">Windows (14 MB)</a></li>
</ul>
<p>Check the readme for game controls (it&#8217;s fairly inituitive). If you play any multi-player games, <em>please</em> send us the replay files! And&#8230; have fun! <img  src='http://www.oxeyegames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>/ jeb</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/house-globe-space-rts-in-the-second-dimension/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Harvest Update, Version 1.14</title>
		<link>http://www.oxeyegames.com/harvest-update-version-114/</link>
		<comments>http://www.oxeyegames.com/harvest-update-version-114/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:50:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Harvest]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Updates & Patches]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/harvest-update-version-114/</guid>
		<description><![CDATA[It’s time for another “Harvest: Massive Encounter” update. The new version is numbered 1.14, and is a non-crucial patch that adds mod support to the Creative Mode. We have started a whole new section on the forums related to Harvest modding, head over there now and check out all the mods that are being made! [...]]]></description>
			<content:encoded><![CDATA[<p>It’s time for another “Harvest: Massive Encounter” update. The new version is numbered 1.14, and is a non-crucial patch that adds mod support to the Creative Mode. We have started a whole <a href="http://www.oxeyegames.com/forum/viewforum.php?f=19" title="Harvest Massive Encounter Mods Forum">new section on the forums</a> related to Harvest modding, head over there now and check out all the mods that are being made! The forum section also contains all the necessary information needed to get started with making your own mod. For example, check out <a href="http://www.oxeyegames.com/forum/viewtopic.php?f=19&amp;t=239" title="How to Create Mods">How To Create Mods</a> or <a href="http://www.oxeyegames.com/forum/viewtopic.php?f=19&amp;t=257" title="How to Create Custom Graphics">How To Create Custom Graphics</a> to get you going. All mods are open source and easily changeable in any text editing tool.</p>
<p>The patch contains the following mods:</p>
<ul>
<li><strong>Emulate Normal Mode</strong>:  A mod that works just like the Normal Mode.</li>
<li><strong>Emulate Rush Mode: </strong>A mod that works just like Rush Mode.</li>
<li><strong>Emulate Wave Mode: </strong>A mod that works just like Wave Mode.</li>
<li><strong>Starhawk: </strong>A mod that allows the player to send in a small fighter jet with custom graphics by entering &#8220;starhawk&#8221; in the input field that appears after pressing Enter ingame.</li>
<li><strong>Super Gun</strong>: A mod that allows the player to upgrade defense towers into bullet spewing super guns! These guns don&#8217;t require energy, but instead eat credits when they need to refill ammo.</li>
<li><strong>Infinite Credits: </strong>A mod that gives the player infinite credits.</li>
</ul>
<p>Here’s the <a href="http://www.oxeyegames.com/files/updates/HarvestPatcher114.dmg"><strong>Mac OS X updater for registered users</strong></a> (2.6 MB). Open the dmg and run the patcher, then simply drag and drop the Harvest application on to the patcher’s window.</p>
<p>The <a href="http://www.oxeyegames.com/files/updates/HarvestPatcher114.exe"><strong>Windows update is available here</strong></a> (1.3 MB). This patcher requires a previous installation of Harvest, simply use the same application folder when you run it.</p>
<p>Happy Modding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/harvest-update-version-114/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Because it&#8217;s fun, Fay</title>
		<link>http://www.oxeyegames.com/because-its-fun-fay/</link>
		<comments>http://www.oxeyegames.com/because-its-fun-fay/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:29:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/because-its-fun-fay/</guid>
		<description><![CDATA[During the last couple of weeks we&#8217;ve been working on a small game for TIGSource&#8217;s Procedural Generation competition. The deadline is tonight, and we are just finished! The game&#8217;s called &#8220;Because it&#8217;s Fun, Fay&#8221;, and is about a woman called Fay who has been trapped in a tower by a lonely fairy known as Cornipolous. [...]]]></description>
			<content:encoded><![CDATA[<p>During the last couple of weeks we&#8217;ve been working on a small game for <a href="http://www.tigsource.com">TIGSource</a>&#8217;s Procedural Generation competition. The deadline is tonight, and we are <em>just</em> finished! The game&#8217;s called &#8220;Because it&#8217;s Fun, Fay&#8221;, and is about a woman called Fay who has been trapped in a tower by a lonely fairy known as Cornipolous. Not interested in being anybody&#8217;s pet prisoner, Fay decisively begins to find her way out of the tower. Cornipolous knows there are many dangerous monsters around, and he doesn&#8217;t want her to get hurt, so he&#8217;s forced to assist in her escape.</p>
<p>You can either play yourself or cooperatively with a friend, but in both cases the objective is to get Fay and Corn to the top of the tower, where an evil boss awaits. The topic of the competition was that the game should be different every time you play, so the game&#8217;s level and boss are randomized when the game begins. Download the game here:</p>
<ul>
<li>Mac OS X: <a href="http://www.oxeye.se/files/stuff/BIFF_Mac.zip">http://www.oxeye.se/files/stuff/BIFF_Mac.zip</a></li>
<li>Windows:  <a href="http://www.oxeye.se/files/stuff/BIFF.zip">http://www.oxeye.se/files/stuff/BIFF.zip</a></li>
</ul>
<p>Like the <a href="http://www.oxeyegames.com/forum/viewforum.php?f=19">mods for Harvest</a>, this game has been written completely in Lua. This has been an interesting experiment, and feels like an easy and quick way of testing new game ideas. You will probably see more of this from us <img  src='http://www.oxeyegames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>Hit the jump for a screenshot from the game&#8230;</em></p>
<p><span id="more-57"></span></p>
<p><a href="http://www.oxeye.se/files/stuff/Screen-080602-00.jpg" rel='PixGallery' title=""><img src="http://www.oxeyegames.com//wp-content/uploads/cache/a0c6e79deb1b59ac8105585297a596e5.jpg" height="384" width="512" / class='PxgGlobalImage'></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/because-its-fun-fay/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Modding Harvest</title>
		<link>http://www.oxeyegames.com/modding-harvest/</link>
		<comments>http://www.oxeyegames.com/modding-harvest/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 10:49:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Harvest]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[Mods]]></category>

		<guid isPermaLink="false">http://www.oxeyegames.com/modding-harvest/</guid>
		<description><![CDATA[As some of you might already know, we&#8217;ve been working (experimenting) with adding Lua to Harvest.  The mods allow you to alter the game rules in Creative Mode, and can be used to add new effects, triggers and even gameplay elements. While there still is a lot of work to be done (such as [...]]]></description>
			<content:encoded><![CDATA[<p><img  src="http://www.oxeyegames.com/wp-content/uploads/2008/04/logo.gif" alt="Lua Logo" class="alignright" />As some of you might already know, we&#8217;ve been working (experimenting) with adding <a href="http://www.lua.org">Lua</a> to Harvest.  The mods allow you to alter the game rules in Creative Mode, and can be used to add new effects, triggers and even gameplay elements. While there still is a lot of work to be done (such as modifying alien AI), it&#8217;s already running nicely.</p>
<p>The mod support has its own <a href="http://www.oxeyegames.com/forum/viewforum.php?f=19">forum category</a>, where you will be able to find documentation and other people&#8217;s mods. So far we&#8217;ve released a &#8220;beta patch&#8221; for those who wants to try the mods or make their own ones. You find the patch, and some basic example mods, here: <a href="http://www.oxeyegames.com/forum/viewtopic.php?f=19&amp;t=246">http://www.oxeyegames.com/forum/viewtopic.php?f=19&amp;t=246</a></p>
<p><em>/jeb</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oxeyegames.com/modding-harvest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
