Bullet Time script?

beam

Newbie
Joined
Nov 29, 2004
Messages
398
Reaction score
1
I searched the forums and couldn't find anything but I think I remember seeing someone making a post about.......can't remember. Does anyone know if there is a bullet time script out there? I've used phys_timescale but that doesn't slow everything down.....just the physics.

I guess what I'm wondering is if there is a command that slows down gametime
 
bind b "host_timescale 0.7;wait;host_timescale 0.5;wait;host_timescale 0.5;wait;host_timescale 0.3"

bind v "host_timescale 0.5;wait;host_timescale 0.7;wait;host_timescale 1"

Should gradually slow it down with the press of B, then speed it up to normal with V.

Or just bind something to "host_timescale 0.something" and make it a toggle. I forget how to make toggle binds, but im sure someone will help you out. Theres probably a script somewhere that does all this for you, making all this worthless, but oh well.
 
Just use:

Bind v "host_timescale .4"

Bind b "host_timescale 1"

v, enables 0.4:1 of a second slowmotion, choose lower ex .2" for slower,

B sets normal speed.
 
Back
Top