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

unmerged(7944)

Sergeant
Feb 24, 2002
63
0
Visit site
Syntax error in dynasties.txt

dynasty = {
id = ( type = 12 id = 101554 }
name = "von Bonngau"
province = { 124 }
}
dynasty = {
id = ( type = 12 id = 101555 }
name = "von Dillingen"
province = { }
}
dynasty = {
id = ( type = 12 id = 101556 }
name = "Canossa"
province = { }
}
dynasty = {
id = ( type = 12 id = 101557 }
name = "Goseck"
province = { }
}

The character in front of 'type = ' is a parenthesis '('

/Joben
 
Upvote 0
In the Paradox parser the "(" and "{" are treated as equivalent in the syntax, while ")" and "}" are not. (Actually, I have not checked this for CK, but I assume it is still the case as it seems to be the same basic parser as for earlier games). It does not look neat, but it is not a bug unless they have introduced differentiation between the two for CK.
 
I have not seen anyone complaining about this.

I will mark this as NOT A BUG.

Come back if I am wrong.

Cat