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

Castorem

Just Some Prole
25 Badges
Mar 6, 2014
781
1.295
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Stellaris Sign-up
  • Hearts of Iron IV Sign-up
  • Stellaris
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Sengoku
One line summary of your issue
3.0.1.1 Family First achievement not firing

Game Version
3.0.1.1

What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
I have both my daughter, mother and half-sister as concubines, yet the achievement refuses to unlock. The requirement states that either a concubine or spouse is fine, so does the code:
Code:
FAMILY_FIRST = {
    possible = {
        is_ironman = yes
        is_alternate_start = no
    }

    happened = {
        OR = {
            any_consort = {
                is_parent_of = ROOT
            }
            any_spouse = {
                is_parent_of = ROOT
            }
        }
        OR = {
            any_consort = {
                sibling = ROOT
            }
            any_spouse = {
                sibling = ROOT
            }
        }
        OR = {
            any_consort = {
                is_child_of = ROOT
            }
            any_spouse = {
                is_child_of = ROOT
            }
        }
    }
}

So either:
1) A half-sister doesn't count as a sibling for the purposes of the any_sibling scope.
2) The any_consort scope is bugged and doesn't work properly.

I'm including the save game and screenshots of the situation.

EDIT: I married my full sister and took my mother and daughter as concubines and the achievement is STILL not firing, therefore I'm of the conviction that possibly consorts are bugged and do not trigger the achievement if one is doing this with a custom reformed pagan faith, because others have stated that concubines work if one is Zoroastrian and also if one is a reformed pagan with polygamy. I have also made an additional thread in the general CK2 forums with some more details and discussions.
https://forum.paradoxplaza.com/foru...mily-first-achievement-not-unlocking.1155184/

Steps to reproduce the issue.
Reform a pagan religion to have the divine blood doctrine. Take your half-sister, mother and daughter as concubines.

Upload Attachment
 

Attachments

  • wApGxt1.jpg
    wApGxt1.jpg
    375,2 KB · Views: 1
  • U0WRfdy.jpg
    U0WRfdy.jpg
    398 KB · Views: 1
  • LjOVUo6.jpg
    LjOVUo6.jpg
    382,4 KB · Views: 1
  • gowTRGn.jpg
    gowTRGn.jpg
    371,7 KB · Views: 1
  • ESXc7xz.jpg
    ESXc7xz.jpg
    377,9 KB · Views: 1
  • Ironman_Zamora.ck2
    21,9 MB · Views: 0
Last edited:
Upvote 0