索尼承諾將“增加PS5主機(jī)供應(yīng)”
2023-01-31
更新時(shí)間:2022-03-29 19:42:03作者:未知
王國風(fēng)云3停戰(zhàn)協(xié)議怎么縮短時(shí)間?游戲玩家嫌棄停戰(zhàn)協(xié)議持續(xù)時(shí)間太久,想要所短時(shí)間不知道怎么修改,這里給大家?guī)砹送鯂L(fēng)云3縮短停戰(zhàn)協(xié)議時(shí)間方法,一起來看下吧。
Documents\Paradox Interactive\Crusader Kings III\mod
目錄下自己建個(gè)Mod目錄名,比如叫Custom,放自己修改的自定義之類的東西。
仿照其他Mod格式,加個(gè)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 = 364
保存,Mod管理器勾上你的自定義Mod再進(jìn)游戲即可。
停戰(zhàn)協(xié)議下次戰(zhàn)斗生效,之前如果戰(zhàn)斗過,那個(gè)時(shí)間是直接寫入存檔的。
1825 = 365 * 5
默認(rèn)停戰(zhàn)時(shí)間5年,人生沒那么多5年,打不了幾場(chǎng)仗就停戰(zhàn)了。
想BT玩就改成1
同理,你也可以修改其他冷卻時(shí)間,只要你找得到,比如00_activity_values.txt
standard_feast_cooldown_time = 1825 #宴會(huì)冷卻時(shí)間
standard_hunting_cooldown_time = 1825 #打獵冷卻時(shí)間
改成1年
standard_feast_cooldown_time = 365
standard_hunting_cooldown_time = 365