Some questions about the "new" achievments

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

Gesia

Sergeant
72 Badges
Apr 1, 2016
70
96
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Europa Universalis IV
  • Stellaris - Path to Destruction bundle
  • Knights of Honor
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Majesty 2
  • Europa Universalis IV: Mare Nostrum
  • War of the Roses
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II
Hey there!
I took a break from the game a while ago, played one game when the expansion game out and now, with a new PC, I decided to try again and went for the new achievements.

I created Egypt and played as it, hoping to get a few achievemtents, and while I got some, I appear to have misunderstood others.

I got "freeegypt" but didnt get "cut the strings"? Also I got "The empire strikes back" when I declared war on britain (wait... what?) but didn't get "Rule Britainia" when I conquered Britain. Could someone maybe elaborate what exactly needs to be done for these achievements? Because breaking free as (puppet) Egypt seems to me like I "broke free as a puppet" and taking GB as Egypt sounds to me like I took all of Britain..... (unless this means Britain and its empire, but thats almost impossible without WC as any ally would take something of the empire, so why then not just call it WC?)
 

Sleight of Hand

retired modder
On Probation
14 Badges
Feb 14, 2012
12.114
5.868
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Hearts of Iron III
  • March of the Eagles
  • Europa Universalis IV
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Steel Division: Normand 44 Sign-up
Code:
rule_britannia = {
    id = 37
   
    possible = {
        is_ironman = yes
        difficulty > 0
        has_start_date < 1936.01.02
        has_any_custom_difficulty_setting = no
        OR = {
            tag = SAF
            tag = NZL
            tag = CAN
            tag = AST
            tag = RAJ           
        }
    }
   
    happened = {
        is_subject = no
        controls_state = 123
        controls_state = 127
        controls_state = 338
        controls_state = 126
        controls_state = 125
        controls_state = 122
        controls_state = 128
        controls_state = 129
        controls_state = 132
        controls_state = 130
        controls_state = 131
        controls_state = 133
        controls_state = 121
        controls_state = 136
        controls_state = 120
    }
}
Code:
cut_the_strings = {
    id = 38
  
    possible = {
        is_ironman = yes
        difficulty > 0
        has_start_date < 1936.01.02
        has_any_custom_difficulty_setting = no
        is_puppet = yes
    }
  
    happened = {
        is_subject = no
    }
}
Code:
the_empire_strikes_back = {
    id = 42
  
    possible = {
        is_ironman = yes
        difficulty > 0
        has_start_date < 1936.01.02
        has_any_custom_difficulty_setting = no
        tag = ENG
    }
  
    happened = {
        OR = {
            has_war_with = SAF
            has_war_with = CAN
            has_war_with = RAJ
            has_war_with = AST
            has_war_with = NZL
            has_war_with = MAL
        }
    }
}
Code:
freegypt = {
    id = 44
  
    possible = {
        is_ironman = yes
        difficulty > 0
        has_start_date < 1936.01.02
        has_any_custom_difficulty_setting = no
    }
  
    happened = {
        tag = EGY
        has_country_flag = achievement_EGY_colony
        has_country_flag = achievement_EGY_dominion
        has_country_flag = achievement_EGY_free
    }
}
 

Gesia

Sergeant
72 Badges
Apr 1, 2016
70
96
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Europa Universalis IV
  • Stellaris - Path to Destruction bundle
  • Knights of Honor
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Majesty 2
  • Europa Universalis IV: Mare Nostrum
  • War of the Roses
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II
Thx. Well now I see why I didn't get "rule Britania" (cause egypt is not tagged there - though this should somehow be shown in the achievement....) but I don't see why i got "Empire strikes back" as I wasn't Britain, I was Egypt. And I don't see why I didn't get "cut the string" as Egypt Starts as a puppet and i did fulfill "is not a subject".... :/ ... or am I misreading something here?
 

Gesia

Sergeant
72 Badges
Apr 1, 2016
70
96
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Europa Universalis IV
  • Stellaris - Path to Destruction bundle
  • Knights of Honor
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Majesty 2
  • Europa Universalis IV: Mare Nostrum
  • War of the Roses
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II
Thank you :) didn't need it as I now got the achievement as India, though that one starts as colony. I feel like the descriptions should be more precise....
 

rcbricker33

Colonel
5 Badges
Sep 28, 2012
904
720
  • Victoria 2
  • 500k Club
  • Hearts of Iron IV Sign-up
  • Victoria 3 Sign Up
  • Victoria 2: A House Divided
I believe I read somewhere that you cannot get "cut the strings" as Egypt as it starts as part of the British empire and you have to release and switch tags to play it. I think that is the issue. You have to start the game as an actual playable nation to get it.