Loadout Template Serialization not working as intended
Two issues here:
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
currently the template only is capable of mapping up to 9 stations, while A-10C and F16have more than that.
Loadout Template Serialization not working as intended
Two issues here:
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 stationscurrently the template only is capable of mapping up to 9 stations, while
A-10C
andF16
have more than that.