Slow Down NPC movement and Weapon fire

  • Thread starter Thread starter Patriarch
  • Start date Start date
P

Patriarch

Guest
Hi , I was wondering if there is a console command to slow down NPC movement and the rate of fire for NPC and Player weapons. I want to know since since I'm making a bullet time mod(not really a mod) for myself.

Here's my "Mod"

bind tab "cl_phys_timescale 0.04; sv_maxspeed 40; sv_gravity 3"
bind q "cl_phys_timescale 1; sv_maxspeed 320; sv_gravity 800"

the problem with it is that NPC's move at thier normal speed and only I slow down.
 
The NPC walk speeds are actually defined in the Model files. You'd need to decompile the models, and add extra walk animations of different speeds that get called based on whether bullet time is on or off.

-Angry Lawyer
 
Back
Top