Frictional Games Forum (read-only)
Son (W.I.P) - 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)
+--- Thread: Son (W.I.P) (/thread-6233.html)

Pages: 1 2


RE: Son (W.I.P) - Pandemoneus - 01-17-2011

AddPropImpulse is a bit easier to use, since you have to use kinda high values for AddPropForce.
You also might want to play around with the numbers, or try using them on y or z. It depends on how you rotated your door. Trial and error is the key. Wink

[edit]
I'd also recommend having
http://wiki.frictionalgames.com/hpl2/amnesia/script_functions
open at all times when you are scripting.


RE: Son (W.I.P) - Ichimaruu - 01-17-2011

(01-17-2011, 10:21 PM)Pandemoneus Wrote: AddPropImpulse is a bit easier to use, since you have to use kinda high values for AddPropForce.
You also might want to play around with the numbers, or try using them on y or z. It depends on how you rotated your door. Trial and error is the key. Wink

[edit]
I'd also recommend having
http://wiki.frictionalgames.com/hpl2/amnesia/script_functions
open at all times when you are scripting.

Yeah I have that open, since I'm not too familiar with the functions yet, but thanks for the advice, I'll see if I can get it working.


RE: Son (W.I.P) - Ichimaruu - 01-18-2011

The SetSanityDrainDisabled seems to only control the screen effects like the zooming in, I set it to true just to check, and the effects go away. Confused