Crusader Kings III

Crusader Kings III

[ABANDONED, SEE DESC] Anti4iteR's (Daddy Pika) Cheat-Menü [1.11]
idev.adm 21 May, 2023 @ 1:19am
1.9 Diarchy(power sharing) UI Edit/Quick-Fix
I hope all is well, I enjoy the mod and thank you for you work! I had a UI issue that was bugging me so I decided to fix it. (over character limit for comment) I just wanted to post in the event you wanted to incorporate it into your release or anyone wants it:

In /common/character_interaction_categories/00_character_interaction_categories.txt I made the following edits so diarchy/power sharing UI wouldn't get categorized into debug:

#########################################################
# #
# DO NOT LEAVE GAPS IN "index" OR THE GAME WILL CRASH #
# #
#########################################################

interaction_category_cheat_menu = {
index = 0
desc = "CHEAT_ACTIONS"
}

interaction_category_diplomacy = {
index = 1
desc = "DIPLOMACY_ACTIONS"
}

interaction_category_friendly = {
index = 2
desc = "FRIENDLY_ACTIONS"
}

interaction_category_hostile = {
index = 3
desc = "HOSTILE_ACTIONS"
}

interaction_category_diarch = {
index = 4
desc = "DIARCH_ACTIONS"
}

interaction_category_vassal = {
index = 5
desc = "VASSAL_ACTIONS"
}

interaction_category_prison = {
index = 6
desc = "IMPRISOMENT_ACTIONS"
}

interaction_category_religion = {
index = 7
desc = "RELIGIOUS_ACTIONS"
}

interaction_category_uncategorized = {
index = 8
default = yes
desc = "UNCATEGORIZED_ACTIONS"
}

interaction_debug_main = {
index = 9
desc = "DEBUG_MAIN"
}