Frictional Games Forum (read-only)
Maximum movement speed of Daniel? - 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: Maximum movement speed of Daniel? (/thread-16918.html)



Maximum movement speed of Daniel? - pandasFTW - 07-12-2012

Hi everyone!
been awhile since i last posted anything in here
but, here's the deal
i need to know what the player ( Daniels ) max movement speed is???
i need to set the brutes max speed, to that of daniels, so you can get away, but if you get halted, he will catch up with you.
i,ve found the file, in which to change the brutes movement speed, but i cant find one to figure out daniels?


RE: Maximum movement speed of Daniel? - Your Computer - 07-12-2012

4.25


RE: Maximum movement speed of Daniel? - Ongka - 07-13-2012

To change daniels movementspeed, type this into your script file:
Code:
        SetPlayerRunSpeedMul(1);
        SetPlayerMoveSpeedMul(1);
And set the 1 (default) to an amount you'd like.


RE: Maximum movement speed of Daniel? - pandasFTW - 07-17-2012

thanks your computer Smile
ongka i didnt need to change his speed, but i needed to set the brutes max speed to the same as daniels.
but thx anyway Smile