在遊戲存檔資料夾中找尋 config.cfg 檔案,並以記事本打開,並在最後加上作弊碼
以下是我所使用的,以下個別解釋作用
set sv_cheats "1"
set thereisacow "1337"
bind Z "activate;timescale 0.2"
bind X "activate;timescale 1"
bind I "Give ammo"
bind O "God"
bind P "cg_fov 90"
首先要先加這二行,看過許多文章、影片,都只有講到要加"set thereisacow "1337""但沒講到要加"set sv_cheats "1""
set sv_cheats "1"
set thereisacow "1337"
語法邏輯:bind 鍵盤鍵位 "功能"
以下二行為控制遊戲進行速度 0.2倍 與 1倍(正常)
bind Z "activate;timescale 0.2"
bind X "activate;timescale 1"
以下為補充彈藥,身上所有武器都補滿,包含裝在槍上尚未打完的彈夾也是
bind I "Give ammo"
以下為上帝模式,被子彈、爆裂物擊中無損傷、無重彈畫面擺動視角
bind O "God"
以下為改變視角,超過90會有許多武器換子彈動作出現漏洞,畢竟人物模組不是以這樣的設定下去開發的
bind P "cg_fov 90"
有額外查到以下這幾項,有興趣的可以去嘗試看看
爆炸子彈,會傷害隊友,注意:bg_forceExplosiveBullets "1"
玩家走路速度:g_speed 1000
开启敌人指示器:aim_lockon_debug 1
無限彈藥:player_sustainammo 1
奔跑距離:player_sprintTime 12.8
沒有留言:
張貼留言