Frictional Games Forum (read-only)
Entities dissapear when entering level editor again![LOCKED] - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Entities dissapear when entering level editor again![LOCKED] (/thread-25615.html)



Entities dissapear when entering level editor again![LOCKED] - Radical Batz - 07-06-2014

This is weird, is it supposed to happen?

I am making a mod and I am loading an entity which are a chest of drawers_alt from mfp and I'm getting them from my entities folder of my FULL CONVERSION MOD

and everytime I re enter the level editor into the map it says "Found some errors while loading file. Check log for details. File index is out of bounds!"

Are you supposed to put that entity in the original entities folder too for it to work? I thought you can just get them from your full conversion mod only and it works, but nope :/


RE: Entities dissapear when entering level editor again! - PutraenusAlivius - 07-06-2014

You probably didn't list the directory of your FC in both the Amnesia and your FC's Resources.cfg.


RE: Entities dissapear when entering level editor again! - Radical Batz - 07-06-2014

(07-06-2014, 12:59 PM)Harry Potter Wrote: You probably didn't list the directory of your FC in both the Amnesia and your FC's Resources.cfg.

That can't be! This is my resource file
PHP Code:
<Resources>
    <
Directory Path="/Lifeless_TheAbandon2" AddSubDirs="true" />
    <
Directory Path="/Lifeless_TheAbandon2_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



RE: Entities dissapear when entering level editor again! - DnALANGE - 07-06-2014

I'm on Skype badcat
I'll help you there.


RE: Entities dissapear when entering level editor again! - Radical Batz - 07-06-2014

Never mind guys Dnalange helped me solve it. This thread is now locked. Pls kreakkon lock this thread if you could pls.