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

Phillipm02

Private
43 Badges
Dec 26, 2017
19
1
  • Victoria 3 Sign Up
  • Battle for Bosporus
  • Hearts of Iron IV: La Resistance
  • Cities: Skylines Industries
  • Mount & Blade: With Fire and Sword
  • Victoria 2
  • Sengoku
  • Crusader Kings II
  • Crusader Kings II: The Old Gods
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cossacks
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Wealth of Nations
  • Cities: Skylines
  • Cities: Skylines - Snowfall
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - After Dark
  • Cities: Skylines - Parklife
  • Prison Architect
  • Stellaris
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Together for Victory
  • Imperator: Rome
  • Imperator: Rome Sign Up
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Crusader Kings III Referal
I want to create an new religion for my mod. Can someone please tell me, what I have do wrong.

The religion I created is display as "Noreligion" and has an cross as emblem.

Code:
pagan_group = {
    has_coa_on_barony_only = yes
    graphical_culture = norsegfx
    playable = yes
    hostile_within_group = yes
    
    ai_convert_same_group = 2 # always try to convert
    ai_convert_other_group = 0    # never try to convert
    ai_fabricate_claims = no
    
    color = { 0.6 0.0 0.0 }
    
    interface_skin = { pagan_interface }
    
    # Names given only to Pagan characters (base names)
    male_names = {
    }
    female_names = {
    }
    
    arab_pagan = {
        graphical_culture = muslimgfx
        secondary_event_pictures = pagangfx
        
        alternate_start = { always = no }

        icon = 5
        
        color = { 0.3 0.3 0.0 }
        
        high_god_name = GOD_ALLAH
        
        god_names = {
            GOD_ALLAT GOD_ALUZZA GOD_MANAT GOD_QUZAH
        }
        evil_god_names = {
            THE_DARK_SPIRITS
        }
        
        crusade_name = GREAT_HOLY_WAR
        scripture_name = DUWAR
        priest_title = AFKAL
        priests_can_marry = yes
        female_temple_holders = yes
        allow_looting = yes
        max_consorts = 3
        
        defensive_attrition = yes
        
        religious_clothing_head = 13
        religious_clothing_priest = 3
        
        allow_in_ruler_designer = no
        
        dynamic_cult = no
        secret_religion = no
    }
}

I have created an localisation-file and an "landed titles"-file. So what's wrong?

Thanks in advance, LG Phillip