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

soran

Colonel
114 Badges
Apr 4, 2011
883
9
  • Warlock 2: The Exiled
  • Majesty 2 Collection
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Stellaris: Galaxy Edition
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Europa Universalis IV: Mare Nostrum
  • Cities in Motion
  • Stellaris
  • Cities: Skylines - Snowfall
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Holy Knight (pre-order)
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Pre-order
  • Age of Wonders III
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis III
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Arsenal of Democracy
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Magicka
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Stellaris: Necroids
okay i'm just testing to see what exactly i can do here. so i tried to add a clan in the 1551 scenario and it worked. Now i'm trying to do something a bit more complicated, i'm trying to create a clan, along with the vassals and courtiers.

so i took Satsuma province and gave it to the shimazu in the file i'm working on, so i wanted to make a vassal for them in the neighbouring kori, but here's where the problems came. no matter what i did, on the selection screen, the vassal shows up as an independent clan, and during the actual game, he doesn't show up at all, his territory is controlled rebels.

anyways, this is what i did:

name="Tadatsune"
dynasty=34
culture = Japanese
father = 8

is_clan_leader = no

diplomacy = 8
martial = 11
intrigue = 7

add_trait = misguided_warrior

add_trait = ambitious

1172.4.30={
birth="1172.4.30"
}
1223.7.10={
death="1223.7.10"
}



and this is his kori:

1180.1.1 = {
liege="k_clanleader_8"
}
1180.1.1 = {
holder=16
}

also, i don't understand how the "liege" part in this one work, i noticed that some kori has "daimyo" instead of "clanleader" so.. can someone lease explain this
 
Last edited:
is_clan_leader = no
You don't need this line if he is not clan leader.

1172.4.30={
birth="1172.4.30"
}
1223.7.10={
death="1223.7.10"
}

He is dead in 1551.


1180.1.1 = {
liege="k_clanleader_8"
}
1180.1.1 = {
holder=16
}

k_clanleade_x <-- The number x should be the clan number, not the character number.
Beside this, the date would be closer to 1551.[

also, i don't understand how the "liege" part in this one work, i noticed that some kori has "daimyo" instead of "clanleader" so.. can someone lease explain this

d_xxx means that kori belongs to the character having that daimyo title, not direct to the clan leader.
 
He is dead in 1551.

oh no this file i'm using is based on your mod haha the 1551 thing i did is a totally different experiment, but i'm switching to it entirely, so the new testing i'm doing is on the 1551 and so far it's working. and thanks for clearing the rest up. i managed to add vassals successfully this time!