s-d-a / DCS-ExportScripts

DCS World Export Scripts
GNU Lesser General Public License v3.0
114 stars 53 forks source link

FA-18 Hornet export data format issue. #11

Open jieweiyang opened 4 years ago

jieweiyang commented 4 years ago

[235] = "%1d", -- Selective Jettison Pushbutton [236] = "%1d", -- Selective Jettison Knob, L FUS MSL/SAFE/R FUS MSL/ RACK/LCHR /STORES {0.0,0.1,0.2,0.3,0.4}

Correct To:

[235] = "%.1f", [236] = "%0.1f",