• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

JoeDweller

Banned
69 Badges
Mar 30, 2016
37
42
  • Sword of the Stars
  • Leviathan: Warships
  • The Kings Crusade
  • Magicka
  • A Game of Dwarves
  • March of the Eagles
  • Naval War: Arctic Circle
  • Victoria: Revolutions
  • Rome Gold
  • Sengoku
  • Ship Simulator Extremes
  • Majesty 2
  • Sword of the Stars II
  • Starvoid
  • The Showdown Effect
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • Tyranny: Archon Edition
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Rajas of India
  • Arsenal of Democracy
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Knights of Pen and Paper +1 Edition
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • King Arthur II
  • Impire
  • Hearts of Iron III
  • Gettysburg
  • For The Glory
  • Europa Universalis III
  • Dungeonland
  • Darkest Hour
  • Crusader Kings II: Sunset Invasion
  • War of the Roses
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Crusader Kings III: Royal Edition
  • Crusader Kings II: Conclave
  • Stellaris
  • Stellaris: Galaxy Edition
Hi guys,

Could someone explain how to add the character ID into the tooltips so I do not have to keep using charinfo to look it up?

Thank you very much for your help on this matter.
 
I use this in a localisation.csv file:

Code:
CHARACTER_TOOLTIP_DELAYED;Dynasty: §Y[GetOnlyDynastyName]\n§!Culture: §Y[Culture.GetName]\n§!Ethnicity: §Y[This.GetEthnicity]\n§!Religion: §Y[Religion.GetName]\n§![GetStatusInfo]\nID: §Y[GetID]§!;Dynastie: §Y[GetOnlyDynastyName]\n§!Culture: §Y[Culture.GetName]\n§!Ethnique: §Y[This.GetEthnicity]\n§!Religion: §Y[Religion.GetName]\n§![GetStatusInfo]\nID: §Y[GetID]§!;Dynastie: §Y[GetOnlyDynastyName]\n§!Kultur: §Y[Culture.GetName]\n§!Ethnische: §Y[This.GetEthnicity]\n§!Religion: §Y[Religion.GetName]\n§![GetStatusInfo]\nID: §Y[GetID]§!;;Dynastía: §Y[GetOnlyDynastyName]\n§!Cultura: §Y[Culture.GetName]\n§!Etnicidad: §Y[This.GetEthnicity]\n§!Religión: §Y[Religion.GetName]\n§![GetStatusInfo]\nID: §Y[GetID]§!;;;;;;;;;x

You can remove the other stuff if you only want CharIDs..