Frictional Games Forum (read-only)

Full Version: Playerstart Area fail...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My playerstart area is ruined or something..

I've set the level door to spawn at PlayerStartArea_2.
But it spawns at playerstartarea_1.
What should I do?
-Dizturbed
can you post your custom_story_settings.cfg
<Main
ImgFile = ""
Name = "Disturbed"
Author = "Dizturbed"

MapsFolder = "maps/"
StartMap = "Start.map"
StartPos = "PlayerStartArea_1"
/>
(08-02-2011, 07:48 PM)Dizturbed Wrote: [ -> ]StartPos = "PlayerStartArea_1"

I think it is obvious what to do next. Tongue
Oh, I wrote wrong.. I set the level door to area 1.. not 2 :p
(08-02-2011, 08:01 PM)Your Computer Wrote: [ -> ]
(08-02-2011, 07:48 PM)Dizturbed Wrote: [ -> ]StartPos = "PlayerStartArea_1"

I think it is obvious what to do next. Tongue
change StartPos = "PlayerStartArea_1"
to:StartPos = "PlayerStartArea_2"
(08-02-2011, 08:01 PM)Your Computer Wrote: [ -> ]
(08-02-2011, 07:48 PM)Dizturbed Wrote: [ -> ]StartPos = "PlayerStartArea_1"

I think it is obvious what to do next. Tongue

lawl