• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Jan 24, 2006
508
0
I have found a way to keep the USSR from DoWing France and England for no good reason. I have not yet completed a game with this fix installed but it has yet to cause a problem after 6 months or so.

You will need to edit a savegame file to include the following two treaties.
These treaties put an enforced peace between the nations so no DoW will happen while it is in effect.

treaty = {
id = { type = 4712 id = 000000 }
type = peace
country = "SOV"
country = "FRA"
startdate = {
year = 1936
month = january
day = 0
hour = 0
}
expirydate = {
year = 1945
month = january
day = 0
hour = 0
}
cancel = yes
}
treaty = {
id = { type = 4712 id = 000000 }
type = peace
country = "SOV"
country = "ENG"
startdate = {
year = 1936
month = january
day = 0
hour = 0
}
expirydate = {
year = 1945
month = january
day = 0
hour = 0
}
cancel = yes
}



The id = 000000 entries will need to be unique and customized to your game by finding current treaties and using the next highest avaialble number.

The specific start and end dates can be adjusted depending on how you want this fix to work, I figured 1945 was a reasonable time for coldwar tensions to arise.

Hope this is a help to those having this issue.