《十字軍之王3》中玩家們在結束戰爭後,往往會簽訂長達五年的停戰協議,許多玩家都想知道如何才能修改停戰協議的時間,下面是“tempa”帶來的《十字軍之王3》修改停戰協議時間代碼及用法,一起看看吧。
原版默認停戰時間是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格式內容:
Documents\Paradox Interactive\Crusader Kings III\mod\Custom
Documents\Paradox Interactive\Crusader Kings III\mod\Custom.mod
到遊戲目錄複製文件:
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
修改原內容:
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再進遊戲即可。
停戰協議下次戰鬥生效,之前如果戰鬥過,那個時間是直接寫入存檔的。
1825 = 365 * 5
想BT玩就改成1。