• 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(29126)

Knuffelmof
May 14, 2004
3.120
0
Ok, this probably has been posted before:

The Game:
Germany vs. the world (as in everyone)
1.06c/core .84 hard/furious/hardcore

Situation:
Iraq is at war with the Allies
Germany DOWs Iraq
Iraq joins the allies but is still at war with them :wacko:
Germany is unable to move troops onto Iraqi territory (little cross appears, just as if Iraq was still neutral)
Iraq does not move troops into unoccupied German provinces (unable to do so just like GER, checked after reload as Iraq)

this is reproduceable, after reload and DOW same situation

anyway around this (save-game edit, which parameter ?) ? I want the world ... :rolleyes:
 
Upvote 0
right at the start of the save game you have
Code:
 axis = { id = { type = 15000 id = 2 } participant = { GER FIN HUN ROM BUL CRO JAP SIA MAN } } 
    allies = { id = { type = 15000 id = 1 } participant = { ENG USA CAN SOV AST NZL SAF CHI MON FRA NEP BHU BRA MEX BOL COL COS CUB DOM SAL GUA HAI HON LIB NIC PAN } } 
    comintern = { id = { type = 15000 id = 3 } participant = { } }

delete the iraqies out of the allies and it should work.

You should also delete them in correct war section that follows (of course not out of your war)
Code:
war = { 
        id = { type = 9430 id = 1 }

That should make it work..

Of course make a back up of the save ;)

F
 
Thx, I'll do that just to gain some experience ...
actually the problem solved itsself, I just had to DOW them twice (boy is my face red, I should've waited before posting).