I think I have figured out how to import the GUI for the College of Cardinals in for the Orthodox, but I haven't figured out how to get rid of the Pentarchs/Patriachs screen, which is causing my game to crash each time.
why? Is easier the way i told you
The problem you have is too easy to solve,
change in the 00_religious_titles.txt the name of title_orthodox_cardinal to title_cardinal, the .gui i don`t know how to change, i need to check all of the celtic_pagan_reformed religion on ck2+ to repair the no antipopes bug
I forget something important to change in the archive succession_laws.txt
Code:
succ_papal_succession = {
potential = {
OR = {
title = k_papal_state
title = k_othodox
}
}
effect = {
succession = papal_succession
}
revoke_allowed = {
always = no
}
}
succ_open_elective = {
potential = {
NOT = { title = k_papal_state }
NOT = { title = k_orthodox }
temporary = no
OR = {
is_primary_type_title = yes
holy_order = yes
AND = {
tier = baron
OR = {
is_republic = yes
AND = {
is_theocracy = yes
NOT = { holder_scope = { religion_group = muslim } }
}
}
}
holder_scope = {
OR = {
is_republic = yes
AND = {
is_theocracy = yes
NOT = { religion_group = muslim }
}
}
}
}
OR = {
is_landless_type_title = yes
holder_scope = { is_theocracy = no }
holder_scope = {
NOT = { religion = catholic }
NOT = { religion = fraticelli }
NOT = { religion = orthodox }
}
}
holder_scope = {
is_patrician = no
is_merchant_republic = no
OR = {
independent = yes
is_feudal = no
NOT = {
any_liege = {
holy_order = yes
}
}
}
}
NAND = {
has_law = succession_voting_power_1
has_law = succ_feudal_elective
}
}
effect = {
succession = open_elective
}
revoke_allowed = {
always = no
}
}
succ_catholic_bishopric = {
potential = {
is_landless_type_title = no
OR = {
AND = {
tier = baron
is_theocracy = yes
}
holder_scope = { is_theocracy = yes }
}
holder_scope = {
OR = {
religion = catholic
religion = fraticelli
religion = othodox
}
is_merchant_republic = no
OR = {
independent = yes
is_feudal = no
NOT = {
any_liege = {
holy_order = yes
}
}
}
}
is_primary_type_title = no
}
effect = {
succession = catholic_bishopric
}
revoke_allowed = {
always = no
}
}
succ_open_elective = {
potential = {
NOT = { title = k_papal_state }
NOT = { title = k_orthodox }
temporary = no
OR = {
is_primary_type_title = yes
holy_order = yes
AND = {
tier = baron
OR = {
is_republic = yes
AND = {
is_theocracy = yes
NOT = { holder_scope = { religion_group = muslim } }
}
}
}
holder_scope = {
OR = {
is_republic = yes
AND = {
is_theocracy = yes
NOT = { religion_group = muslim }
}
}
}
}
OR = {
is_landless_type_title = yes
holder_scope = { is_theocracy = no }
holder_scope = {
NOT = { religion = catholic }
NOT = { religion = fraticelli }
NOT = { religion = orthodox }
}
}
holder_scope = {
is_patrician = no
is_merchant_republic = no
OR = {
independent = yes
is_feudal = no
NOT = {
any_liege = {
holy_order = yes
}
}
}
}
NAND = {
has_law = succession_voting_power_1
has_law = succ_feudal_elective
}
}
effect = {
succession = open_elective
}
revoke_allowed = {
always = no
}
}
succ_catholic_bishopric = {
potential = {
is_landless_type_title = no
OR = {
AND = {
tier = baron
is_theocracy = yes
}
holder_scope = { is_theocracy = yes }
}
holder_scope = {
OR = {
religion = catholic
religion = fraticelli
religion = orthodox
}
is_merchant_republic = no
OR = {
independent = yes
is_feudal = no
NOT = {
any_liege = {
holy_order = yes
}
}
}
}
is_primary_type_title = no
}
effect = {
succession = catholic_bishopric
}
revoke_allowed = {
always = no
}
}