Frictional Games Forum (read-only)

Full Version: speed enemy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I inserted a new enemy in a mod, but the enemy is too slow to run and attacking ..... is can speed it up?
Increase the walking speed for movement, decrease idle time after attack for attacking speed.
You can change the settings of the enemy in the model editor, under "set user variables".
(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
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.