Frictional Games Forum (read-only)
Custom Story Problem - 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: Custom Story Problem (/thread-18471.html)



Custom Story Problem - Brothersvv09 - 09-23-2012

<removed><removed><removed>


RE: Custom Story Problem - The chaser - 09-23-2012

If you want the player to go to another map with a level door, just put the file of the desired map in the level door. If you want it by script, then show up your script so we can help you.


RE: Custom Story Problem - Statyk - 09-24-2012

Have you placed a designated PlayerStartArea in the second level? the .map file and PlayerStartArea must be specified in the level door's entity tab.


RE: Custom Story Problem - Chap - 09-24-2012

Make sure you do all of the following:

Map1:
1. Under the door you want to use, add your target map under 'map file' entry in the entity tab.
2. Under the same tab, add your target spawn point that is in your target map.
Map2:
1. Create the destination spawn.

So long as you name everything correctly, this is all the steps you need (note you'll need to do the same reversed if you wish to be able to travel back through the door).