This information was gathered with RC-E files.
While working on the inbred problem with generic characters I stumbled upon another thing. There are several marriages (YEAR_scenarios_relations.inc) between characters that do not exist (YEAR_scenarios_characters.inc). They are not parents to anyone and there is absolutely no reference to them. The solution is to remove (comment out) those marriages in relations files.
There is of course one exception to the rule. In 1337 scenario non-existing character (ghost) ID=55415 is married to an existing character ID=55414. I clicked my way to character ID=55414 (Charles de Capet) hoping to crash the game and gain huge prestige in BETA forum. However, the game did not crash. It seems that the game engine is more robust than I thought. Anyway, it is a bug.
Also, the ghost character IS referenced in characters file, but only as a mother of two children. Clicking on them does not crash the game and they appear 'motherless'.
Here is another thing. Clicking my way through de Capet dynasty I found this 8 year old character. Her relations are impossible (old geezer as a child) and also sick (another old geezer as a husband).
While working on the inbred problem with generic characters I stumbled upon another thing. There are several marriages (YEAR_scenarios_relations.inc) between characters that do not exist (YEAR_scenarios_characters.inc). They are not parents to anyone and there is absolutely no reference to them. The solution is to remove (comment out) those marriages in relations files.
Code:
1066 scenario
20555 & 4555
20556 & 4556
20557 & 4557
Code:
1187 scenario
12971 & 12972
There is of course one exception to the rule. In 1337 scenario non-existing character (ghost) ID=55415 is married to an existing character ID=55414. I clicked my way to character ID=55414 (Charles de Capet) hoping to crash the game and gain huge prestige in BETA forum. However, the game did not crash. It seems that the game engine is more robust than I thought. Anyway, it is a bug.
Also, the ghost character IS referenced in characters file, but only as a mother of two children. Clicking on them does not crash the game and they appear 'motherless'.
Code:
1337 scenario
[i]55414[/i] & 55415
Here is another thing. Clicking my way through de Capet dynasty I found this 8 year old character. Her relations are impossible (old geezer as a child) and also sick (another old geezer as a husband).