Frictional Games Forum (read-only)
Can't find my custom map in amnesia custom map 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: Can't find my custom map in amnesia custom map menu. (/thread-10029.html)



Can't find my custom map in amnesia custom map menu. - jordan3878 - 08-28-2011

Can't find my map in menu i have everything how it is so whats wrong ? Anyone know ?

Thanks Smile


RE: Can't find my custom map in amnesia custom map menu. - cksonja - 08-28-2011

i might be able to help-just tell me if ur a steam user Big Grin


RE: Can't find my custom map in amnesia custom map menu. - Juby - 08-28-2011

if you mean it's not showing up in the custom story menu, the probable cause is that something is incorrect in your custom_story_settings.cfg file.


RE: Can't find my custom map in amnesia custom map menu. - jordan3878 - 08-29-2011

This is what is in the custom story settings

<Main
ImgFile = "story.png"
Name = "Shhh! "
Author = "Jordan3878"

MapsFolder = "maps/"
StartMap = "Shhh!.map
StartPos = "PlayerStartArea_1"
/>




RE: Can't find my custom map in amnesia custom map menu. - Juby - 08-29-2011

Two things; the ImgFile must be a .jpg image, and there shouldn't be a / after maps. Angel

Spoiler below!

Code:
<Main
    ImgFile = "story"
    Name = "Shhh!"
    Author = "Jordan3878"
    
    MapsFolder = "maps"
    StartMap = "Shhh!.map"
    StartPos = "PlayerStartArea_1"
/>




RE: Can't find my custom map in amnesia custom map menu. - Kurton - 08-29-2011

And your "Shhh!.map" is missing that closing quotation mark.


RE: Can't find my custom map in amnesia custom map menu. - jordan3878 - 08-30-2011

I did what you said but still wasn't showing on the menu screen. Everything seems to be in place shoucl i put the the story image and custom setting into the maps folder ?

Thanks.


RE: Can't find my custom map in amnesia custom map menu. - jordan3878 - 08-30-2011

Ive found out what was wrong. something was not right on the hps file.

But thanks for all your help anyway! Smile