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
from my own testing, the validator is wrong in this case.
but other than that, love the mod! extremely immersive.
Also my code results in the re-election of the former doge if his dynastic heir would also inherit the republic. A possible solution to this would be to temporarily remove a huge sum of prestige from the dynastic heir (while giving him the Designated Heir minor title so he still inherits the house) and resolve the other effects one day later in a separate event, to give time for the succession to update.
player_heir = { save_event_target_as = new_temp_patrician }
if = {
limit = { NOT = { current_heir = { character = event_target:new_temp_patrician } } }
current_heir = { save_event_target_as = new_doge }
abdicate = yes
move_character = event_target:new_temp_patrician
event_target:new_temp_patrician = {
abdicate_to = ROOT
move_character = ROOT
}
any_title = {
limit = { holder = event_target:new_doge }
remove_claim = ROOT
}
clear_event_target = new_doge
}
clear_event_target = new_temp_patrician
Hope this helps!
I've noticed some weird effects with vassal merchant republics with this mod, however. Whenever a new ruler gets elected, the previous ruler comes to my court instead of back to their heir's court. Soon enough the whole family winds up in my court, and the house goes extinct, despite everyone still being alive...
Would you take more ideas and suggestions for further MR overhauling? I have some ideas on how to improve MRs myself.