Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
this one requires TWO console commands, and no cfg editing like the other comment suggested.
sv_cheats "1"
bind "v" "toggle host_timescale 0.3 1"
if you want slower/faster bullet time, adjust 0.3 to be lower/higher.
if you want a different key, replace "v" with whatever key you want.
Might have been a bit easier for the people copying it.
For anyone that cares, here is an explanation to what you can do with these commands and what they do.
alias make (basically) a new command that runs other commands (like a function)
The + prefix specifies that this command is a '+-' command, when this is called it does what it says. But when it has been stopped being called, it runs the - command with the same name.
The '+-' commands need to be held down, unless activated by console.
On the right of all of that there is the stuff in quotes. Those are the commands it's running.
Bind is a very useful command that allows you to change which-button-does-what.
The next part is the button it's binding to.
and the part after that is the command it's been bound to.
Create 2 CFG files in the config folder of the source2 game, like Half Life 2 or TF2 or CS:Go:
BTOn.cfg
BTOff.cfg
BTOn.cfg Content:
sv_cheats 1
host_timescale 0.2
bind "v" "exec BTOff.cfg"
sv_cheats 0
BTOff.cfg Content:
sv_cheats 1
host_timescale 1.0
bind "v" "exec BTOn.cfg"
sv_cheats 0
autoexec.cfg Content:
bind V "exec BTOn.cfg"
Result:
The game (using autoexec) will always bind V to act as a toggle feature, instead of holding the button, or having two buttons to control time, now you have 1, and it is a toggle.
Nearly any Source games, like Half Life 2, Dark Messiah or even Team Fortress 2 will accept this as a valid feature.
There ya go... enjoy