i want to rename the principalities as Themes and the counts as dukes but... where was that written?
it's hardcoded?
it's hardcoded?
Last edited:
i want to rename the principalities as Themes and the counts as dukes but... where id that written?
it's hardcoded?
TIER_DUCHY_ORTHODOX;Principality of;;;;;;;;;;X
TIER_DUKE_ORTHODOX;Prince;;;;;;;;;;X
TIER_DUCHESS_ORTHODOX;Princess;;;;;;;;;;X
All counts are named counts in the game, you can't change one group of counts to be named dukes. It is either all counts or all dukes.
You can rename orthodox duke-level titles from Prince to what ever you want. But then all the orthodox rulers (so also thos in Russia) will have such a title.
You can edit these in Crusader Kings/config/text.csv
Code:TIER_DUCHY_ORTHODOX;Principality of;;;;;;;;;;X TIER_DUKE_ORTHODOX;Prince;;;;;;;;;;X TIER_DUCHESS_ORTHODOX;Princess;;;;;;;;;;X
Adding something like this
TIER_COUNT_ORTHODOX;Dux
is not possible
You will also see entries for Archduke, Grandduke and so on, these don't work.
also... i want to mode a new way of relations bettwen the Byzantine emperor and his "vassals", and, because they weren't vassals the events can't be the same for the German empire...
there is'nt any way to relate those tittles to a single country?
if not, can i create a new religion and then rename those tittles for the new religion?
something like:
greek orthodox and slavic orthodox?
Well, you should. Events CAN be tweaked for orthodox vassals, so you can mod their behaviour.
Would be a cool idead for a mod ...
is there a way to use the tittles archduchy or grandduchy in the game?
I'm currently reading 3 books on byzantine history for information purpose, but my first goal is to recreate a more exact administrative division of the empire:
condition = { type = title value = [TAG] }
It will only fire if it is that ruler's primary title.
If you tie an event to BURG, it will not fire for GERM in 1066 even though GERM has the GERM, ITAL, and BURG titles.
condition = { type = title value = GERM }
condition = { type = title value = BURG }
condition = { type = title value = ITAL }
trigger = {
condition = { type = title value = GERM }
condition = { type = title value = BURG }
condition = { type = title value = ITAL }
}
trigger = {
condition = { type = is_vassal }
condition = { type = ruler_csc
condition = { type = title value = GERM }
condition = { type = title value = BURG }
condition = { type = title value = ITAL }
}
}
trigger = {
condition = { type = is_vassal }
condition = { type = ruler_csc
condition = { type = title value = BURG }
}
}