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.
I have created an localisation-file and an "landed titles"-file. So what's wrong?
Thanks in advance, LG Phillip
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