Summary
Argentina unable to access Fascist National ReferendumPlatform
SteamOperating System
WindowsGame Version
1.16.9Enabled DLC
- Trial of Allegiance
Do you have mods enabled?
NoDescription
Argentina is blocked from accessing Nationalist referendum if you have Trial of Allegiance DLC - if you try to flip Argentina fascist by spies/ political influence they never will be able to use that decision.In Hearts of Iron IV\common\decisions\political_decisions.txt
for decision hold_the_fascist_national_referendum
IF = {
limit = {
has_dlc = "Trial of Allegiance"
}
NOT = {
tag = ARG
}
}
it looks like this decision needs to have ai_will_do with relevant conditions added if it was blocked for some specific circumstance which as its currently implemented inhibits proper interaction with Argentina.
or to fix this or simply remove the above if statement.
also in historical Argentinas 1943 election cycle ends 7 days after decides to join the allies, it would make more sense to have the election FIRST so the relevant election can be a factor in joining the allies, it makes no sense if the election comes and fascists/communists win and Argentina joins allies anyway.
Either the duration/order of the historical focuses needs to be slightly amended or election date needs to be moved at least 11 weeks ahead and the focus ARG_join_the_allies needs :-
available = {
OR = {
has_government = neutrality
has_government = democratic
}
}
Cheers
Steps to Reproduce
Own Trial of Alleigance , raise Argentina's fascism support above 50% the decision to hold the fascist referendum is unavailableAre you playing on a save from the previous/older version of the game
NoUpload Attachment

Last edited:
- 1