Frictional Games Forum (read-only)
My custom story won't appear in-game Help!! - 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 won't appear in-game Help!! (/thread-17988.html)



My custom story won't appear in-game Help!! - Helpmah - 08-27-2012

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. :)


RE: My custom story won't appear in-game Help!! - FlawlessHappiness - 08-27-2012

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


RE: My custom story won't appear in-game Help!! - technologist - 08-27-2012

You will need a .lang file as well. Here is the tutorial: http://wiki.frictionalgames.com/hpl2/amnesia/custom_story


RE: My custom story won't appear in-game Help!! - Helpmah - 08-27-2012

(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/amnesia/custom_story
Yeah man i know.
It was just a little test, to check if it worked.
But thanks anyway!

Have a nice day.