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

Ramit110

Recruit
43 Badges
May 1, 2017
6
0
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • 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 III
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
  • Semper Fi
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
One line summary of your issue
Missing code in Vanilla 3.2.1 AZCE

Game Version
3.2.1

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
I was looking at the bloodline code currently used and noticed that the following block seems to have a missing picture or something.
Code:
event_religion_peaceful_bloodline_04 = {
    picture = GFX_bloodlines_symbol_pagan #Pagan
    inheritance = patrilineal
    allow_bastards = yes
    monthly_character_piety = 0.1
    tech_growth_modifier_culture = 0.05
    church_opinion = 4
    active = {
        religion_same_as_bloodline_founder_trigger = yes
#        custom_tooltip = {
#            text = saintly_bloodline_same_religion_TT
#            FROM = {
#                founder = {
#                    religion = ROOT
#                }
#            }
#        }
    }
    bloodline_effect_more_philosophers = 1
    flags = { created_bloodline bloodline_more_philosophers }
}
which is triggered from HF.24064. The thing is "GFX_bloodlines_symbol_pagan" is not defined in the code and so I'd imagine is either hard coded or just not defined bt accident.

Steps to reproduce the issue.


Upload Attachment
 
Upvote 0