Frictional Games Forum (read-only)

Full Version: My custom story won't appear in-game Help!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My custom story won't appear in-game
hey there everyone.


So i made a this little custom story to check if it worked.
Everything is fine, except that it doesn't appear when i go to custom stories in Amnesia. It is not there!


I have linked my custom story so you can look what did go wrong or what i need to do.

I hope you would help me, any help will be appreciated!

Thanks. :)
Change the name from: custom_stories_settings
to: custom_story_settings

try that

EDIT: Also you might want to put a
void OnEnter()
{

}

and
void OnLeave()
{

}
in the .hps file
You will need a .lang file as well. Here is the tutorial: http://wiki.frictionalgames.com/hpl2/amn...stom_story
(08-27-2012, 03:41 PM)beecake Wrote: [ -> ]Change the name from: custom_stories_settings
to: custom_story_settings

try that

EDIT: Also you might want to put a
void OnEnter()
{

}

and
void OnLeave()
{

}
in the .hps file
Thanks for answering so Fast!

lol, I changed the name and it worked.
Feeling a little bit stupid. Well anyway thank you!

Have a nice day

(08-27-2012, 04:22 PM)technologist Wrote: [ -> ]You will need a .lang file as well. Here is the tutorial: http://wiki.frictionalgames.com/hpl2/amn...stom_story
Yeah man i know.
It was just a little test, to check if it worked.
But thanks anyway!

Have a nice day.