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

eastcoastceojam

General
46 Badges
Mar 21, 2018
1.950
2.263
  • Crusader Kings II
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Hearts of Iron IV: La Resistance
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • 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
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Reapers Due
  • Crusader Kings III
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron 4: Arms Against Tyranny
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Legacy of Rome
  • Europa Universalis IV
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
One line summary of your issue
CK2 3.0.1.1 (NNDO) Unable to Secret Convert to Nestorian with Mahoyadapuram Holy Site

Game Version
CK2 3.0.1.1 (NNDO)

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.
When your ruler owns a Holy Site, they get the option to Secretly Convert to the religion associated with that Holy Site. The Nestorian Holy Site in Mahoyadapuram does not seem to allow a ruler to secretly convert to the Nestorian religion. I have experimented with many other Holy Sites, and this option is always listed when right-clicking on the county shield, but not in Mahoyadapuram. I have attached an image below where you can see that I own the county, but the Secret Conversion option is not present like it is in other Holy Sites.

Steps to reproduce the issue.
Start a game in 769, pick the ruler of Mahoyadapuram, and right-click the county shield. I have all the Expansion DLCs except for the Music Packs. No Mods installed.

Upload Attachment
 

Attachments

  • nestorian holy site.jpg
    nestorian holy site.jpg
    360,9 KB · Views: 13
  • cairo.jpg
    cairo.jpg
    358,8 KB · Views: 10
Upvote 0
Works for me. Are you zealous?

No, not zealous, my ruler is a regular Hindu. I have tried as both the starting count and the Duke of Pandya Nadu, but the decision never shows up for that county. What religion is the character that you used in the above screenshot? And are you missing any of the major DLC?

I also tried consoling my Indian ruler as Bon, and the secret conversion decision still did not appear. I am able to get the secret conversion decision on other Holy Sites (Jerusalem, Cairo), but not this Nestorian one in India.
 
Last edited:
What religion is the character that you used in the above screenshot? And are you missing any of the major DLC?

Reformed Germanic, and I have all DLC (apart from ebooks).

---

I followed your steps (769 start as the Pandya duke) and was able to reproduce the issue. (I gave myself the county using the console, and also gave myself 1000 piety and prestige.) I then switched to catholic and sunni via the console - still not possible. Gave myself Jerusalem using the console and the decision was available. I also reproduced the issue in the 1066 start as both the Chola king and his Chera duke vassal. I tried changing culture and religion to (among other things) Norse and unreformed Germanic. I tried letting the game run for a few months. I tried forcing succession (by killing the player character). I then tried the independent Chera duke in the 867 start. In all of these tests, the decision was present in Jerusalem but not in Mahoyadapuram.

This seems like a bug to me. However, I have no explanation for why the decision is available in my in-progress game but is not available in a new start.
 
I figured out why this is not possible.

Code:
secretly_convert_to_nestorian_holy_site = {
       ...
        potential = {
            tier = COUNT
            NOT = {
                location = { religion = nestorian }
            }
            OR = {
                is_holy_site = nestorian
                any_de_jure_vassal_title = {
                    is_holy_site = nestorian
                }
            }
       ...

To take this decision the province cannot be of the religion you are trying to convert to. This is presumably because there is a separate decision for converting to the religion of any owned county, and if both were enabled the religion would show up on the list twice. However, that other decision currently does not work correctly due to a bug, so neither option works!
 
As for patch 3.1 (KKAD), the issue still exist: at least for me.