Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I get my custom story to show up?
A12 Offline
Junior Member

Posts: 4
Threads: 1
Joined: Oct 2010
Reputation: 0
#1
How do I get my custom story to show up?

Hello. I'm newer to Amnesia and decided to look into the custom level system.

The problem is, nomatter what I do, I can't get my level to show up. I got Amnesia: The Dark Descent from Steam, and have a custom folder in the custom stories one, inside said folder is another subfolder, maps, in which is the .map file of my custom map and a .hps of the same name with

void OnStart()
{
}

void OnEnter()
{
}

void OnLeave()
{
}

Inside. I'm not sure if that is correct, I just got it from another thread I read, perhaps I made a mistake on that? But even besides that, outside of the maps subfolder I have custom_story_settings.cfg, of which has this inside.

<Main
Name="Testmap"
Author="A12"


StartMap=Newest map!.map
StartPos="PlayerstartArea_1
/>

Is there anything else I should be doing? Or did I just mess up one of these steps like a complete idiot who will be mocked by all? I wonder...
10-07-2010, 05:38 PM
Find
Chilton Offline
Member

Posts: 138
Threads: 9
Joined: Sep 2010
Reputation: 0
#2
RE: How do I get my custom story to show up?

(10-07-2010, 05:38 PM)A12 Wrote: Hello. I'm newer to Amnesia and decided to look into the custom level system.

The problem is, nomatter what I do, I can't get my level to show up. I got Amnesia: The Dark Descent from Steam, and have a custom folder in the custom stories one, inside said folder is another subfolder, maps, in which is the .map file of my custom map and a .hps of the same name with

void OnStart()
{
}

void OnEnter()
{
}

void OnLeave()
{
}

Inside. I'm not sure if that is correct, I just got it from another thread I read, perhaps I made a mistake on that? But even besides that, outside of the maps subfolder I have custom_story_settings.cfg, of which has this inside.

<Main
Name="Testmap"
Author="A12"


StartMap=Newest map!.map
StartPos="PlayerstartArea_1
/>

Is there anything else I should be doing? Or did I just mess up one of these steps like a complete idiot who will be mocked by all? I wonder...

Do you have an extraenglish.lang?
EDIT: And to the person below me, i didnt notice that. Good call - Both of these are probably the cause
10-07-2010, 05:59 PM
Find
Frontcannon Offline
Senior Member

Posts: 538
Threads: 10
Joined: Jul 2010
Reputation: 2
#3
RE: How do I get my custom story to show up?

(10-07-2010, 05:38 PM)A12 Wrote: <Main
Name="Testmap"
Author="A12"


StartMap=Newest map!.map
StartPos="PlayerstartArea_1
/>

This file is not valid, not at all.
StartMap and StarPos both need quotationmarks, the MapsFolder is completely missing.

This is what it should look like:

<Main

Name="Testmap"
Author="A12"
ImgFile=""
MapsFolder="maps/"
StartMap="Newest map!.map"
StartPos="PlayerStartArea_1"

/>

I don't know about the ! in your map name, it could cause problems, too.


╔═════════════════╗
☺ Smoke weed everyday ☺
╚═════════════════╝
10-07-2010, 06:04 PM
Find
A12 Offline
Junior Member

Posts: 4
Threads: 1
Joined: Oct 2010
Reputation: 0
#4
RE: How do I get my custom story to show up?

(10-07-2010, 06:04 PM)Frontcannon Wrote:
(10-07-2010, 05:38 PM)A12 Wrote: <Main
Name="Testmap"
Author="A12"


StartMap=Newest map!.map
StartPos="PlayerstartArea_1
/>

This file is not valid, not at all.
StartMap and StarPos both need quotationmarks, the MapsFolder is completely missing.

This is what it should look like:

<Main

Name="Testmap"
Author="A12"
ImgFile=""
MapsFolder="maps/"
StartMap="Newest map!.map"
StartPos="PlayerStartArea_1"

/>

I don't know about the ! in your map name, it could cause problems, too.

Ok, thanks. However, I fixed it to be just like that one and it still doesn't work.

In response to Chilton,I have a folder called Extra_English.lang, because I heard it was required for it to show up, but it's empty. Perhaps that is why I cannot get my custom story to work?

EDIT:

I downloaded another custom story and noticed something. My extra-english.lang, while having the .lang, is officially catagorized as a .txt. So is my custom story settings.

Excuse me if I suck with computer features, but, um, how do I go about making them actually a .lang and a .cfg?
10-07-2010, 06:29 PM
Find
Som1Lse Offline
Member

Posts: 183
Threads: 9
Joined: Sep 2010
Reputation: 0
#5
RE: How do I get my custom story to show up?

Setting up your Custom Story (Part 1) (2:25)
Setting up your Custom Story (Part 2)
Setting up your Custom Story (Part 3)

Source: http://hpl2.frictionalgames.com/tutorials

These should help you with everything. (these tutorials are not by me, they are by MulleDK19)
10-07-2010, 09:32 PM
Website Find
A12 Offline
Junior Member

Posts: 4
Threads: 1
Joined: Oct 2010
Reputation: 0
#6
RE: How do I get my custom story to show up?

It works! Thank you everybody, so much. You guys rock!
10-07-2010, 09:44 PM
Find
Electrofuze Offline
Junior Member

Posts: 13
Threads: 3
Joined: Sep 2011
Reputation: 0
#7
RE: How do I get my custom story to show up?

I watched the vid and followed all steps and still didnt work so i re did it rewatched it and still same thing...
09-25-2011, 08:52 PM
Find




Users browsing this thread: 1 Guest(s)