sidster51
Junior Member
Posts: 1
Threads: 1
Joined: Jun 2013
Reputation:
0
|
Cant see my own Custom story
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
:|
|
|
06-15-2013, 07:32 PM |
|
7heDubz
Posting Freak
Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation:
41
|
RE: Cant see my own Custom story
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"
/>
(This post was last modified: 06-15-2013, 07:39 PM by 7heDubz.)
|
|
06-15-2013, 07:39 PM |
|