Frictional Games Forum (read-only)

Full Version: Cant see my own Custom story
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made my own custom story, followed everything from youtube, but nothing works.
CFG for my map:

<Main
Name = "Tutorial"
Author = "me"

MapsFolder = "maps/"
StartMap = "Tutorial.map"
StartPos = "PlayerStartArea_1
/>

name of the file is custom_story_settings.cfg

:|
StartPos = "PlayerStartArea_1


Your missing a " at the end of that line.

should look like this

<Main
Name = "Tutorial"
Author = "me"

MapsFolder = "maps/"
StartMap = "Tutorial.map"
StartPos = "PlayerStartArea_1"
/>