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

Yes_Aranovich

Sergeant
1 Badges
Mar 2, 2015
75
23
  • Crusader Kings II
I'm sure this has been asked at some point before, but I cannot seem to find a thread on it. Is there a way to give the Catholic style succession to the Orthodox Church. The system of Pentarchs and Patriarchs is much less engaging and immersive than the electing of Cardinals and Papal elections we find in the Catholic Church. I have actually played a game where I converted to the Byzantine Empire to Catholicism solely to play with the Catholic system. Help.
 

SUINED

General
70 Badges
Apr 9, 2009
1.869
135
  • Europa Universalis 4: Emperor
  • Victoria 2: A House Divided
  • Europa Universalis IV
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Crusader Kings II
  • Majesty 2
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Crusader Kings II: Charlemagne
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Divine Wind
  • For the Motherland
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Imperator: Rome - Magna Graecia
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome Sign Up
  • Hearts of Iron IV: La Resistance
  • Crusader Kings II: Horse Lords
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
The same way to give the pagans the "papal" election

In the archive 00_religions.txt

Code:
 orthodox = {
        graphical_culture = westerngfx

        icon = 2
        heresy_icon = 7
       
        color = { 0.7 0 0.5 }
       
        crusade_name = CRUSADE
        scripture_name = THE_BIBLE
        priest_title = PRIEST
       
        high_god_name = GOD_GOD
       
        god_names = {
            GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
        }
       
        evil_god_names = {
            SATAN LUCIFER THE_DEVIL
        }
       
        investiture = yes
        can_have_antipopes = yes
        can_excommunicate = yes
        can_grant_divorce = yes
        can_grant_invasion_cb = invasion
        can_call_crusade = no
        priests_can_inherit = no
       
        can_retire_to_monastery = yes
       
        religious_clothing_head = 2
        religious_clothing_priest = 2
    }

And in the 00_religious_titles.txt

Code:
title_orthodox_cardinal = {
    religion = orthodox
    can_elect_head = yes
   
    grant_limit = 9
   
    realm_in_name = no
    show_as_title = yes
   
    opinion_effect = 20
    dignity = 0.9
   
    monthly_salary = 0.1
    monthly_prestige = 0.5
   
    allow = {
        religion = orthodox
        is_theocracy = yes
        k_orthodox = {
            holder_scope = {
                is_within_diplo_range = ROOT
            }
        }
       
        NOT = {
            top_liege = {
                any_vassal = {
                    any_claim = {
                        title = k_orthodox
                    }
                }
            }
        }
    }
   
    gain_effect = {
    }
   
    lose_effect = {
    }

    message = yes
}
 
  • 1
Reactions:

Yes_Aranovich

Sergeant
1 Badges
Mar 2, 2015
75
23
  • Crusader Kings II
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.
 

Yes_Aranovich

Sergeant
1 Badges
Mar 2, 2015
75
23
  • Crusader Kings II
