• 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.

Kazmir

Keeping the ship on course
56 Badges
Aug 10, 2007
2.812
41
  • Europa Universalis III
  • Cities: Skylines - Snowfall
  • Victoria: Revolutions
  • Victoria 2: A House Divided
  • Europa Universalis III Complete
  • Stellaris
  • Europa Universalis III Complete
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Deus Vult
  • Cities: Skylines - After Dark
  • Pillars of Eternity
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Third Rome
  • Hearts of Iron Anthology
  • Crusader Kings II
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings II: Holy Fury
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Holy Knight (pre-order)
  • Imperator: Rome
  • 500k Club
  • Mount & Blade: Warband
  • Victoria 2
  • Crusader Kings III
  • Imperator: Rome Sign Up
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Victoria 2: Heart of Darkness
I don't seem to be able to figure out how to properly edit a claim for a character who should have inherited it but didn't.

Here's the line I was trying to put in:

Code:
claim = [COLOR="Red"]{ id = { type = 4712 id = 267934 }[/COLOR] [B]character = { type = 4712 id = 485601 }[/B] date = { year = 1272 month = august day = 20 } }

Well the question is rather simple; what does the part coloured red mean? I just copied it from one of the other claims but it didn't work, then tried to change the id into that of the current king but that didn't help much either.
 
I don't seem to be able to figure out how to properly edit a claim for a character who should have inherited it but didn't.

Here's the line I was trying to put in:

Code:
claim = [COLOR="Red"]{ id = { type = 4712 id = 267934 }[/COLOR] [B]character = { type = 4712 id = 485601 }[/B] date = { year = 1272 month = august day = 20 } }

Well the question is rather simple; what does the part coloured red mean? I just copied it from one of the other claims but it didn't work, then tried to change the id into that of the current king but that didn't help much either.

Every claim must have its own unique ID-number, so the number after 'id =' must be unique.

type = 4712 isn't that important AFAIK, it is just tells the game it is a a claim that is created after the game was started, since f.e. claims in the starting scenario-files have 'type = 14712'


So you don't have the change the type-number, just the ID-number.
 
Something like the tenth line of the save file will have a line telling you the next free id, btw. Just use that number, then increase the one at the top of the file by one.