Frictional Games Forum (read-only)
Patch suitor scripts? - 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: Patch suitor scripts? (/thread-18717.html)

Pages: 1 2


Patch suitor scripts? - FlawlessHappiness - 10-10-2012

I've heard something about some new scripts that followed with the Justine patch. Something when the suitor spots you it triggers a voice-line, and also when it kills you...

Can i use those scripts in my Amnesia if i have it installed.
I'd like to give the suitor some voice!

Also which scripts are there? Which possibilities?


RE: Patch suitor scripts? - Robby - 10-10-2012

The only script I've seen is the "MovePlayerForward" script. The other ones you mention might be integrated into the suitor AI.

Not sure though.


RE: Patch suitor scripts? - FlawlessHappiness - 10-10-2012

Just looked through and found this:

SetPlayerPermaDeathSound("basile_death.snt");

LoftScareStep("L01_suitor_enabled.snt","AreaChangeAmbMusic");


RE: Patch suitor scripts? - Robby - 10-10-2012

I mostly look through here.

"http://wiki.frictionalgames.com/hpl2/amnesia/script_functions"

I didn't see anything like what you mentioned in there.


RE: Patch suitor scripts? - FlawlessHappiness - 10-10-2012

Yes yes i know the script engine site...

Those lines i showed you were taken directly from the justine script files.


RE: Patch suitor scripts? - Robby - 10-10-2012

Well, that's new. I never knew something like that existed. Maybe they should also be added to the wikia (if they weren't yet).


RE: Patch suitor scripts? - Akos115 - 10-10-2012

SetPlayerPermaDeathSound makes a sound played when the player dies "permanently".

E.G. in Justine, when you get killed by the last suitor, you hear sounds like he is eating you ( how cute ^_^ ).


RE: Patch suitor scripts? - FlawlessHappiness - 10-10-2012

Yea very cute!

The suitor also has some sounds that says "There you are", and stuff like that.
That must be when the suitor notices the player... How did they do that, i'm wondering


RE: Patch suitor scripts? - Robby - 10-10-2012

I remember there used to be a directory that contains voice files for the suitors.


RE: Patch suitor scripts? - FlawlessHappiness - 10-10-2012

Yes that's where i found the sounds