Frictional Games Forum (read-only)

Full Version: Custom Story won't show up in loader
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
Code:
<main
    Name="The Gunnarssons"
    Author="Voodoo"
    ImgFile=""
    
    MapsFolder="maps/"
    StartMap="part1"
    StartPos="PlayerStartArea"
/>
Change
StartMap="part1" to


StartMap="part1.map"

StartPos="PlayerStartArea" make sure that is named correctly. Is it PlayerStartArea, or is it PlayerStartArea_1?
(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 -.-