• 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.

unmerged(14689)

The Beast from the East
Feb 12, 2003
2.366
10
Visit site
Playing EGO's UMP-mod. In the middle of a large war, so I was quite pissed to see this error message:

errorjn2.png


I tried to put 464 in the list of controlled and owned provs of Poland. It wasn't in the prov list of Crimea, though, which I had expected. Removed the prov data from Crimea and added it to Poland's list, but still the same message. My editing skills are pretty basic, so I most probably forgot something. Any ideas?

Thanks!
 
You have to move the city section too (search for "location = 464" in the save file) from Crimea to Poland.

Something like that:
Code:
    city = { 
        name = "xxxxxx" 
        population = 10160.403 
        location = 464 
        fortress = { level = 1.000 } 
        }
 
Yes yes that is a known issue at the start of the game. Golden Horde starts with provinces that are under the control and ownership of Crimea and that creates a little problem later on.

I have made a little fix on the official forum to avoid that.
 
YodaMaster said:
You have to move the city section too (search for "location = 464" in the save file) from Crimea to Poland.

Something like that:
Code:
    city = { 
        name = "xxxxxx" 
        population = 10160.403 
        location = 464 
        fortress = { level = 1.000 } 
        }

That is what I did. I must have somewhere forgotten something... But I'll check out the fix on the forum. Thanks! :)