-
Notifications
You must be signed in to change notification settings - Fork 15
Fore/Aft Huge Ships #34
Description
About halfway through typing this up I noticed that my problem has already been addressed but the README_NAMES had not been updated to reflect it. So I guess this becomes a request to update said file... The original message is included below for no real reason other than it may mention a bug in YASB's implementation...
ORIGINAL MESSAGE:
I'm working on adding epic support to my overlay generator and noticed a possible shortcoming. There are 2 huge ships that field 2 pilot cards to represent the fore and aft sections of the ship (cr90corvette, raiderclasscorvette). Per README_NAMES, each of these ships has a single pilot that is the same name as the ship.
YASB treats the fore and aft sections as 2 separate ships, but the generated xws has an inconsistency: cr90corvettefore and cr90corvetteaft both use the cr90corvette ship, but raiderclasscorvettefore and raiderclasscorvetteaft each have separate ships that match each pilot name.
I was leaning towards treating them as separate ships and making each one require the other to be valid.