Frictional Games Forum (read-only)
Help with Custom Story! - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Help with Custom Story! (/thread-5500.html)



Help with Custom Story! - Damondestroyer - 11-21-2010

Basically, i made my custom story, but it doesnt appear in the list. I made a folder in the custom story folder with everything in it, and in that folder my .cfg settings and a subfolder with my map. But, am i missing anything? If its the MAP_CACHE, i have no idea how to get that. Thank you in advance.


RE: Help with Custom Story! - Chilton - 11-21-2010

Do you have a .hps for the map? And are you sure the .cfg is done correctly?


RE: Help with Custom Story! - Akumasama - 11-21-2010

.hps is not necessary.

This is what a basic map looks like.

Code:
custom_stories>
   "story name">
      custom_story_settings.cfg
      maps>
         "map name".hps
         "map name".map

The arrow is a new sub-folder


RE: Help with Custom Story! - Damondestroyer - 11-22-2010

It still doesnt seem to appear. I made a .hps file of the same name of the map, but nothing.


RE: Help with Custom Story! - Chilton - 11-22-2010

Then you should probably post the contents of your cfg, for verification purposes - Redacting the name of the story if you want to.

Also, .hps may not be necessary, but its best not to just jab your finger into one mark and ignore any others;


RE: Help with Custom Story! - Damondestroyer - 11-26-2010

<Main
Name="Test map!"
Author="Damondestroyer"
ImgFile=""

StartMap="test_map.map"
StartPos="PlayerStartArea_1"
/>


RE: Help with Custom Story! - Chilton - 11-26-2010

(11-26-2010, 12:51 AM)Damondestroyer Wrote: <Main
Name="Test map!"
Author="Damondestroyer"
ImgFile=""

MapsFolder = "*Insert Folder Containing Maps Name Here/"
StartMap="test_map.map"
StartPos="PlayerStartArea_1"
/>

You seem to be forgetting one important thing...
Also, the / is intentional, and are the ". Just fill in the * marked area, deleting the *'s as well.

so
MapsFolder = "maps/"
Would work