巫師三程式碼

發佈日期

巫師三程式碼

在遊戲《巫師3》中,玩家首先在遊戲目錄用記事本開啟The Witcher 3inconfigasegeneral.ini,接著在最後一行新增DBGConsoleOn=true並儲存。重啟遊戲後按~鍵即可開啟控制檯輸入程式碼。

格式:additem('物品名稱',數量)

控制檯可以輸入的程式碼彙總:

傳送程式碼:

ShowAllFT(1) 開啟全部快速旅行點

AllowFT(1) 允許隨時使用路牌

修理工具:

additem('weapon_repair_kit_3') 武器修理工具

additem('armor_repair_kit_3') 護甲修理工具

狀態buff:

addabl('DamageBuff') 增加200攻擊力 200法印強度

addabl('ForceCriticalHits') 100%暴擊率

addabl('ConAthletic') 1000血,100體力和更高的體力恢復率

addabl('ConImmortal') - 99800血,100體力和更高的體力恢復率

(去除的話只要字首 “addabl” 換成 “remabl”即可)

常用:

addmoney(77777) 加錢 (括號裡的數值自己決定,太誇張了也許會顯示錯誤,可以適當調整)

removemoney(11) 減錢

staminaboy() Geralt耐力不減

resurrect() 死掉了,打這個就復活了

addskillpoints(99) 新增技能點數

addexp (1000) 增加經驗值

setlevel(40) 設定等級數

levelup(5) 等級提升

shave 剃鬍子

makeitrain 下雨

stoprain 停止下雨

healme 加血

換傑洛特髮型:

WitcherHairstyle('1') 短髮辮子

WitcherHairstyle('2') 飄逸長髮

WitcherHairstyle('3') 預設髮型

高階馬具:

additem('Toussaint horsebag')

additem('Toussaint saddle')

additem('Toussaint saddle 2')

additem('Toussaint saddle 3')

additem('Toussaint saddle 4')

additem('Toussaint saddle 5')

additem('Toussaint saddle 6')

additem('Toussaint horse blinders')

additem('Toussaint horse blinders 2')

additem('Toussaint horse blinders 3')

additem('Toussaint horse blinders 4')

additem('Toussaint horse blinders 5')

additem('Toussaint horse blinders 6')

突變誘發物:

additem('Greater mutagen red',2) 大型紅色突變誘發物*2

additem('Greater mutagen blue',2) 大型藍色突變誘發物*2

additem('Greater mutagen green',2) 大型綠色突變誘發物*2

生活必需品:

addbolts 新增全箭矢

addherbs 新增所有藥草

addpotions 新增煎藥

addmutagens 新增突變煎藥

addsteelswords 新增全鋼劍

addsteelswords2 新增全鋼劍2

addsilverswords 新增全銀劍

addsilverswords2 新增全銀劍2

addcrossbows 新增全十字弓

addarmor 新增全護甲

addarmor2 新增全護甲2

addpants 新增全褲子

addboots 新增全鞋子

addgloves 新增全手套

addsets 新增全套裝

addbooks 新增全書籍

addlore 新增知識

addlore2 新增知識2

addfood 新增全食物

adddrinks 新增全酒精

addupgrades 全劍部位鑲嵌符文

熊套:

additem('Bear Pants 5') 褲

additem('Bear Boots 5') 鞋

additem('Bear Gloves 5') 手

additem('Bear Armor 4') 胸

additem('Bear School steel sword 4') 鋼劍

additem('Bear School Crossbow') 十字弓

最新攻略