• 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.
Although there is now a 1.06b, here's my summary of 1.05c fixes:

Add closing } to Adv. Torpedo Bomber in units\torpedo_plane.txt

Change capital to 284 in 1936\columbia.inc
Change capital to 643 in 1936\poland.inc

Join broken lines in uk.inc: Gibralter Defense Force and Singapore Defense Force

In events\increased_spheres.txt event 1504 should be USA instead of SOV. (This event is never used).

Soviet ministers in 1939 scenario are bad. (Don't know the fix for this.)

In events\increased_spheres.txt add date+offset+deathdates to USA events for South America.

In 1936\italy.inc remove the partial 'airunit':
airunit = {
location = 906
id = { type = 14000 id = 185 }
name = "8a Divisione Caccia 'Astore'"
##########################################

In db\tech\armor_tech.txt add 11407 (Armored Spearhead Doctrine) to prereqs for IMT80. (Or remove it from other IMTs as was done in 1.06.)

In db\events\usa.txt event 3705: remove random trigger, add 'exists = DEN' trigger, change offset to '1'

Reverse sign of 'ground_def_eff' modifications in tech files to workaround bug; variable affects ENEMY instead of friendly troops.

Only with picture packs:
In db\events\finland.txt event 3200 action_a change minister id 29099 to 29104 and 29100 to 29105 (both Carl G. Mannerheim).

With November 4 picture pack:
In db\leaders\usa.csv Lee;60223;USA;2;253 should be Lee;60223;USA;2;257
 
Soviet cabinet in 1939 (by Vulture) :

'Replace the current setup in the scenarios/1939/sov.inc with the following

foreignminister = { type = 9 id = 4034 }
ministerofsecurity = { type = 9 id = 4041 }
ministerofintelligence = { type = 9 id = 4046 }
chiefofstaff = { type = 9 id = 4051 }
chiefofnavy = { type = 9 id = 4062 }
chiefofair = { type = 9 id = 4066 }

Note that you'll need the latest picture pack for these...'

By Long Lance: With these lines above you also can rescue savegames.
 
Thanks, added to my file.
Long Lance said:
Note that you'll need the latest picture pack for these...
This can be either the Aug 10 or Nov 11 pack since SOV minister file did not change between the two.
 
Sorry for rewarming this old meal, but perhaps and hopefully someone can help me.

The 1.05c National China Cabinet seems to be buggy. I get a Crime Fighter as Chief of staff.
(I annexed Com China in early 37)

Is there someone who please has a fix-it for this (plz no 'patch to 1.06X')?
 
Long Lance said:
Sorry for rewarming this old meal, but perhaps and hopefully someone can help me.

The 1.05c National China Cabinet seems to be buggy. I get a Crime Fighter as Chief of staff.
(I annexed Com China in early 37)

Is there someone who please has a fix-it for this (plz no 'patch to 1.06X')?
There's a duplicate ID 52069 in the Nov 11 pic pack ministers_chi.csv file. In two of the Democratic cabinets he is a Crime Fighter Minister of Security as well as being a replacement Chief of Staff. Since you are unlikely to be Democratic I would just delete the Democratic cabinets (or just this minister in those cabinets) as a quick fix. You could also change them to free IDs such as 52089 and 52090. BTW this has not been fixed in 1.06 or 1.06c since they are still using the same minister file.
 
Thank you very much!
I hope i can fix this somehow by editing the savegame in this way.

Only 3 more Japanese provinces to conquer an the Asean Mainland and starting the Chinese Power Mongering, this was very frustrating :mad:
 
Long Lance said:
Thank you very much!
I hope i can fix this somehow by editing the savegame in this way.
Look for this in the savegame:
Code:
    minister = { 
        id = { type = 9 id = 52069 } 
        name = "Ku Cheng-lun" 
        picture = "Ku_Cheng_lun_chi" 
        position = ChiefOfStaff 
        category = paternal_autocrat 
        cabinet = cabinet_a 
        cabinet = ruling 
        trait = 22 
        loyalty = 4 
        year = 1938 
        a_years = { 1940 1944 } 
        }
(The game has merged the three conflicting ministers.) Change it to:
Code:
    minister = { 
        id = { type = 9 id = 52069 } 
        name = "Pai Chung-hsi" 
        picture = "chongxi_bai_chi" 
        position = ChiefOfStaff 
        category = paternal_autocrat 
        cabinet = ruling 
        trait = 35 
        loyalty = 2 
        year = 1938 
        }