stab-virtual-jabog32 / fpt

flight planning tool
Other
2 stars 6 forks source link

Serliazing Loadout Problem #134

Open DTomas15 opened 2 months ago

DTomas15 commented 2 months ago

Loadout Template Serialization not working as intended

Two issues here:

  1. Newer Airframes (F-15E, AH64, etc) have been assigned with stations including distinct names (L-CFT, IAFS), instead of using generic station numbers from 1-9, like for the hornet. While this is convenient at GUI Level, this is not really compatible with the data structured in the backend, now causing problems when saving loadouts. option: maybe check dynamic serialization? option: check options without any serialization at all option: (TBC with Musterverantwortlichen): ease the development by reverting all airframes to generic numbering of stations

  2. currently the template only is capable of mapping up to 9 stations, while A-10C and F16have more than that.