command to slow time in hl2?

DieScreaming

Newbie
Joined
Nov 23, 2004
Messages
100
Reaction score
1
What is the console command to slow the time?
I know i have seen it before but i dont have it in my 'files'
 
You can do it a couple ways.

Yu can pull down the console (~) if it is enabled in the options. From there enter the cheats enabled (sv_cheats 1) and then you can type:

host_timescale 1.0

Higher than 1.0 = faster, lower than 1.0 = slower.

You can also bind it to keys, like this:

bind v "host_timescale 0.5"
bind b "host_timescale 1.0"

You can make a userconfig.cfg in notepad and put the above in it and place it in your steamapps/hl2/ folder. Start with sv_cheats 1 and then whatever is next.

Some are also doing the following:

sv_cheats 1
alias "wait15" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
bind v "host_timescale .9; wait15; host_timescale .8; wait15; host_timescale .7; wait15; host_timescale .6; wait15; host_timescale .5; wait15; host_timescale .4; wait15; host_timescale .3"
bind v "host_timescale .9; wait15; host_timescale .8; wait15; host_timescale .7; wait15; host_timescale .6; wait15; host_timescale .5; wait15; host_timescale .4; wait15; host_timescale .3"


This creates a progression of slow down, to speed up. And I believe someone else did an alias where the key was binded for when it was pushed down. I am thinking of setting up a slow down that you hit it once and it slows down for 5 seconds and then resumes back to normal.

Hope that helps.
 
Back
Top