I made a new .gui file called orthodox_domestic_religion.gui:
Code:
windowType = {
        name = "domestic_religion_title_orthodox_cardinal"
        backGround =""
        position = { x = 0 y = 97 }
        size = { x = 576 y = 512 }
        moveable = 0
        dontRender = ""
        horizontalBorder = "0"
        verticalBorder = ""
        fullScreen = no
        Orientation = "UPPER_LEFT"
#        upsound = click
       
        iconType = {
            name ="religion_bg"
            spriteType = "GFX_religion_cardinals_bg"
            position = { x= 5 y = 44 }
            Orientation = "UPPER_LEFT"
        }
       
        instantTextBoxType = {
            name = "title_orthodox_cardinal_header"
            position = { x = 18 y = 237 }
            textureFile = ""
            font = "vic_18"
            borderSize = {x = 0 y = 0}
            text = "COLLEGE_OF_CARDINALS"
            maxWidth = 512
            maxHeight = 18
            fixedsize = yes
            format = centre
        }
       
        guiButtonType =    {
            name = "back_button"
            position = { x=200 y=625 }
            quadTextureSprite ="GFX_standard_button_148"
            buttonFont = "vic_18"
            buttonText = "BACK"
            Orientation = "UPPER_LEFT"
            clicksound = character_view_click
            pdx_tooltip = "BACK_TO_RELIGION_VIEW"
        }
       
        ### religous head
        windowType = {
            name = "religious_head"
            backGround =""
            position = { x=105 y=90 }   
            size = { x = 104 y = 104 }
            moveable = 0
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            instantTextBoxType = {
                name = "head_label"
                position = { x = -75 y = -37 }
                textureFile = ""
                font = "vic_22_black"
                borderSize = {x = 0 y = 0}
                text = "POPE"
                maxWidth = 250
                maxHeight = 24
                fixedsize = yes
                format = centre
            }
           
            instantTextBoxType = {
                name = "head_controller_name"
                position = { x = -75 y = 111 }
                textureFile = ""
                font = "vic_22"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 250
                maxHeight = 24
                fixedsize = yes
                format = centre
            }
            guiButtonType =
            {
                name ="controller_portrait"
                quadTextureSprite = "GFX_char_100"
                position = { x = 0 y = 0 }
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name = "controller_portrait_frame"
                quadTextureSprite = "GFX_charframe_100"
                position = { x= -8 y = -9 }
                Orientation = "UPPER_LEFT"
            }
           
            guiButtonType = {
                name ="head_title"
                quadTextureSprite = "GFX_shield_medium"
                position = { x= 74 y = 51 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType = {
                name ="head_title_crown"
                spriteType = "GFX_shield_crown_strip_medium"
                position = { x= 86 y = 28 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType = {
                name ="opinion_bg_big"
                spriteType = "GFX_opinion_bg_big"
                position = { x= -10 y = 75 }
                Orientation = "UPPER_LEFT"
            }
            instantTextBoxType = {
                name = "rel_head_opinion"
                position = { x = -10 y = 81 }
                textureFile = ""
                font = "vic_18"
                borderSize = { x = 0 y = 0 }
                text = ""
                maxWidth = 40
                maxHeight = 24
                format = centre
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "HELLO"
                pdx_tooltip_delayed = "WORLD"
            }
        }
       
        ### expected religious head
        windowType = {
            name = "expected_religious_head"
            backGround =""
            position = { x=337 y=95 }   
            size = { x = 104 y = 104 }
            moveable = 0
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            instantTextBoxType = {
                name = "expected_head_label"
                position = { x = -33 y = -30 }
                textureFile = ""
                font = "vic_22_black"
                borderSize = {x = 0 y = 0}
                text = "PREFERATI"
                maxWidth = 216
                maxHeight = 24
                fixedsize = yes
                format = centre
                pdx_tooltip = "PREFERATI_TOOLTIP"
            }
           
            instantTextBoxType = {
                name = "expected_head_controller_name"
                position = { x = -33 y = 106 }
                textureFile = ""
                font = "vic_22"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 216
                maxHeight = 24
                fixedsize = yes
                format = centre
            }
            guiButtonType =
            {
                name ="controller_portrait"
                quadTextureSprite = "GFX_char_75"
                position = { x = 35 y = 5 }
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name = "controller_portrait_frame"
                quadTextureSprite = "GFX_charframe_75"
                position = { x= 27 y = -4 }
                Orientation = "UPPER_LEFT"
            }
           
            guiButtonType = {
                name ="head_title"
                quadTextureSprite = "GFX_shield_medium2"
                position = { x= 94 y = 51 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType = {
                name ="head_title_crown"
                spriteType = "GFX_shield_crown_strip_medium2"
                position = { x= 104 y = 35 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType = {
                name ="opinion_bg_big"
                spriteType = "GFX_opinion_bg_big"
                position = { x= 19 y = 60 }
                Orientation = "UPPER_LEFT"
            }
            instantTextBoxType = {
                name = "expected_rel_head_opinion"
                position = { x = 19 y = 66 }
                textureFile = ""
                font = "vic_18"
                borderSize = { x = 0 y = 0 }
                text = ""
                maxWidth = 40
                maxHeight = 24
                format = centre
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "HELLO"
                pdx_tooltip_delayed = "WORLD"
            }
        }
       
        ### title cardinal entry 1
        windowType = {
            name = "title_orthodox_cardinal_entry_1"
            backGround =""
            position = { x=40 y=238 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 2
        windowType = {
            name = "title_orthodox_cardinal_entry_2"
            backGround =""
            position = { x=140 y=238 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           

            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 3
        windowType = {
            name = "title_orthodox_cardinal_entry_3"
            backGround =""
            position = { x=240 y=238 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 4
        windowType = {
            name = "title_orthodox_cardinal_entry_4"
            backGround =""
            position = { x=340 y=238 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 5
        windowType = {
            name = "title_orthodox_cardinal_entry_5"
            backGround =""
            position = { x=440 y=238 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 6
        windowType = {
            name = "title_orthodox_cardinal_entry_6"
            backGround =""
            position = { x=95 y=338 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
        ### title cardinal entry 7
        windowType = {
            name = "title_orthodox_cardinal_entry_7"
            backGround =""
            position = { x=195 y=338 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
       
        ### title cardinal entry 8
        windowType = {
            name = "title_orthodox_cardinal_entry_8"
            backGround =""
            position = { x=295 y=338 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
       
        ### title cardinal entry 9
        windowType = {
            name = "title_orthodox_cardinal_entry_9"
            backGround =""
            position = { x=395 y=338 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            guiButtonType =    {
                name ="vote_portrait"
                quadTextureSprite= "GFX_char_34"  
                position = { x= 42 y = 75 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="vote_portrait_frame"
                quadTextureSprite = "GFX_charframe_34"
                position = { x= 35 y = 69 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 28 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 20 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType =
            {
                name = "papal_election_values"
                spriteType = "GFX_papal_election_values"
                position = { x= 23 y = 85 }
                Orientation = "UPPER_LEFT"
            }

            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= -15 y = 54 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "vote_label"
                position = { x = -10 y = 85 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = "CARDINAL_VOTE"
                maxWidth = 45
                maxHeight = 20
                fixedsize = yes
                format = left
            }
        }
       
        ### expected next title cardinal
        windowType = {
            name = "expected_next_title_orthodox_cardinal"
            backGround =""
            position = { x=414 y=476 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            instantTextboxType = {
                name = "expected_next_title_orthodox_cardinal_label"
                position = { x=-25 y=-9 }
                textureFile = ""
                font = "Arial12_black"
                borderSize = { x = 0 y = 0 }
                text = "expected_next_title_orthodox_cardinal"
                format = centre
                maxWidth = 110
                maxHeight = 20
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "expected_next_title_orthodox_cardinal_tooltip"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 25 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 17 }
                Orientation = "UPPER_LEFT"
            }
           
            guiButtonType = {
                name ="shield"
                quadTextureSprite = "GFX_shield_small"
                position = { x= 45 y = 51 }
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "controller_name"
                position = { x = -45 y = 79 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 150
                maxHeight = 20
                fixedsize = yes
                format = centre
            }
            instantTextBoxType = {
                name = "controller_desc"
                position = { x = -45 y = 98 }
                textureFile = ""
                font = "Arial12"
                borderSize = { x = 0 y = 0 }
                text = ""
                maxWidth = 150
                maxHeight = 50
                format = centre
                fixedsize = yes
                Orientation = "UPPER_LEFT"
            }
            instantTextBoxType = {
                name = "expected_candidate_controller_influence"
                position = { x = -45 y = 119 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 150
                maxHeight = 20
                fixedsize = yes
                format = centre
            }
        }
       
        # my best candidate
        windowType = {
            name = "best_candidate_title_orthodox_cardinal"
            backGround =""
            position = { x=255 y=476 }   
            size = { x = 104 y = 104 }
            moveable = 0
            dontRender = ""
            horizontalBorder = ""
            verticalBorder = ""
            fullScreen = no
           
            instantTextboxType = {
                name = "best_candidate_title_orthodox_cardinal_label"
                position = { x=-25 y=-9 }
                textureFile = ""
                font = "Arial12_black"
                borderSize = { x = 0 y = 0 }
                text = "best_candidate_title_orthodox_cardinal"
                format = centre
                maxWidth = 110
                maxHeight = 20
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "best_candidate_title_orthodox_cardinal_tooltip"
            }

            guiButtonType =    {
                name ="portrait"
                quadTextureSprite= "GFX_char_50"  
                position = { x= 7 y = 25 }
                Orientation = "UPPER_LEFT"
                pdx_tooltip = "CHARACTER_TOOLTIP"
                pdx_tooltip_delayed = "CHARACTER_TOOLTIP_DELAYED"
            }
            guiButtonType =
            {
                name ="portrait_frame"
                quadTextureSprite = "GFX_charframe_50"
                position = { x= 0 y = 17 }
                Orientation = "UPPER_LEFT"
            }
           
            iconType = {
                name ="opinion_bg"
                spriteType = "GFX_opinion_bg"
                position = { x= 45 y = 55 }
                Orientation = "UPPER_LEFT"
            }
            instantTextBoxType = {
                name = "best_candidate_controller_opinion"
                position = { x = 47 y = 61 }
                textureFile = ""
                font = "Arial12"
                borderSize = { x = 0 y = 0 }
                text = ""
                format = centre
                maxWidth = 30
                maxHeight = 20
                Orientation = "UPPER_LEFT"
            }
           
            instantTextBoxType = {
                name = "controller_name"
                position = { x = -45 y = 79 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 150
                maxHeight = 20
                fixedsize = yes
                format = centre
            }
            instantTextBoxType = {
                name = "controller_desc"
                position = { x = -45 y = 98 }
                textureFile = ""
                font = "Arial12"
                borderSize = { x = 0 y = 0 }
                text = ""
                maxWidth = 150
                maxHeight = 50
                format = centre
                fixedsize = yes
                Orientation = "UPPER_LEFT"
            }
            instantTextBoxType = {
                name = "best_candidate_controller_influence"
                position = { x = -45 y = 119 }
                textureFile = ""
                font = "vic_18"
                borderSize = {x = 0 y = 0}
                text = ""
                maxWidth = 150
                maxHeight = 20
                fixedsize = yes
                format = centre
            }
        }
       
        ### campaign fund stuff
        instantTextBoxType = {
            name = "campaign_fund_cardinals_label"
            position = { x = 43 y = 506 }
            textureFile = ""
            font = "vic_18"
            borderSize = {x = 0 y = 0}
            text = "CAMPAIGN_FUND"
            maxWidth = 140
            maxHeight = 20
            fixedsize = yes
            format = centre
            pdx_tooltip = "CAMPAIGN_FUND_CARDINALS_TOOLTIP"
        }
       
        guiButtonType = {
            name = "button_dec_campaign_funds"
            position = { x=48 y=537 }
            quadTextureSprite ="GFX_topbar_date_minus"
            Orientation = "UPPER_LEFT"
        }
       
        instantTextBoxType = {
            name = "campaign_funds"
            position = { x = 72 y = 540 }
            textureFile = ""
            font = "vic_22"
            borderSize = {x = 0 y = 0}
            text = "0"
            maxWidth = 60
            maxHeight = 24
            fixedsize = yes
            format = right
        }
        iconType = {
            name ="tax_icon"
            spriteType ="GFX_icon_wealth"
            position = { x = 131 y = 537 }
        }

        guiButtonType = {
            name = "button_inc_campaign_funds"
            position = { x=160 y=537 }
            quadTextureSprite ="GFX_topbar_date_plus"   
            Orientation = "UPPER_LEFT"
        }
    }
}

I edited 00_religions.txt with this:

Code:
        orthodox = {
            graphical_culture = westerngfx

            icon = 2
            heresy_icon = 7
    
            color = { 0.7 0 0.5 }
    
            crusade_name = CRUSADE
            scripture_name = THE_BIBLE
            priest_title = PRIEST
    
            high_god_name = GOD_GOD
    
            god_names = {
                    GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN
            }
    
            evil_god_names = {
                    SATAN LUCIFER THE_DEVIL
            }
    
            investiture = yes
            can_excommunicate = yes
            can_grant_divorce = yes
            can_grant_invasion_cb = invasion
            can_call_crusade = yes
            priests_can_marry = yes
            priests_can_inherit = no
    
            can_retire_to_monastery = yes
    
            religious_clothing_head = 2
            religious_clothing_priest = 2
        }

I added this to the end of 00_religious_titles.txt:

Code:
title_orthodox_cardinal = {
    religion = orthodox
    can_elect_head = yes
  
    grant_limit = 9
  
    realm_in_name = no
    show_as_title = yes
  
    opinion_effect = 20
    dignity = 0.9
  
    monthly_salary = 0.1
    monthly_prestige = 0.5
  
    allow = {
        religion = orthodox
        is_theocracy = yes
        k_orthodox = {
            holder_scope = {
                is_within_diplo_range = ROOT
            }
        }
      
        NOT = {
            top_liege = {
                any_vassal = {
                    any_claim = {
                        title = k_orthodox
                    }
                }
            }
        }
    }
  
    gain_effect = {
    }
  
    lose_effect = {
    }

    message = yes
}

I have made no other changes to my game.
 

SUINED

General
70 Badges
Apr 9, 2009
1.869
135
  • Europa Universalis 4: Emperor
  • Victoria 2: A House Divided
  • Europa Universalis IV
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Crusader Kings II
  • Majesty 2
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Crusader Kings II: Charlemagne
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Divine Wind
  • For the Motherland
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Imperator: Rome - Magna Graecia
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome Sign Up
  • Hearts of Iron IV: La Resistance
  • Crusader Kings II: Horse Lords
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
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

08ca2ea875074927990601f2fce9ebdb.jpg


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
        }          
    }
 
Last edited: