Frictional Games Forum (read-only)
[LVL ED] Custom Props Dissapear every time i open editor - 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] Custom Props Dissapear every time i open editor (/thread-15389.html)



Custom Props Dissapear every time i open editor - heyitsrobert97 - 05-12-2012

Hi. I Added A Custom Plane And A Custom Door into my map. when i play the map its there but everytime i open the level editor it says 'Error' check log then the custom props aren't in the map. i haven't touched the props or moved them and help?


RE: Custom Props Dissapear every time i open editor - Adny - 05-12-2012

(05-12-2012, 11:00 AM)heyitsrobert97 Wrote: Hi. I Added A Custom Plane And A Custom Door into my map. when i play the map its there but everytime i open the level editor it says 'Error' check log then the custom props aren't in the map. i haven't touched the props or moved them and help?
Are you custom props located somewhere inside your redist folder (in static objects or entities)?


RE: Custom Props Dissapear every time i open editor - heyitsrobert97 - 05-12-2012

The Props Are In The Custom Storys folder in where my cs is in a folder called entities

Its Not The Map_Caches its the editor forgets where the custom props are Undecided should i just make a folder in the main amnesia redist for now


RE: Custom Props Dissapear every time i open editor - FragdaddyXXL - 05-15-2012

Happens to me when I use a custom gobo for spotlights. It's just a bit of a nuisance.


RE: Custom Props Dissapear every time i open editor - Obliviator27 - 05-15-2012

This is happening because your editor only pulls files from the redist entities/static_objects.
If you're using them straight from the custom_stories folder, they won't show up in the editor when you load. Just make you own folder in entites (Like, CustomEntities or something), and it'll successfully load the models in your editor.


RE: Custom Props Dissapear every time i open editor - Homicide13 - 05-15-2012

Or just add the line
<Directory Path="/custom_stories" AddSubDirs="true" />
to your resources.cfg file.

That works too. ^^


RE: Custom Props Dissapear every time i open editor - Stepper321 - 05-15-2012

I think it's easier to put it in a Custom folder in the entities, or static objects. And in your Custom Story folder. So you don't need to edit any files.