Frictional Games Forum (read-only)
My own Custom Story doesn't display on Custom Story Menu - 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: My own Custom Story doesn't display on Custom Story Menu (/thread-16240.html)



My own Custom Story doesn't display on Custom Story Menu - Bierton - 06-17-2012

I have been working on my very first custom story and have followed numerous tutorials on Youtube to get it working. However, I have just finished the first level on it and I wanted to test it out to see if it worked properly. Problem is though the custom story is being displayed on the Custom Story menu in game. I've put it in the right folder and I have the custom_stories_settings.cfg file in which contains these codes;

<Main
Name="TheDarkestSecrets"
Author="Bierton"
ImgFile=""

MapsFolder= "maps/"
StartMap="entrance.map"
StartPos="PlayerStartArea_1"
/>
I've googled the problem and have tried numerous ways to fix it with no success. If anyone has any help that would be really helpful. Thanks
Bierton


RE: My own Custom Story doesn't display on Custom Story Menu - Rownbear - 06-18-2012

make sure the map is actually called entrance.map, otherwise it wont show up, as for the file mine works like this
Spoiler below!
<Main
Name="Professor Brislows Castle"
Author="Rownbear"
ImgFile="game_loading_brennenburg.jpg"

StartMap="00Outside.map"
StartPos=""
/>



RE: My own Custom Story doesn't display on Custom Story Menu - Your Computer - 06-18-2012

It's not custom_stories_settings.cfg, it's custom_story_settings.cfg.


RE: My own Custom Story doesn't display on Custom Story Menu - Bierton - 06-20-2012

(06-18-2012, 01:14 AM)Your Computer Wrote: It's not custom_stories_settings.cfg, it's custom_story_settings.cfg.
DOH! thanks for that. Didn't notice that part, Thanks Big Grin