Edit: it seems to be caused by canceling a lend lease that includes convoys.
Last edited:
The whole concept of main armament is broken. 6x381 mm guns = 1 main battery, 8x381 mm guns = 2 main batteries. Something seems wrong...
And what about inability for UK to start Ark Royal construction in 1936, KGV and Illustrious in 1937? When it will be fixed?
Is that quote from a Mechwarrior game? I'm thinking Mercenaries, but I'm not sure if it's 2 or 4.Capital ship 'ideal dates' should probably be bumped back four years across the board. 1944 Capital Ships probably will never see actual use because, between the research time (note that going insanely ahead of time is no longer viable) and the construction time, WW2 will be over by the time those ships are even fielded.
Japan, for example, started construction of its Shokaku class aircraft carriers (which are the 1940 CVs) in December 1937.
I wanted to see the new russia tag, so just now fired up a game as the USSR and released everybody; and while my tag did switch, I got no event/notification about it. @Andy Gainey
This is intended. It works the same for the UK. It's just a minor cosmetic change - I decided not to make a huge deal about it with news events etc.
Will it be possible for AI Britain (with Winston Churchill as PM) to take the speech decisions? I would love (as US Player) to activate the Aid Britain decisions but AI Britain is somehow not doing so even with Historical Focuses on.
"- Fixed issue where various Pacific provinces weren't assigned a continent, causing the Melanesian Federation (FIJ) to not display any portraits for the country's leaders."
Granted, Christmas Island is in the Indian Ocean but might be fixed.
I mis-typed - it is 1.6.2 Beta f107 - the latest beta. This was not happening in 1.6.1, just started for me in 1.6.2.
Capital ship 'ideal dates' should probably be bumped back four years across the board. 1944 Capital Ships probably will never see actual use because, between the research time (note that going insanely ahead of time is no longer viable) and the construction time, WW2 will be over by the time those ships are even fielded.
Japan, for example, started construction of its Shokaku class aircraft carriers (which are the 1940 CVs) in December 1937.
all_state = {
OR = {
is_owned_by = ROOT
AND = {
NOT = { is_core_of = CHI }
NOT = { is_core_of = MAN }
}
NOT = { state = 728 }
NOT = { state = 729 }
NOT = { state = 326 }
}
}
all_state = {
OR = {
is_owned_by = ROOT
AND = {
NOT = { is_core_of = CHI }
NOT = { is_core_of = MAN }
NOT = { state = 728 }
NOT = { state = 729 }
NOT = { state = 326 }
}
}
}
all_state = {
OR = {
is_owned_by = ROOT
AND = {
NOT = { is_core_of = CHI }
NOT = { is_core_of = MAN }
}
AND = {
is_core_of = CHI
state = 728
}
AND = {
is_core_of = CHI
state = 729
}
AND = {
is_core_of = CHI
state = 326
}
}
}
The entire Anniversary Pack doesn't work anymore (that means portraits too).Anniversary Division Icons gone from 1.6.2 - seems the sprite numbering scheme has been disturbed??
Best fix!Reset DLC when exiting out of a game setup lobby, in case some DLC were temporarily enabled due to a multiplayer host owning them.
So for 1.6.1 it was changed:
I looks as it should work, but if you run tests with this as a event trigger you will see that it doesn't trigger it till all China cored states are owned by China.Code:all_state = { OR = { is_owned_by = ROOT AND = { NOT = { is_core_of = CHI } NOT = { is_core_of = MAN } NOT = { state = 728 } NOT = { state = 729 } NOT = { state = 326 } } } }
This is odd... In script they have very high AI values so they should take them.