Frictional Games Forum (read-only)
Enemy walk speed when patrolling - 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: Enemy walk speed when patrolling (/thread-56302.html)



Enemy walk speed when patrolling - User01 - 03-23-2019

Is there a way to change the enemy walk speed when patrolling?


RE: Enemy walk speed when patrolling - Mudbill - 03-23-2019

Open the .ent file using the Model Editor and in Settings > User Defined Variables you can find a value for Walk_ForwardSpeed.


RE: Enemy walk speed when patrolling - User01 - 03-24-2019

(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.


RE: Enemy walk speed when patrolling - Mudbill - 03-26-2019

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.


RE: Enemy walk speed when patrolling - User01 - 03-28-2019

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?