While working on the latest release of Rise of three Kingdoms the checker threw up several issues:
The following file hasn't been included in the 'vanillafiles' exception list file (my bad):
Code:
sounds/SFX/individual/torch.wav
------------------
Character label related errors (script.error.log), example:
Code:
CS 2096: Character name reference to "yuanshu1", which is not a starting character or scripted character.
This is the line referenced:
Code:
console_command give_trait "YuanShu1" HuangDi-scotland1100 2
And this is the character's line in descr_strat:
Code:
character J-1901-YuanShu, named character, male, leader, age 43, x 142, y 114, portrait A059, label YuanShu1
This line in the script (2095) was not flagged so I am not sure if the issue is connected to the quotation marks?
Code:
if I_CharacterExists YuanShu1
------------------
The custom portrait check (stratmap.error.log) does not seem to work correctly either:
This one is in a campaign script spawn:
Code:
File "ui/custom_portraits/a397/card_dead.tga" is not referenced in the Custom characters
File "ui/custom_portraits/a397/card_old.tga" is not referenced in the Custom characters
File "ui/custom_portraits/a397/card_young.tga" is not referenced in the Custom characters
---
character J-3204-XuShu, named character, age 22 , x 106 , y 104, label XuShu_2, portrait A397, battle_model wenren
This one is in descr_strat:
Code:
File "ui/custom_portraits/a059/card_dead.tga" is not referenced in the Custom characters
File "ui/custom_portraits/a059/card_old.tga" is not referenced in the Custom characters
File "ui/custom_portraits/a059/card_young.tga" is not referenced in the Custom characters
---
character J-1901-YuanShu, named character, male, leader, age 43, x 142, y 114, portrait A059, label YuanShu1