Frictional Games Forum (read-only)

Full Version: Level editor bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
Come on Skype i''ll check it out
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.
Thanks Happiness, I got it to work thanks to you :3