console.txt

来自「3D游戏模板」· 文本 代码 · 共 26 行

TXT
26
字号
Console detailsTemplate CS game(C)2001 Mat Sutcliffe. See license.txt for license info (GPL)The console is toggled with the backtick key (`)It allows config options to be set during gameplay. You type:key=valueWith no spaces, eg.:Game.Cheats.Godmode=onThe default key prefix is `Game.Bind.', the one to set key and axis actions.These can also be set in the config file using this prefix.Known input names (on the left of the '=') are the keys which can be found inlibs/csutil/inpnames.cpp in CS, and 'mouse' and 'joystick' followed by'x', 'y', or a number.Game actions (on the right of the '=') are defined in game/main.cppeg.(in console):ctrl=firemousex=lookxeg.(in config):Game.Bind.ctrl=fireGame.Bind.mousex=lookx

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?