Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://mods.paradoxplaza.com/mods/39129/Any
Make sure you read the instructions on the post as you will have to change the index number inside the zipfile once the mod is installed if you add any other cheat mods.
I've just installed CK3, downloaded my mod, started new game. Mod works totally fine for me.
If you have problems when using this mod with other mods you should consider checking files, located at
Documents\Paradox Interactive\Crusader Kings III\mod\<mod>\common\character_interaction_categories\
for my mod it is pcm_character_interaction_categories.txt. This and other mods should have consistent interaction indexes.
In vanilla files the last index is
interaction_debug_main = {
index = 7
desc = "DEBUG_MAIN"
}
My mod have index 8:
interaction_pcm_main = {
index = 8
desc = "PCM_MAIN"
}
So if you want to use it with some mod that have its interaction index = 8 either, then you should manually change it in mine or other mod to 9.
If you use 3 such mods, then chage one for 9 and one for 10
Example: if you want to change my index then change pcm_character_interaction_categories.txt to
interaction_pcm_main = {
index = 9
desc = "PCM_MAIN"
}