Frictional Games Forum (read-only)

Full Version: My own Custom Story doesn't display on Custom Story Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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=""
/>
It's not custom_stories_settings.cfg, it's custom_story_settings.cfg.
(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