Frictional Games Forum (read-only)

Full Version: Changing the Speed of enemies?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make this scare, but it requires me changing the grunt's speed.
I wish to know how to change the enemies so they
-Speed change
-Damage
-Screen blood decals
-Similar things

Thanks for reading, Who ever answers get +1rep as always.
Open the model editor, locate entities/enemy/servant_grunt
Now mess around with the settings! Make sure you back up your original files and such.
(04-23-2012, 10:50 PM)Traggey Wrote: [ -> ]Open the model editor, locate entities/enemy/servant_grunt
Now mess around with the settings! Make sure you back up your original files and such.
I know but what files do I use for the speed?
The specs?
I believe the speed can be changed in the servant_grunt.ent

<Var Name="Run_ForwardSpeed" Value="5.1" />


The damage and blood decals are in there as well, along with fov and player search distances.

If you don't want to affect all grunts I would suggest copying those files, renaming and adding them back in your map.
(04-23-2012, 11:00 PM)overscore Wrote: [ -> ]I believe the speed can be changed in the servant_grunt.ent




The damage and blood decals are in there as well, along with fov and player search distances.

If you don't want to affect all grunts I would suggest copying those files, renaming and adding them back in your map.


I believe you will get +rep.