Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Level Editor Help Custom Loading
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#1
Custom Loading

Sorry for posting so much stuff lately but i would like to know, if anybody knows, how i can assign the leveleditor the directories to load.

The problem is that after i've created a full conversation (this one) but my custom models are in another folder that is not under the main redist folder that i think is used to load all data into the leveleditor. And if i would just move them to the main redist folder i couldn't play with the as i want my conversation to be fully isolated. I hope you have an answere for this.

If you don't draw first, you don't get to draw at all... -The False Shepherd
(This post was last modified: 11-06-2013, 08:49 PM by RaideX.)
11-06-2013, 08:48 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: Custom Loading

Go to RESOURCES,
And add this line at FIRST :
<Resources>
<Directory Path="/YOURMODNAME" AddSubDirs="true" />
<Directory Path="/Premonition_misc" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/commentary" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/flashbacks" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/main_menu" AddSubDirs="true" />
<Directory Path="/maps" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />

</Resources>

I am not 100% sure, but i Always do it and works perfect!
Do this in AMNESIA RESOURCES,
AND
YOUR RESOURCES in your mod.
Hope this helps you a bit.
(This post was last modified: 11-06-2013, 08:59 PM by DnALANGE.)
11-06-2013, 08:57 PM
Find
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#3
RE: Custom Loading

awesome! that was it, thanks for that. :3

If you don't draw first, you don't get to draw at all... -The False Shepherd
11-06-2013, 09:49 PM
Find




Users browsing this thread: 1 Guest(s)