HoI 4 - The people have stood up achievement not triggering

  • 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.

Manedpasha

Corporal
33 Badges
Mar 26, 2016
26
8
  • Hearts of Iron IV: Cadet
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Golden Century
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Third Rome
Description of issue
The people have stood up achievement not triggering

Game Version
1.8.1

Enabled DLC
Together for Victory,
Death or Dishonor,
Waking the Tiger,
Man The Guns, All of the above

Do you have mods enabled?
No

Description
I created government of national defense front with national china from the focus tree while going through agrarian socialism. After all the warlords except Sinkiang joined my faction I kicked national china out of the faction. I justified wargoal and attacked on them. After the war Guangxi Clique puppeted Nationalist China. I kicked them and decleared war on them too. I fully annexed both Guangxi and Nationalist China but the achievement doesn't pop up.

Steps to Reproduce
1. Go through government of national defense focus.
2. Have Warlords except Sinkiang in your faction.
3. Have a warlord puppet National China.
4. Kick the warlord out of the faction and declare war on it.
5. Annex the warlord and Nationalist China fully.
6. The achievement doesn't pop up.

Upload Attachment
 

Attachments

  • hoi4_22.png
    hoi4_22.png
    1,6 MB · Views: 4
The achievement wrongly requires Gannan state, which does not belong to Nationalist China's starting territory.

The requirements could just be coded like this:
Code:
        has_country_leader = { ruling_only = yes name = "Mao Zedong" }
        595 = { is_owned_by = ROOT }
        596 = { is_owned_by = ROOT }
        597 = { is_owned_by = ROOT }
        598 = { is_owned_by = ROOT }
        600 = { is_owned_by = ROOT }
        601 = { is_owned_by = ROOT }
        602 = { is_owned_by = ROOT }
        603 = { is_owned_by = ROOT }
        605 = { is_owned_by = ROOT }
        606 = { is_owned_by = ROOT }
        607 = { is_owned_by = ROOT }
        608 = { is_owned_by = ROOT }
        613 = { is_owned_by = ROOT }
        614 = { is_owned_by = ROOT }
        620 = { is_owned_by = ROOT }
        743 = { is_owned_by = ROOT }
        744 = { is_owned_by = ROOT }
        748 = { is_owned_by = ROOT }
        749 = { is_owned_by = ROOT }
        750 = { is_owned_by = ROOT }
        751 = { is_owned_by = ROOT }
        752 = { is_owned_by = ROOT }
Resulting in a tooltip like this:
Screenshot from 2020-02-10 15-27-54.png
The text of the achievement already describes the high-level goal.
 
Last edited:
The achievement wrongly requires Gannan state, which does not belong to Nationalist China's starting territory.

The requirements could just be coded like this:
Code:
        has_country_leader = { ruling_only = yes name = "Mao Zedong" }
        595 = { is_owned_by = ROOT }
        596 = { is_owned_by = ROOT }
        597 = { is_owned_by = ROOT }
        598 = { is_owned_by = ROOT }
        600 = { is_owned_by = ROOT }
        601 = { is_owned_by = ROOT }
        602 = { is_owned_by = ROOT }
        603 = { is_owned_by = ROOT }
        605 = { is_owned_by = ROOT }
        606 = { is_owned_by = ROOT }
        607 = { is_owned_by = ROOT }
        608 = { is_owned_by = ROOT }
        613 = { is_owned_by = ROOT }
        614 = { is_owned_by = ROOT }
        620 = { is_owned_by = ROOT }
        743 = { is_owned_by = ROOT }
        744 = { is_owned_by = ROOT }
        748 = { is_owned_by = ROOT }
        749 = { is_owned_by = ROOT }
        750 = { is_owned_by = ROOT }
        751 = { is_owned_by = ROOT }
        752 = { is_owned_by = ROOT }
Resulting in a tooltip like this:
View attachment 544275
The text of the achievement already describes the high-level goal.
Thank you for the info. I hope they fix it in the next patch