Frictional Games Forum (read-only)
speed enemy - 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: speed enemy (/thread-17535.html)



speed enemy - Lake - 08-06-2012

I inserted a new enemy in a mod, but the enemy is too slow to run and attacking ..... is can speed it up?


RE: speed enemy - Your Computer - 08-06-2012

Increase the walking speed for movement, decrease idle time after attack for attacking speed.


RE: speed enemy - ApeCake - 08-06-2012

You can change the settings of the enemy in the model editor, under "set user variables".


RE: speed enemy - Lake - 08-06-2012

(08-06-2012, 02:59 PM)ApeCake Wrote: You can change the settings of the enemy in the model editor, under "set user variables".
hey thanks man

@ApeCake exactly which settings should I change? there are many


RE: speed enemy - ApeCake - 08-06-2012

I never changed the grunts properties before, but I'm pretty sure you have to change "Walk_ForwardSpeed",
"Walk_BackwardSpeed", "Run_ForwardSpeed", "Run_BackwardSpeed" to something higher. Maybe it is also good if you changed WalkToRunSpeed and RunToWalkSpeed a bit aswell, but I think those are less important.