Crusader Kings III

Crusader Kings III

Separate Name and Title - IE
kgptzac 19 Feb, 2022 @ 11:56pm
Rename Anyone comp and show more traits
Please considering add a comp change to window_character.gui. inside the ## Name hbox block, towards the end, after the (commented out) expand={}, if you add a line "hbox_mod_renamer = {}", and load this mod after Rename Anyone mod, it will be compatible.

Right below the above edit, if you add
button_plus = { visible = "[Or(GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTraits), '(int32)0'), GreaterThan_int32(GetDataModelSize(CharacterWindow.GetTimedModifiers), '(int32)0') )]" onclick = "[CharacterWindow.ToggleExpandedTraits]" }
you will entirely integrate the Show More Traits mod where a new tab is shown to display all traits and modifiers.