Frictional Games Forum (read-only)
Disabling running in custom story? - 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: Disabling running in custom story? (/thread-14935.html)



Disabling running in custom story? - FARq - 04-19-2012

Is there any way to do this?


RE: Disabling running in custom story? - Twitchez - 04-19-2012

(04-19-2012, 11:24 PM)FARq Wrote: Is there any way to do this?
void SetPlayerRunSpeedMul(float afMul);

Changes the player's run speed. Default is 1.




RE: Disabling running in custom story? - HollowRiku13 - 04-19-2012

SetPlayerRunSpeedMul(0.5f);