Victoria 3

Victoria 3

评价数不足
White Peace Fix
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
19.527 KB
2022 年 10 月 27 日 上午 10:49
2023 年 8 月 15 日 下午 1:41
11 项改动说明 ( 查看 )

订阅以下载
White Peace Fix

描述
I do not feel like this mod is necessary anymore, but someone asked for it to be updated. I'm updating it just to change the text here and remove the wrong version notice—this mod should not require any actual changes to be used with new versions.

Currently, the AI will not propose a white peace. This makes automatic capitulation happen at 0 war support, but doubles the time between war support decreases to compensate.

NOTE: You can't load a save with fewer mods than it initially had. However, if you switch to this mod only when you need to, you can just let the game run for a day and all broken wars will finish. You can then go into the mod's files, search for Eiszett to find the lines I modified, and change them back to the default values, adjusting the mod on your end as needed.
20 条留言
Eiszett  [作者] 2023 年 8 月 15 日 下午 1:42 
I don't think anything actually needs to be changed for it to be used with newer versions
Sh3mu3v! 2023 年 8 月 15 日 上午 10:27 
please update the fix, we need it
Lotus 2022 年 11 月 11 日 上午 10:40 
I have been modding AI and had discovered that it seems indeed white peace is simply not in the AI's toolbox of possibilities right now, and it is outside of modders hands to be able to fix aside from indirect workarounds like this. :( Was hoping someone had found some more direct solution.
Acrivec 2022 年 11 月 9 日 下午 3:48 
Yes, it makes AI capitulate on 0 support.
Mayo 2022 年 11 月 9 日 上午 10:08 
Does this fixes ai doing endless war??
Eiszett  [作者] 2022 年 11 月 3 日 上午 10:33 
Thank you. Fixed.
Acrivec 2022 年 11 月 3 日 上午 10:18 
There's still one missing " at the end, before the coma
Eiszett  [作者] 2022 年 11 月 3 日 上午 9:25 
Thank you. This is the first time I've ever published a steam mod (and I haven't done that much Paradox modding in general). I was aware there was a way to have a partial file, but had no idea how. Implementing the changes now
Acrivec 2022 年 11 月 3 日 上午 9:18 
Also, your comment says 100 and not -100; if someone sets it to 100 all wars end immediately xd
Acrivec 2022 年 11 月 3 日 上午 8:24 
Last update has broken loading of this mod, I've found the reason.
In .metadata file, the "short_description" contains steam description, which contains " ". This breaks the file structure, preventing game from reading it.

Simple fix is to remove the second part of description, as following (it also removed version, so it doesn't check for version on every game update):


{
"name" : "White Peace Fix",
"id" : "",
"version" : "",
"supported_game_version" : "",
"short_description" : "Currently, the AI will not propose a white peace. This makes automatic capitulation happen at 0 war support, but doubles the time between war support decreases to compensate.",
"tags" : [],
"relationships" : [],
"game_custom_data" : {
"multiplayer_synchronized" : true
}
}