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

Corporal
Dec 2, 2002
44
0
Visit site
Here is a suggestion for a solution to Error 4574 in the bug list

Bug 4574
Japanese pressure on Siam

Severity: Normal
Status: Open

History:
Japanese troops landed on 8 (7 for the Western Hemisphere) December 1941 on the Thai eastern and
southern coastal areas. On the same day its bombers attacked Pearl Harbour and opened the Pacific war
theatre against the U.S.. From the very onset of the Pacific War, it was clear that Premier Phibunsongkhram
(Phibun for short), Thailand’s number one leader at the time, was convinced that Japan would shortly win the
war and Thailand had no alternative but to be assured of its rightful place in the new Asia Order led and
mapped out by Japan, if Bangkok wished to remain a sovereign state. Within 4 days of the Japanese invasion
of the country, the Japanese-Thai Pact of Alliance was signed. The Pact singled out Thailand as the only Southeast
Asian state recognized by Imperial Japan as its equal and valuable Asian ally. As such Thailand fully retained,
at least in theory, the power and authority over its own affairs with very little interference from the Japanese.


Solution:

#########################################################################
# Japanese put pressure on Siam
#########################################################################
event = {
id = 7100
random = no
country = JAP
trigger = {
control = { province = 1744 data = SIA} # Bangkok
NOT = {
OR = {
alliance = { country = JAP country = SIA }
ispuppet = SIA
ispuppet = JAP
}
}
}

name = "Pressure Siam" #"EVT_7100_NAME"
desc = "Put pressure on Siam to join the rightful place in the new Asia Order led and mapped out by Japan." #"EVT_7100_DESC"
style = 0

date = { day = 7 month = december year = 1941 }

action_a = {
name = "OK" #"ACTIONNAME7100A" # Japanese pressure
command = { type = trigger which = 7101 } # SIA
}
action_b = {
name = "CANCEL" #"ACTIONNAME7100B" # Let them be
command = { }
}
}
#########################################################################
# Siam join or not?
#########################################################################
event = {
id = 7101
random = no
country = SIA
# Triggered by JAP 7100
name = "Fold to pressure or not?" #"EVT_7100_NAME"
desc = "Give in to Japanese demands and join the Axis or not?" #"EVT_7100_DESC"
style = 0

action_a = {
name = "OK" #"ACTIONNAME7101A" # Join the Axis
command = { type = alliance which = JAP }
command = { type = alignment which = fascist value = 100 }
command = { type = access which = JAP }
command = { type = dissent value = 10 }
command = { type = trigger which = 7102 } # JAP

}
action_b = {
name = "CANCEL" #"ACTIONNAME7101B" # Siam shall remain independent
command = { type = trigger which = 7103 } # JAP

}
}

#########################################################################
# Japanes allows Siam access
#########################################################################
event = {
id = 7102
random = no
country = JAP
# Triggered by SIA 7101
name = "Siam joined your alliance" #"EVT_7101_NAME"
desc = "Siam folded to your pressure and join your alliance" #EVT_7101_DESC"
style = 0

action_a = {
name = "OK"
command = { type = access which = SIA}
}
}

#########################################################################
# Japanese pressure Siam - Siam Refuses ->WAR!
#########################################################################
event = {
id = 7103
random = no
country = JAP
# Triggered by LIT 7101
name = "WAR with Siam" #"EVT_7103_NAME"
desc = "Siam refused to join you alliance and they shall pay for it! WAR with Siam" #"EVT_7103_DESC"
style = 0

action_a = {
name = "OK"
command = { type = war which = SIA }
}
}


What do you think?
 
Upvote 0
That this is being handled already ;)

Regarding this bug... Had a game today whits communist France, and early on I did a war to puppet Siam so Japan don't get easy rubber and free soldiers. Short war later I succeed and they was my puppet.

But later in the game I did se that Brits/Raj did start to occupy Siam. Note I was in different allians from Brits but I had a merged war where we was on same side(Luxemburg was invaded by Germany and brits garanti them and Luxemburg join my allians so wars was merged).

Any how. Japan must done "Pressure Siam" and Siam accepted there demand regardless of they already was my puppet to them.

If that focus should still be valid should not I master over Siam get to dissade if Siam should switch puppet master?