Frictional Games Forum (read-only)
Custom Story won't show up in loader - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Custom Story won't show up in loader (/thread-14674.html)



Custom Story won't show up in loader - LulleBulle - 04-10-2012

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"
/>



RE: Custom Story won't show up in loader - flamez3 - 04-10-2012

Change
StartMap="part1" to


StartMap="part1.map"

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



RE: Custom Story won't show up in loader - LulleBulle - 04-11-2012

(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 -.-