Victoria 3

Victoria 3

Not enough ratings
White Peace Fix
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
19.527 KB
Oct 27, 2022 @ 10:49am
Aug 15, 2023 @ 1:41pm
11 Change Notes ( view )

Subscribe to download
White Peace Fix

Description
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 Comments
Eiszett  [author] Aug 15, 2023 @ 1:42pm 
I don't think anything actually needs to be changed for it to be used with newer versions
Sh3mu3v! Aug 15, 2023 @ 10:27am 
please update the fix, we need it
Lotus Nov 11, 2022 @ 10:40am 
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 Nov 9, 2022 @ 3:48pm 
Yes, it makes AI capitulate on 0 support.
Mayo Nov 9, 2022 @ 10:08am 
Does this fixes ai doing endless war??
Eiszett  [author] Nov 3, 2022 @ 10:33am 
Thank you. Fixed.
Acrivec Nov 3, 2022 @ 10:18am 
There's still one missing " at the end, before the coma
Eiszett  [author] Nov 3, 2022 @ 9:25am 
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 Nov 3, 2022 @ 9:18am 
Also, your comment says 100 and not -100; if someone sets it to 100 all wars end immediately xd
Acrivec Nov 3, 2022 @ 8:24am 
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
}
}