DCS-Skunkworks / dcs-bios

Data export tool for DCS.
https://dcsbios.com/
GNU General Public License v3.0
289 stars 65 forks source link

json file name for F-15ESE #166

Closed emcek closed 1 year ago

emcek commented 1 year ago

Hello, Can you follow convention of naming JSON files, which aircraft name reports BIOS and JSON spec fail, i.e.:

but:

It will make my live easier (less ifs in code)

WarLord211 commented 1 year ago

F-15ESE is not a good name in my opinion. so i use F-15E. whats the problem with that?

emcek commented 1 year ago

Generally is not big deal, I use DCS-BIOS name:

{"address": 0,
"description": "Aircraft Name (or NONE), null-terminated",
"max_length": 24}

To download/load and parse JSON. And in all cases (F-14, F-16, F-18, A=10, Ka-50 etc.) they match but not for F-15. Anyway I will hardcode it or parse AircraftAliases.json.

Feel free to close this issue.