遊戲攻略

十字軍之王3 (Crusader Kings 3) 修改停戰協議時間代碼與用法

撰文:tempa

十字軍之王3 (Crusader Kings 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。

十字軍之王3 (Crusader Kings 3) 攻略彙整目錄

Back to top button