其实就跟以前COD4、5、6的改法一样
把目录: Call of Duty- Black Ops\players\ 中的config.cfg点选开启,使用Wordpad来修改里面的内容
改完后"不要设定成只读",之前有篇教学有要求设定只读,但是那会影响一些资讯的纪录
开启后
在第一行// generated by Call of Duty, do not modify之下
按Enter加入空白行并插入以下文字
seta thereisacow "1337"
set sv_cheats "1"
bind I "sf_use_ignoreammo 1"
bind K "sf_use_ignoreammo 0"
bind L "noclip"
bind O "god"
bind P "notarget"
bind U "timescale 0.25"
bind J "timescale 1"
// generated by Call of Duty, do not modify
seta thereisacow "1337"
set sv_cheats "1"
bind I "sf_use_ignoreammo 1"
bind K "sf_use_ignoreammo 0"
bind L "noclip"
bind O "god"
bind P "notarget"
bind U "timescale 0.25"
bind J "timescale 1"
unbindall (此行以下为原始内容,请无视)
bind TAB "+scores"
...
...
...以下省略
第一次打开config修改后并存档,此时内容应该为:
// generated by Call of Duty, do not modify
seta thereisacow "1337"
set sv_cheats "1"
bind I "sf_use_ignoreammo 1"
bind K "sf_use_ignoreammo 0"
bind L "noclip"
bind O "god"
bind P "notarget"
bind U "timescale 0.25"
bind J "timescale 1"
unbindall
bind TAB "+scores"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
...以下省略