安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









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