Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant see my own Custom story
sidster51 Offline
Junior Member

Posts: 1
Threads: 1
Joined: Jun 2013
Reputation: 0
#1
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
Find
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#2
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
Find




Users browsing this thread: 1 Guest(s)