Frictional Games Forum (read-only)
[LVL ED] Level editor bug? - 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: [LVL ED] Level editor bug? (/thread-30214.html)



Level editor bug? - goodcap - 07-06-2015

I am using quite a bit of custom textures and they work fine, but as soon as I save the level and quit the leveleditor and restart it for whatever reason all the textures are invisible and I have to choose all the materials again. This happens every time when I close the leveleditor and sometimes they're even invisible when i'm playing the level.


The textures are all high resolution. Did I run out of level editor memory or something?


How do I fix this?


[Image: nJChyfm.jpg]



[Image: zbOVc5R.jpg]


[img][Image: nJChyfm.jpg][/img]


RE: Level editor bug? - DnALANGE - 07-06-2015

Come on Skype i''ll check it out


RE: Level editor bug? - FlawlessHappiness - 07-06-2015

Check your ressources.cfg file.

It needs this line in the top
PHP Code:
<Directory Path="/custom_stories" AddSubDirs="true" /> 

Then, you need to place all the textures not only in your custom story's folder, but also in the actual static_objects folder in redist/
It's important, so that the level editor can load the custom textures.


RE: Level editor bug? - goodcap - 07-06-2015

Thanks Happiness, I got it to work thanks to you :3