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
Custom Story won't show up in loader
LulleBulle Offline
Member

Posts: 101
Threads: 33
Joined: Feb 2012
Reputation: 0
#1
Custom Story won't show up in loader

I've made a custom story and it won't show up in "custom stories" in Amnesia. The story is placed in "Custom Stories" in my Amnesia folder.

The Gunnarssons/
|- maps/
| |- part1.hps
| |- part1.map
|
|- custom_story_settings.cfg
|- extra_english.lang

Inside the custom story i have the following:
<main
    Name="The Gunnarssons"
    Author="Voodoo"
    ImgFile=""
    
    MapsFolder="maps/"
    StartMap="part1"
    StartPos="PlayerStartArea"
/>
04-10-2012, 10:19 AM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Custom Story won't show up in loader

Change
StartMap="part1" to


StartMap="part1.map"

StartPos="PlayerStartArea" make sure that is named correctly. Is it PlayerStartArea, or is it PlayerStartArea_1?

(This post was last modified: 04-10-2012, 11:02 AM by flamez3.)
04-10-2012, 11:02 AM
Find
LulleBulle Offline
Member

Posts: 101
Threads: 33
Joined: Feb 2012
Reputation: 0
#3
RE: Custom Story won't show up in loader

(04-10-2012, 11:02 AM)flamez3 Wrote: Change
StartMap="part1" to


StartMap="part1.map"

StartPos="PlayerStartArea" make sure that is named correctly. Is it PlayerStartArea, or is it PlayerStartArea_1?
Oh god, what a silly error. Yes PlayerStartArea is correct ( too lazy to have the 1) but i forgot map -.-
04-11-2012, 10:35 AM
Find




Users browsing this thread: 1 Guest(s)