Frictional Games Forum (read-only)

Full Version: Enemy walk speed when patrolling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to change the enemy walk speed when patrolling?
Open the .ent file using the Model Editor and in Settings > User Defined Variables you can find a value for Walk_ForwardSpeed.
(03-23-2019, 05:56 PM)Mudbill Wrote: [ -> ]Open the .ent file using the Model Editor and in Settings > User Defined Variables you can find a value for Walk_ForwardSpeed.

Have you tried that out? It's not working for me.
I admittedly have not messed much around with it myself, but I know others have gotten it to work. That would seem like the obvious place for it, although it's surely also affected by the acceleration attributes and possibly even the walking animation. You'll have to test around with it to find out unless someone else comes around with a better answer.
I tried it out with Grunt now and it didn't work. It seems that the speed and acceleration attributes doesn't affect Paths nodes.


Do you know someone who managed to do it?