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