• 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.
Instead of modding, did you think of simply changing the game rule for it to "Slower" ?

Regarding the modification question, pretty sure you have to mod the job_lord_spiritual.txt file
and change mtth and/or modifiers for event 900 and nothing in defines.
 
Last edited:
Instead of modding, did you think of simply changing the game rule for it to "Slower" ?

Regarding the modification question, pretty sure you have to mod the job_lord_spiritual.txt file
and change mtth and/or modifiers for event 900 and nothing in defines.
Of course i changed the game rule. I'm not an idiot and i've been playing this game for years. I'm trying to slow it down even further. I would assume that players who aren't comfortable enough to tinker with game rules, certainly aren't trying to tinker with the defines files. It's kind of funny you thought that would be the case. Like, how stupid do you think everyone else is. Thanks for actually trying to answer the question though
 
Of course i changed the game rule. I'm not an idiot and i've been playing this game for years. I'm trying to slow it down even further. I would assume that players who aren't comfortable enough to tinker with game rules, certainly aren't trying to tinker with the defines files. It's kind of funny you thought that would be the case. Like, how stupid do you think everyone else is.

How should i know all this ? Right, not at all. Maybe you assumed a bit much, eh...
You didn't deliver that information, so you shouldn't expect me/people to consider this nondelivered information.

Besides that, you posted in the general forum originally and not in the User Modifcation forum, where a pure modification
question belongs.

Thanks for actually trying to answer the question though

You're welcome.
 
How should i know all this ? Right, not at all. Maybe you assumed a bit much, eh...
You didn't deliver that information, so you shouldn't expect me/people to consider this nondelivered information.

Besides that, you posted in the general forum originally and not in the User Modifcation forum, where a pure modification
question belongs.



You're welcome.
The way you intially responded was very condescending. And it's not the first or even tenth time i've seen you answer a question in that way. You didnt even bother trying to answer my question at first, just asked, patronizingly, whether i had been smart enough to think of changing the game rule. Admittedly, I did have my initial reaction before i had noticed that you edited in an answer to my actual question. So in the end, no harm done
 
Last edited:
  • 1
Reactions:
The way you intially responded was very condescending. And it's not the first or even tenth time i've seen you answer a question in that way. You didnt even bother trying to answer my question at first, just asked, patronizingly, whether i had been smart enough to think of changing the game rule.
???
Welcome filling my ignore list.

PS (a few days later) :....and taken off the list again.
 
Last edited:
  • 2Haha
  • 1
Reactions:
Is there anyway to slow down the speed of the proselytize councillor ability in the defines files. If so, how
Probably not defines.lua modding, but events modding
I used to have same problem, the pagan converts to catholic way too fast.
My dirty quick fix is
religious_events.txt
Code:
##########################
### Proselytize Events ###
##########################

# Preacher Arrives
character_event = {
    id = 39600
    desc = EVTDESC39600
...
option = {
        name = EVTOPTB39600 # Allow them to preach
        ai_chance = {
            factor = 1
          
+           # Game rules
+           modifier = {
+               factor = 0.3
+               has_game_rule = {
+                   name = religious_conversion
+                   value = slower
+               }
+           }
And a few more additional modifier like this to slow it down. You may also want to apply these in event 39601.
By doing so, it slow down the mass conversion phenomenon you had in early game.
It's far from good and I'm still looking a better solution in CK2+ or other good mods for a mechanism fix.
BTW Quick questions thread suits your problem better, modder(me!) nowadays lessly check this sub forum instead of the helping thread.
 
Last edited:
  • 1Like
Reactions: