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

Voy

Wiki Royalty
50 Badges
Apr 20, 2012
3.471
5.335
  • Crusader Kings II
  • Sengoku
  • Magicka
  • Crusader Kings II: Sword of Islam
  • Imperator: Rome
  • Cities: Skylines - Mass Transit
  • Surviving Mars
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife
  • Crusader Kings II: Holy Fury Pre-order
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Deluxe Edition
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • Cities: Skylines - After Dark
  • Crusader Kings II: Charlemagne
  • 500k Club
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Major Wiki Contributor
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Tyranny - Tales from the Tiers
  • Stellaris: Synthetic Dawn
  • Stellaris
  • Cities: Skylines
  • Crusader Kings II: Sunset Invasion
Problem:

Perfectly scripted vanilla (things you've added in patches) database entries in the titles folder in some certain barony tier titles won't load and leave thus won't give said titles to scripted characters. This only affect barony titles as far as I know.

Cause:

My guess is that this is either an engine bug or poor loading caused by something beyond me. The cause is not poor scripting of titles, note this.

Reproduction:

Load any game from... say 1337.1.1 just to make sure you find them all.

Look up the following titles:

b_katzelenborg
vanilla script in files, should appear in game between 1097-1337, but doesn't as of WoL.
Code:
1097.1.1={
	liege="c_nassau" 
}
1097.1.1={
	holder=33252
}
1108.1.1={
	holder=33253
}
1160.1.1={
	holder=33254
}
1179.1.1={
	holder=33255
}
1219.1.1={
	holder=33256
}
1245.1.1={
	holder=33257
}
1276.1.1={
	holder=33258
}
1331.1.1={
	holder=33259
}

b_linkoping
Same thing as above, all of the characters are of "Af Bjälbo" and can be found as children of Duke Magnus of Östergötland. They don't hold the scripted titles due to the bug.
Code:
1216.1.1=
{
	liege="c_ostergotland"
	holder=170000 #Karl Magnusson
}
1220.8.8=
{
	holder=450512 #Bengt Magnusson
}
1286.1.1=
{
	liege="d_finland"
	holder=33338 # Bengt Duke of Finland
}
1291.5.25=
{
	liege="c_ostergotland" #Bengt Duke of Finland dies
	holder=0
}

b_mark
Same as the others. The holders are suppose to be from the "von Berg" family and they're scripted in as bellow, but don't show up as holders.
Code:
1161.1.1={
	liege="c_koln"
}
1161.1.1={
	holder=30346
}
1180.1.23={
	holder=33179
}
1198.1.1={
	holder=33181
}
1249.6.28={
	holder=33182
}
1277.4.7={
	holder=33183
}
1308.7.4={
	holder=33185
}
1328.7.18={
	holder=33186
}

b_olomouc
Same thing. Scripted perfectly (well this one is missing a holder=0 after the death of the first scripted bishop, but oh well), but they don't show up as holders.
Code:
1066.1.1={
	liege="c_olomouc"
}
1245.1.1={
	holder=31764
}

1334.1.1={
	holder=96064 #Jan Premyslid
}

This also happens to some titles that you can mod in use in the game. Again: I have not modded these files, these worked before in previous patches, but has ceased to work after some time. The most recent stopped working with WoL.

If anything, this is warranted a quick patch to fix this asap. It ruins game and cancel out a few titles from modding.
 
Upvote 0