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

G.Strategos

Proud former M&T Member
24 Badges
Mar 21, 2009
3.835
625
  • Crusader Kings II
  • March of the Eagles
  • Hearts of Iron III Collection
  • Europa Universalis IV: Call to arms event
  • Victoria 2
  • Victoria 3 Sign Up
  • Crusader Kings III
  • Imperator: Rome Sign Up
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Pre-order
  • Europa Universalis III: Collection
  • 500k Club
  • War of the Roses
  • Europa Universalis IV
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Darkest Hour
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: The Republic
Hey, guys!
Ziji, Team.

I'm back to CK2 after many months and I have (accidentally) just found a quite serious issue with two sub-parts. Not sure who's still active now that CK3 is out, but I can see @Delnar_Ersike is still fixing bugs, in the beta and that's really good to know!

1) Tribals don't have the ''shut the gate'' (seclude) decision, even when the Epidemic is right in their capital (both player and AI).
2) Feudals have it, no matter the epidemic's distance. Even when an epidemic hits India, William the Bastard can shut its castle's gates in Normandy.

I'm not 100% sure these are actual bugs, but I have found a fellow player's report, with a similar issue before some time (check here). ZIji told him it's probably a mod conflict, but, it's not a conflict for sure, cause I'm using a clean FULL HIP (Frosty 3) installation atm and this issue is still hitting the AI and Human Player alike.

I've searched the code in rip_various_decisions.txt and I have found the issue in:

potential = {
has_dlc = "Reapers"
OR = {
is_landed = yes
is_patrician = yes
}
NOR = {
is_tribal = yes
is_nomadic = yes
is_inaccessible_trigger = yes
}
emf_hiprio_decision_basic_potential = yes
}

1) If you want your tribals and nomads to be able to seclude themselves during an epidemic, just delete them in the ''NOR'' bracket.
2) To fix the second issue, just replace the rip_various_decisions.txt (Seclusion parts) with the Vanilla ones, and now you can only shut the gates when the disease strikes near you capital, which I think is what the HIP team was trying to do since Hades 5 as you can see from its release notes: (Reaper's Due) Shut The Gates! decision now only becomes available when an epidemic is actually nearby your capital rather than anywhere at all within your independent realm.

Well, I'm too lazy to clean fix them atm with proper coding and it's also 5 in the morning here :p

I hope, this will not interfere (I think it won't) with the ''go-to hiding'' decision, when someone is trying to murder you and the devs will see it and ''fix'' it properly if it's indeed a bug.
Till then, just use my instructions, if you want to try a dirty dirty fix :D

Cheers!
 
Last edited:
  • 1
  • 1Like
Reactions:
  • 1
Reactions:
Would you happen to have any clue how to fix this issue as well?
Not sure, I'll have to check and compare the related files, plus double check if there's any fix in the HIP's beta for it.