<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
		<link>https://gprogs.com/viewtopic.php?id=109</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=109&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in NODE = smgr.Loadscene("media/example.irr") dont't work.]]></description>
		<lastBuildDate>Sun, 01 Oct 2006 17:58:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=480#p480</link>
			<description><![CDATA[<p>Great !</p><p>thanks gman</p>]]></description>
			<author><![CDATA[null@example.com (Kali)]]></author>
			<pubDate>Sun, 01 Oct 2006 17:58:43 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=480#p480</guid>
		</item>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=479#p479</link>
			<description><![CDATA[<p>the function returns a bool not a node.&nbsp; if you need to check if the scene loaded properly then you check the return value of LoadSceneFromFile().</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 01 Oct 2006 17:57:27 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=479#p479</guid>
		</item>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=478#p478</link>
			<description><![CDATA[<p>ok, that work !</p><p>you don&#039;t use node=</p><p>!</p>]]></description>
			<author><![CDATA[null@example.com (Kali)]]></author>
			<pubDate>Sun, 01 Oct 2006 17:28:54 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=478#p478</guid>
		</item>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=476#p476</link>
			<description><![CDATA[<p>no problem.&nbsp; we will get the communication down and thank you <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; the wrapper uses LoadSceneFromFile() instead of LoadScene().&nbsp; so change your code to:<br /></p><div class="codebox"><pre><code>smgr.LoadSceneFromFile(&quot;media/example.irr&quot;)</code></pre></div><p>be sure to change your path appropriately.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 01 Oct 2006 16:21:52 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=476#p476</guid>
		</item>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=475#p475</link>
			<description><![CDATA[<p>hello Gman.<br />First, thanks for the best wrapper everywer<br />second, excuse my poor english, i&#039;m French !</p><p>Gman, the fonction&nbsp; &nbsp;&quot;smgr.Loadscene&quot;&nbsp; must load an .irr file (new files type exported by the irredit application)</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Kali)]]></author>
			<pubDate>Sun, 01 Oct 2006 15:57:28 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=475#p475</guid>
		</item>
		<item>
			<title><![CDATA[Re: NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=474#p474</link>
			<description><![CDATA[<p>greetings Kali <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; this one falls under the differences in languages.&nbsp; while the vast majority of the Irrlicht mod is a one-to-one mapping with method names from the original API, unfortunately BlitzMax doesnt have overloaded methods.&nbsp; the original LoadFile() in the API has two versions.&nbsp; one for loading from a filepath and one for loading from an instance of IReadFile.&nbsp; in the Irrlicht mod, these two methods have become LoadSceneFromFile() and LoadSceneFromFileIO().&nbsp; IO is the version that takes the IReadFile and LoadSceneFromFile() is the version you are looking for.&nbsp; try that and let me know how it goes <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 01 Oct 2006 13:29:32 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=474#p474</guid>
		</item>
		<item>
			<title><![CDATA[NODE = smgr.Loadscene("media/example.irr") dont't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=472#p472</link>
			<description><![CDATA[<p>wat&#039;s problem ?</p>]]></description>
			<author><![CDATA[null@example.com (Kali)]]></author>
			<pubDate>Sat, 30 Sep 2006 16:31:22 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=472#p472</guid>
		</item>
	</channel>
</rss>
