Frictional Games Forum (read-only)
Issues with Level 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: Issues with Level Editor (/thread-20077.html)



Issues with Level Editor - afroduckie - 01-27-2013

My level editor crashes about every five minutes while I am trying to design my level. The BlackBox thing pops up too. It also didn'd do this at first either. It also wont show parts of my map while I am testing in in-game. Entire walls didnt render or show up at all. You could literally walk straight through them. I currently dont have any major scripts in my .hps file. Help?


RE: Issues with Level Editor - The chaser - 01-27-2013

Could you please give more details? If it's custom content, that must be the problem. What error pops-up?

Also, go to Documents<HPL2<LevelEditor.log in windows and copy-paste what it says.


RE: Issues with Level Editor - afroduckie - 01-27-2013

I havent used custom content yet. It was a static object {walls} that were not properly showing up. The log didnt show the crash but it talked about inconsistent static entities and badly saved entities:



Game Running
--------------------------------------------------------

/////////////////////////////////////////////////////////////////
// Resetting scene
/////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////
// Loading file C:/Program Files (x86)/Steam/steamapps/common/Amnesia The Dark Descent/custom_stories/Rise of the Fallen/maps/lvl1/lvl1.map
/////////////////////////////////////////////////////////////////

Inconsistency found in file entities/furniture/stove_front02/stove_front02.ent : no subtype Static in type StaticProp
Using type Entity <Entity> StaticProp for badly saved file entities/furniture/stove_front02/stove_front02.ent
Inconsistency found in file entities/furniture/stove_front01/stove_front01.ent : no subtype Static in type StaticProp
Using type Entity <Entity> StaticProp for badly saved file entities/furniture/stove_front01/stove_front01.ent
Inconsistency found in file entities/furniture/sofa/sofa.ent : no subtype Static in type StaticProp
Using type Entity <Entity> StaticProp for badly saved file entities/furniture/sofa/sofa.ent


RE: Issues with Level Editor - The chaser - 01-27-2013

That means something is wrong with the entities itself. Re-installing the game AND editor may be the solution.