Frictional Games Forum (read-only)

Full Version: Can't find my custom map in amnesia custom map menu.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can't find my map in menu i have everything how it is so whats wrong ? Anyone know ?

Thanks Smile
i might be able to help-just tell me if ur a steam user Big Grin
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.
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"
/>

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

And your "Shhh!.map" is missing that closing quotation mark.
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.
Ive found out what was wrong. something was not right on the hps file.

But thanks for all your help anyway! Smile