Frictional Games Forum (read-only)
My custom story doesn't show up in game! - 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: My custom story doesn't show up in game! (/thread-22060.html)



My custom story doesn't show up in game! - Sokkeskum - 07-07-2013

i made a small map in the level editor and followed this tutorial: http://wiki.frictionalgames.com/hpl2/amnesia/custom_story

Here's my custom_story_settings.cfg file:

<Main
Name="ExampleStory"
Author="Sokkeskum"
ImgFile=""


StartMap="00_example.map"
StartPos="PlayerStartArea_1"
/>

(I did name my map 00_example.map)

extra_english.lang file:


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>
</CATEGORY>
</LANGUAGE>

What did i do wrong??


RE: My custom story doesn't show up in game! - PutraenusAlivius - 07-07-2013

Did you put it on your custom_stories folder?


RE: My custom story doesn't show up in game! - GoranGaming - 07-07-2013

You forgot the maps folder:

Mine:


<Main
Name = "NameOfCS"
Author = "NameOfAuthor"
ImgFile = ""

MapsFolder = "maps/"
StartMap = "mapname.map"
StartPos = "StartPos"
/>


RE: My custom story doesn't show up in game! - Sokkeskum - 07-07-2013

(07-07-2013, 06:16 PM)JustAnotherPlayer Wrote: Did you put it on your custom_stories folder?

Yes i did.

(07-07-2013, 06:34 PM)GoranGaming Wrote: You forgot the maps folder:

Mine:


<Main
Name = "NameOfCS"
Author = "NameOfAuthor"
ImgFile = ""

MapsFolder = "maps/"
StartMap = "mapname.map"
StartPos = "StartPos"
/>

Ok i just did that but it still doesnt work.


RE: My custom story doesn't show up in game! - Kullin - 07-07-2013

(07-07-2013, 07:20 PM)Sokkeskum Wrote:
(07-07-2013, 06:16 PM)JustAnotherPlayer Wrote: Did you put it on your custom_stories folder?

Yes i did.

(07-07-2013, 06:34 PM)GoranGaming Wrote: You forgot the maps folder:

Mine:


<Main
Name = "NameOfCS"
Author = "NameOfAuthor"
ImgFile = ""

MapsFolder = "maps/"
StartMap = "mapname.map"
StartPos = "StartPos"
/>

Ok i just did that but it still doesnt work.
try to use another profile in the game, or send the story to us so we can try to fix it!


RE: My custom story doesn't show up in game! - Sokkeskum - 07-09-2013

(07-07-2013, 09:11 PM)Kullin Wrote:
(07-07-2013, 07:20 PM)Sokkeskum Wrote:
(07-07-2013, 06:16 PM)JustAnotherPlayer Wrote: Did you put it on your custom_stories folder?

Yes i did.

(07-07-2013, 06:34 PM)GoranGaming Wrote: You forgot the maps folder:

Mine:


<Main
Name = "NameOfCS"
Author = "NameOfAuthor"
ImgFile = ""

MapsFolder = "maps/"
StartMap = "mapname.map"
StartPos = "StartPos"
/>

Ok i just did that but it still doesnt work.
try to use another profile in the game, or send the story to us so we can try to fix it!

Never mind, i figured it out. Thanks anyway though. Smile