<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Game plugin creation on Linux]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=624</link>
		<description><![CDATA[The most recent posts in Game plugin creation on Linux.]]></description>
		<lastBuildDate>Wed, 29 Jan 2014 06:10:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6276#p6276</link>
			<description><![CDATA[<p>Sorry, forgot to add that the script must be saved as &#039;premake4.lua&#039; (posts edited)</p>]]></description>
			<author><![CDATA[dummy@example.com (com3D)]]></author>
			<pubDate>Wed, 29 Jan 2014 06:10:45 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6276#p6276</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6261#p6261</link>
			<description><![CDATA[<p>Cool! Thanks for clarifying, I really appreciate it. <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Also, does this premake script template have a specific file extension? Please let me know.</p><p>EDIT:</p><p>Hey, Sponk! I downloaded the DEB packages and they installed like they were supposed to. Thanks a lot, man.</p>]]></description>
			<author><![CDATA[dummy@example.com (sunnystormy)]]></author>
			<pubDate>Tue, 28 Jan 2014 16:18:41 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6261#p6261</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6260#p6260</link>
			<description><![CDATA[<p>Yes, with this script you can build plugings for linux using make or Code::Blocks.</p><p>This script must be saved as &#039;premake4.lua&#039;</p><p>First download latest <a href="http://industriousone.com/premake/download">Premake</a> (currently version 4.4) and put it in your Maratis project folder.<br />Then put the premake script template in this folder and modify 2 lines:<br />&nbsp; &nbsp; - replace MSDK/ in msdk = &quot;MSDK/&quot; by the path to your Maratis MSDK folder<br />&nbsp; &nbsp; - replace PluginSources in sources_folder = &quot;PluginSources&quot; by the name of the folder containing the sources of your plugin</p><p>In your Maratis project folder, create a bash file (a text file with .sh extension) with this content:<br /></p><div class="codebox"><pre><code>./premake4 codeblocks</code></pre></div><p>Executing this bash file (by clicking it) will generate the Code::Blocks project files for you.<br />Alternatively use the console to go inside this folder and then type the code above.</p><p>For building using make, create a bash file with this content in your Maratis project folder:<br /></p><div class="codebox"><pre><code>./premake4 gmake
make</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (com3D)]]></author>
			<pubDate>Tue, 28 Jan 2014 07:12:53 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6260#p6260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6256#p6256</link>
			<description><![CDATA[<p>Hey, Sponk, I&#039;ll download the new DEB file later and test it. Thank you for doing this.</p><p>Com3D, does your reply apply to my situation as well? If so, would you mind explaining the process and what&#039;s going on with the script (i.e. what kind of file it is, where it should be placed, etc.)? I&#039;d like to understand it better. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (sunnystormy)]]></author>
			<pubDate>Mon, 27 Jan 2014 16:17:24 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6256#p6256</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6255#p6255</link>
			<description><![CDATA[<p>com3D: Thanks, I did not know that <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>sunnystormy: Whoops, used the wrong arch in the package...</p><p>Sponk</p><p>EDIT: *retest*</p><p>Ubuntu/Debian:<br /><a href="http://www.scary-squid.de/downloads/maratis-dev-all.deb">http://www.scary-squid.de/downloads/maratis-dev-all.deb</a></p><p>openSUSE:<br /><a href="http://www.scary-squid.de/downloads/maratis-dev-0.1-2.noarch.rpm">http://www.scary-squid.de/downloads/mar &#133; noarch.rpm</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Mon, 27 Jan 2014 15:58:51 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6255#p6255</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6249#p6249</link>
			<description><![CDATA[<p>Just a precision, MCore.so &amp; MEngine.so are not required on linux as no linking is required.<br />You just need MSDK headers (includes). Look <a href="http://forum.maratis3d.com/viewtopic.php?id=825]here">http://forum.maratis3d.com/viewtopic.php?id=825]here</a> for more details.</p>]]></description>
			<author><![CDATA[dummy@example.com (com3D)]]></author>
			<pubDate>Mon, 27 Jan 2014 06:06:35 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6249#p6249</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6248#p6248</link>
			<description><![CDATA[<p>Hey, Sponk. Just downloaded the Debian package and GDebi tells me that it&#039;s the wrong architecture: &quot;i368&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (sunnystormy)]]></author>
			<pubDate>Mon, 27 Jan 2014 04:21:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6248#p6248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6245#p6245</link>
			<description><![CDATA[<p>sunnystormy: The development headers are not included at this point. I will release a second package (maratis-dev) with the headers to meet Debian/Ubuntu naming requirements</p><p>Sponk</p><p>PS: Maybe we should try to get Maratis into the Debian standard repository? Just an idea <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>EDIT: Just built a first version of the package. Testing is appreciated!<br /><a href="http://scary-squid.de/downloads/maratis-dev-amd64.deb">http://scary-squid.de/downloads/maratis-dev-amd64.deb</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Sun, 26 Jan 2014 15:09:23 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6245#p6245</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6243#p6243</link>
			<description><![CDATA[<p>Hi sunnystormy, I don&#039;t know what is included in the debian installer.</p><p>if it&#039;s not included in the package you need :<br />- the headers from the MSDK/MCore and MSDK/MEngine<br />- the libraries mcore.so and mengine.so (it could also be named libmcore.so and libmengine.so)<br />there should be next to Maratis application</p><p>from codeblocks, you just have to specify the path where the headers and libraries are</p><p>Better to check with Sponk.</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Sun, 26 Jan 2014 08:53:07 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6243#p6243</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6242#p6242</link>
			<description><![CDATA[<p>Hey all! I&#039;ve just gotten Maratis to work on my Linux environment thanks to Sponk&#039;s Debian installer. However, when trying to build the fish behavior plugin demo, Codeblocks is claiming to be missing the header files for MEngine. Do I need to download the MSDK folder from the subversion trunk and bring it into the project? If you have any feedback, I&#039;d really appreciate it. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (sunnystormy)]]></author>
			<pubDate>Sun, 26 Jan 2014 06:03:24 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6242#p6242</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4018#p4018</link>
			<description><![CDATA[<p>BitPuffin is completely right. It works without any hassle.<br />I will eventually create an openSUSE rpm for better system integration (i.e. Icon in the KDE-Menu and similar)<br />but I have not much time right now so I will come back to it later.</p><p>About my project: It is nothing that special after all (I have not enough 3D-Artists for now <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p><p>Basically you have a jump&#039;n&#039;run environment just like the old games of Nintendo where you can jump, run and take items in an 3D-Rendered environment. Though you have an 3D environment you can only move in 2D space.</p><p>I will upload a video on Youtube when it is worth to be shown.</p><p>Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Wed, 17 Apr 2013 21:26:19 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4018#p4018</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3988#p3988</link>
			<description><![CDATA[<p>I can report today that when downloading Maratis for openSUSE 12.3 it worked fine out of the box after installing some 32 bit versions of dependencies for maratis via the package manager.</p><p>Cheers!</p>]]></description>
			<author><![CDATA[dummy@example.com (BitPuffin)]]></author>
			<pubDate>Sat, 13 Apr 2013 01:33:25 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3988#p3988</guid>
		</item>
		<item>
			<title><![CDATA[Re: Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3894#p3894</link>
			<description><![CDATA[<p>Hi,<br />thanks for the feedback.</p><p>You said you are working on openSUSE, just to know, is the build from Maratis website working by default ?<br />or did you have to compile maratis yourself for this distribution ?</p><p>Hope to hear more about your project <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Anaël.</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Fri, 29 Mar 2013 03:03:56 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3894#p3894</guid>
		</item>
		<item>
			<title><![CDATA[Game plugin creation on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3893#p3893</link>
			<description><![CDATA[<p>Hey community,</p><p>Currently I am trying to create a game plugin for my current project but I ran into one serious issue: Maratis does not recognize the game plugin<br />(i.e. The custom behaviour does not show up in the editor). <br />I used the code from the game plugin example (Here ==&gt; <a href="http://www.maratis3d.org/?p=500)">http://www.maratis3d.org/?p=500)</a> and compiled it into a *.so<br />and copied that to my game project directory.</p><p>My OS currently is openSUSE 12.3 64bit.<br />I was able to compile use the plugin on Windows so my question is: Are game plugins implemented for Linux?<br />If yes: Any ideas what I can try to get it work?</p><p>Thanks for all answers/comments</p><p>Sponk</p><p>PS: This is the makefile used to compile the plugin: <a href="http://pastebin.com/VbmUccWV">http://pastebin.com/VbmUccWV</a></p><p>Edit: I finally found the error. I forgot to link the files together in the makefile. Everything is working now. By the way: Maratis should report why it could not load the plugin for better debugging <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Thu, 28 Mar 2013 10:07:58 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3893#p3893</guid>
		</item>
	</channel>
</rss>
