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

Uroshnor

Sergeant
106 Badges
Jun 19, 2012
90
3
  • Stellaris: Synthetic Dawn
  • Hearts of Iron III
  • Heir to the Throne
  • Cities: Skylines - Snowfall
  • Leviathan: Warships
  • Magicka
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Res Publica
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Hearts of Iron III: Their Finest Hour
  • The Showdown Effect
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - After Dark
  • Cities: Skylines Deluxe Edition
  • Stellaris
  • Europa Universalis IV: Pre-order
  • Dungeonland
  • Crusader Kings II
  • 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
  • Darkest Hour
  • For the Motherland
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Stellaris: Nemesis
  • Crusader Kings II: Conclave
  • 500k Club
  • Europa Universalis III Complete
I was playing as the Fatimid caliph in the new 936 start date recently, and I noticed that, after I conquered Egypt, the decision mentioned in Dev Diary #128 to establish Cairo as the new capital was unavailable.

I checked the decision files, and I noticed that the file that includes that decision (LT_936_decisions.txt) was not in HIP's decisions folder. I checked the vanilla version, and saw that the requirements were as follows:

Code:
        potential = {
            has_landed_title = d_shiite
            has_landed_title = k_egypt
            OR = {
                has_landed_title = c_cairo
                any_realm_character = {
                    has_landed_title = c_cairo
                }
            }
            b_cairo = { has_holder = no }
            796 = {
                NOT = { num_of_max_settlements = 7 }
            }
            is_alternate_start = no
            NOT = { has_global_flag = established_cairo }
        }
        allow = {
            prestige = 500
            wealth = 500
            has_landed_title = d_shiite
            has_landed_title = k_egypt
            OR = {
                has_landed_title = c_cairo
                any_realm_character = {
                    has_landed_title = c_cairo
                }
            }
        }

Since that decision is specifically meant for the Fatimid caliph, it should surely require d_ismaili instead of d_shiite in HIP, right? Was that an oversight, or is there a reason it's been left as-is?

This is with HIP Golden1/EMF v10.0, btw.
 

zijistark

HIP Lead
58 Badges
Jan 29, 2013
5.118
3.074
zijistark.com
  • Crusader Kings II
  • Stellaris: Apocalypse
  • Knights of Honor
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II: The Old Gods
  • Cities in Motion
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis III: Chronicles
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Rights of Man
  • Victoria 2
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings III
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • 500k Club
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Hearts of Iron IV Sign-up
  • Stellaris
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
I was playing as the Fatimid caliph in the new 936 start date recently, and I noticed that, after I conquered Egypt, the decision mentioned in Dev Diary #128 to establish Cairo as the new capital was unavailable.

I checked the decision files, and I noticed that the file that includes that decision (LT_936_decisions.txt) was not in HIP's decisions folder. I checked the vanilla version, and saw that the requirements were as follows:

Code:
        potential = {
            has_landed_title = d_shiite
            has_landed_title = k_egypt
            OR = {
                has_landed_title = c_cairo
                any_realm_character = {
                    has_landed_title = c_cairo
                }
            }
            b_cairo = { has_holder = no }
            796 = {
                NOT = { num_of_max_settlements = 7 }
            }
            is_alternate_start = no
            NOT = { has_global_flag = established_cairo }
        }
        allow = {
            prestige = 500
            wealth = 500
            has_landed_title = d_shiite
            has_landed_title = k_egypt
            OR = {
                has_landed_title = c_cairo
                any_realm_character = {
                    has_landed_title = c_cairo
                }
            }
        }

Since that decision is specifically meant for the Fatimid caliph, it should surely require d_ismaili instead of d_shiite in HIP, right? Was that an oversight, or is there a reason it's been left as-is?

This is with HIP Golden1/EMF v10.0, btw.
Oversight. I'll fix it.