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 = 364
保存,Mod管理器勾上你的自定義Mod再進遊戲即可。
停戰協議下次戰鬥生效,之前如果戰鬥過,那個時間是直接寫入存檔的。
1825 = 365 * 5
默認停戰時間5年,人生沒那麼多5年,打不了幾場仗就停戰了。
想BT玩就改成1
同理,你也可以修改其他冷卻時間,只要你找得到,比如00_activity_values.txt
standard_feast_cooldown_time = 1825 #宴會冷卻時間
standard_hunting_cooldown_time = 1825 #打獵冷卻時間
改成1年
standard_feast_cooldown_time = 365
standard_hunting_cooldown_time = 365
來源:遊俠網
《十字軍之王3》縮短停戰協議時間方法