Quote:
Originally Posted by TheDarkWraith
Can you explain in detail what this means? I'd like to check for this error in the SH Validator app. I need to understand what is wrong/what to look for so I can update the app 
|
yes sure TDW - that would be good
When we use ME2 and set conditions, they are saved in the campaign.cfg within each campaign folder.
Some conditions can be to target ships by either type (11=BB, 11=BC) or class (name within sea folder cfg).
When ME2 sets target by type - it gives the campaign.cfg a "TargetType=1"
When by class - it gives "TargetType=0"
If we set target by class - it gives the following:-
Class=BCRenown (battleCrusier)
Type=102 (should be 10)
TargetType=0
So here is the bug where it is also giving us a type and it is wrong. A type=102 is a cargo ship. It should be type=10 for BattleCruiser as set within the names.cfg in the roaster.
If we set target by type - it gives the following:-
Type=10
TargetType=1
This one is correct.