Frictional Games Forum (read-only)

Full Version: [Solved] My level crashes the game!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've built a level with standart puzzles, custom stuff, and notes, monsters and so on...

When I did everything in this level, I want to go out and change the map via a level door. But when I access this door, every sound just stops (music, sounds of torches) and the game crashes! I can't go out of the level anymore!
Are there any known bugs or solutions?

I can post my script and the .map file if you want.
Yes, if post your map and script here. Post your HPL.log too. It's in My Documents/Amnesia/Main/. Just copy-paste the contents into a spoiler bar.
(12-04-2014, 12:56 PM)A toad Wrote: [ -> ]Yes, if post your map and script here. Post your HPL.log too. It's in My Documents/Amnesia/Main/. Just copy-paste the contents into a spoiler bar.

I am officially stupid. I looked into the hpl.log and found out that I hadn't put a PlayerStart area in the level the door in the crashing level lead to.
I'll look if it is fixed after putting a playerstart.

(12-04-2014, 01:05 PM)ztp Wrote: [ -> ]
(12-04-2014, 12:56 PM)A toad Wrote: [ -> ]Yes, if post your map and script here. Post your HPL.log too. It's in My Documents/Amnesia/Main/. Just copy-paste the contents into a spoiler bar.

I am officially stupid. I looked into the hpl.log and found out that I hadn't put a PlayerStart area in the level the door in the crashing level lead to.
I'll look if it is fixed after putting a playerstart.

Yep, it worked. That comes with the experience, with a little searching you'll find the mistake yourself.
Thanks for the help though.