<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Finished Adventure Game]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=1108&amp;type=atom"/>
	<updated>2014-12-27T15:48:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=1108</id>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7462#p7462"/>
			<content type="html"><![CDATA[<p>Can you separate the archive in 1gb of files, that would be helpful.</p>]]></content>
			<author>
				<name><![CDATA[Akira_san]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2764</uri>
			</author>
			<updated>2014-12-27T15:48:03Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7462#p7462</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7461#p7461"/>
			<content type="html"><![CDATA[<p>Here is that small project I just did:</p><p><a href="https://dl.dropboxusercontent.com/u/109942313/Tunnel%20Jump.zip">https://dl.dropboxusercontent.com/u/109 &#133; 20Jump.zip</a></p><p>Right now I am using a box collision for the monkey, but the convex-hull bounding creates lag.</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-12-27T05:50:27Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7461#p7461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7460#p7460"/>
			<content type="html"><![CDATA[<p>We apologize for the uncommented code, as we didn&#039;t really intend for anyone else to read it too thoroughly. It was intended to be efficient (although, towards the end, it starts to diverse with a bit of redundancies--we were forced to leave them due to deadlines), as the programmer has been using Lua for well over 6 years. <br />In Lua, procedural code is much more efficient as OOP isn&#039;t inherent to Lua. There are a few attempts at using object-based code, albeit. The code would just occupy more file space by implementing objects; not sure if it would have helped with error debugging. Probably.<br />I do not think the issue with exporting is within the code, but I do think that it can cause a bit of lag. There are for loops that iterate over all objects with a certain name and values that are ran over and over again rather than storing them in a variable. I can try to fix the redundancies, but I think the problem, as you capitalized, is the number of polygons</p>]]></content>
			<author>
				<name><![CDATA[cygorx]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2837</uri>
			</author>
			<updated>2014-12-27T04:48:40Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7460#p7460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7459#p7459"/>
			<content type="html"><![CDATA[<p>Whew! 3GBs. If I get it downloaded, I will look it over. Before I run it however, I am guessing that you have a lot of polys, which would slow down the frame rate, and result in bad collision issues. 3 gigabytes is very large for such a game as this.</p><p>If you would like any tips on my workflow (which I am still working out) I would love to help. I will be uploading a demo level soon.</p><p>I currently use Google Sketchup, Blender, and Maratis.</p><p>Edit: Well, this definitely is a full (and seriously programmed) game! hehe. </p><p>As far as the code goes, I think an object oriented approach would have made debugging much easier. I had started working on a starter library for Maratis, but went away to learn Python. Moving back towards games now, so I will be on here a bit more. </p><p>My approach at the whole thing would have been much, much more simplistic (it sorta looks like spaghetti). </p><p>The scripts don&#039;t describe what they do, and comments like &quot;random collision stuff&quot; doesn&#039;t help to describe. So whether another person is working on this or not with you, it will be more frustrating for you to debug it.</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-12-27T02:03:06Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7459#p7459</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7458#p7458"/>
			<content type="html"><![CDATA[<p><a href="https://mega.co.nz/#!7Vox3QaR!69llYa9IBJB2b0bQF8XV3rCzimLVFIA9PpSi7dG_w7Y">https://mega.co.nz/#!7Vox3QaR!69llYa9IB &#133; pSi7dG_w7Y</a></p>]]></content>
			<author>
				<name><![CDATA[cygorx]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2837</uri>
			</author>
			<updated>2014-12-26T23:39:23Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7458#p7458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7457#p7457"/>
			<content type="html"><![CDATA[<p>Well, I can run it on my PC. I can&#039;t get past the little mounds with the chains. Just too hard to jump. </p><p>It does have a little lag.</p><p>Would you mind uploading the project file? That way we can help more. I will be more than happy to help you.</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-12-25T20:04:15Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7457#p7457</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7456#p7456"/>
			<content type="html"><![CDATA[<p>Well, i don&#039;t know. I really just don&#039;t know what to do. I&#039;ve put hundreds of hours into this but in the end it doesn&#039;t matter because maratis is a shitty engine with a shitty exporter and thus my game will never be able to be played outside of the engine. I give up. I&#039;ve tried everything to get this to work. If anyone has any idea of what to do with this, thanks. otherwise i&#039;m moving on to try another engine that might actually work. And i&#039;m sorry Anael, i&#039;m sure you&#039;ve put a lot of time into this but right now i&#039;m just so frustrated you have no idea.</p><p>And Tutorial Doctor, i don&#039;t know how to do that and it probably wouldn&#039;t even work since it can&#039;t even run on windows.</p>]]></content>
			<author>
				<name><![CDATA[cygorx]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2837</uri>
			</author>
			<updated>2014-12-25T19:52:27Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7456#p7456</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7455#p7455"/>
			<content type="html"><![CDATA[<p>Some problems on my side also :</p><p>over 4 attemps to launch the game, <br />i had 3 times <br /></p><div class="quotebox"><blockquote><p>Runtime Error !<br />This application has requested the Runtime to terminate it in an unusual way.<br />Please contact support.. blabla</p></blockquote></div><p>And one time the game launched, but after a few seconds the game almost froze (FPS dramatically drops, like when you try to spawn many many objects at once in maratis) and i wasn&#039;t able to move, but the music was still playing normally</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-12-25T04:59:15Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7455#p7455</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7454#p7454"/>
			<content type="html"><![CDATA[<p>Downloaded it, but it is an exe and I am on a mac. Gonna compile a version for mac?</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-12-25T04:28:20Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7454#p7454</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Finished Adventure Game]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=7453#p7453"/>
			<content type="html"><![CDATA[<p><a href="https://mega.co.nz/#!jcxgHKJB!-gxwW7Vtf0Y0_t4B5I-zrSFRnmDijnfKx4oCS60UjkY">https://mega.co.nz/#!jcxgHKJB!-gxwW7Vtf &#133; 4oCS60UjkY</a><br />So here is a finished project I&#039;ve been working on. I had a lot of problems with exporting it and it ran a lot better in the engine than after export. It is behaving differently on different computers ( sometime missing textures, loading levels very slowly, or not running at all) and it is doing this thing i couldn&#039;t figure out how to fix where it would think that terrain objects were larger than they actually were and would allow you to stand on them even if you were too far away from them and you would just float. So, if anyone knows how to fix any of these problems or has any other feedback, let me know!<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[cygorx]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2837</uri>
			</author>
			<updated>2014-12-25T03:35:00Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=7453#p7453</id>
		</entry>
</feed>
