Frictional Games Forum (read-only)

Full Version: My custom story doesn't show up in game!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i made a small map in the level editor and followed this tutorial: http://wiki.frictionalgames.com/hpl2/amn...stom_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??
Did you put it on your custom_stories folder?
You forgot the maps folder:

Mine:


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

MapsFolder = "maps/"
StartMap = "mapname.map"
StartPos = "StartPos"
/>
(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.
(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!
(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