Frictional Games Forum (read-only)
Scripting 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: Scripting Help (/thread-9624.html)



Scripting Help - JenniferButterfly94 - 08-06-2011

Oops, I think I posted this in the wrong forum earlier! Anyways:

Hi guys! I've been trying to mess around with this HPL2 Level Editor to make my own custom story, but I'm having some trouble. I know how to create .map files with the Level Editor and such, but I'm clueless as to which program I need for scripting. I have Notepad++... Do I use this and save the file in a specific place within the custom story folder?

As of now I'd really like to know how to make the player begin a level sideways on the floor, dazed and blacking out (I'm sure you've seen this in other custom stories, just like the Justine DLC), then come to his feet to begin the story. Ugh I'm bad with this stuff

Anyways thanks in advance!


RE: Scripting Help - MrCookieh - 08-06-2011

Create a .hps file with your notepad++.
(Just rename it, remove the .txt and put a .hps behind your filename)
Be sure, that the hps has the same name like your map, and is in the same folder!

You can search in this forum for such starting stuff. There have been many requests like these Wink


RE: Scripting Help - JenniferButterfly94 - 08-06-2011

(08-06-2011, 06:57 PM)MrCookieh Wrote: Create a .hps file with your notepad++.
(Just rename it, remove the .txt and put a .hps behind your filename)
Be sure, that the hps has the same name like your map, and is in the same folder!

You can search in this forum for such starting stuff. There have been many requests like these Wink

Thanks, I'll look around!


RE: Scripting Help - JenniferButterfly94 - 08-07-2011

Placing things around the map is easy enough, but man, I am awful with this scripting language. How long does it usually take to get a hang of this stuff?