Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

【原创】定制COD2功能键参考

Featured Replies

COD2有两个配置文件

单机config.cfg

联网config_mp.cfg

在配置文件中加入如下段落 中文为说明不加入

“developer 1”

单机增加随时读存档功能

修改后配置文件要设成只读或关闭相关权限,否则系统会自动将其删除

bind , "cg_drawFPS 1"

bind / "cg_drawFPS 0"

用逗号键显示FPS(祯数)

用/号键关闭

bind KP_MINUS "stoprecord"

bind KP_PLUS "record"

用小键盘加号键开始游戏录像

用小键盘减号键停止

录像将存放在(安装目录\main\domes目录)

慎重使用单机录像功能-----太不完善,录几分钟就几十兆,好在压缩后就一两兆!联网的相当完善,可放心使用。

观看录像-进入游戏主选单--游戏时不可按~键调出控制模式输入demo 录像名 比如 demo demo0000 不用带后缀

bind 后面的部分是按键名称 再后面是功能--双引号中的部分

附上我的cfg文件开头键位设置部分内容供大家参考

// generated by Call of Duty, do not modify

unbindall

“developer 1”

bind TAB "+scores"

bind ESCAPE "togglemenu"

bind SPACE "+holdbreath"

bind , "cg_drawFPS 1"

bind / "cg_drawFPS 0"

bind 1 "weapnext"

bind 2 "weapnext"

bind 4 "+smoke"

bind ` "toggleconsole"

bind A "+moveleft"

bind C "+smoke"

bind D "+moveright"

bind E "+leanright"

bind F "+activate"

bind Q "goprone"

bind R "+reload"

bind S "+back"

bind T "chatmodepublic"

bind V "+gostand"

bind W "+forward"

bind X "openScriptMenu ingame changeweapon"

bind Y "chatmodeteam"

bind Z "+talk"

bind ~ "toggleconsole"

bind CAPSLOCK "+speed"

bind PAUSE "toggle cl_paused"

bind CTRL "gocrouch"

bind SHIFT "+leanleft"

bind F1 "vote yes"

bind F2 "vote no"

bind F4 "+scores"

bind F12 "screenshotJPEG"

bind KP_MINUS "stoprecord"

bind KP_PLUS "record"

bind MOUSE1 "+attack"

bind MOUSE2 "+melee_breath"

bind MOUSE4 "toggleads"

bind MWHEELDOWN "+frag"

bind MWHEELUP "+binoculars"

  • 2 weeks later...

Create an account or sign in to comment

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。