2020-09-09 14:52:52
來源:電玩男
十字軍之王3如何修改停戰(zhàn)協(xié)議時間?在十字軍之王3中玩家在結(jié)束戰(zhàn)爭之后就會簽訂長達(dá)5年的停戰(zhàn)協(xié)議,很多玩家都覺得時間太長了,都希望能夠修改的短一點(diǎn),不過在游戲中是不能修改的,這就需要使用MOD了,下面給大家?guī)硎周娭?修改停戰(zhàn)協(xié)議時間代碼和用法:
原版默認(rèn)停戰(zhàn)時間是5年,我一般改成1年。
方法:
打開文檔:Documents\Paradox Interactive\Crusader Kings III\mod
目錄下自己建個Mod目錄名,比如叫Custom,放自己修改的自定義之類的東西。
仿照其他Mod格式,加個Mod描述文件叫Custom.mod:
version="1.0"
tags={
"Gameplay"
}
name="Custom Gameplay"
supported_version="1.0.3"
path="mod/Custom"
得到以下Mod格式內(nèi)容:
Documents\Paradox Interactive\Crusader Kings III\mod\Custom
Documents\Paradox Interactive\Crusader Kings III\mod\Custom.mod
到游戲目錄復(fù)制文件:
Crusader Kings III\game\common\script_values\00_war_values.txt
以同樣格式放到你的Mod目錄中:
Documents\Paradox Interactive\Crusader Kings III\mod\Custom\common\script_values\00_war_values.txt
修改原內(nèi)容:
standard_truce_duration_days = 1825
flexible_truces_perk_truce_duration_days = 1375
為:
standard_truce_duration_days = 365
flexible_truces_perk_truce_duration_days = 180
保存,Mod管理器勾上你的自定義Mod再進(jìn)游戲即可。
停戰(zhàn)協(xié)議下次戰(zhàn)斗生效,之前如果戰(zhàn)斗過,那個時間是直接寫入存檔的。
1825 = 365 * 5
想BT玩就改成1。