Hello @Bailey, I have a proposition for the F-4 export script.
At the moment the reticle depression button exports a rounded value.
This means that for depressions like 17 and 34 mils, the result is rounded to 0.1.
Could you update the value to 3 digits, so as to have respectively 0.07 and 0.145 ?
This require the following change from
--line 205
[267] = "%.1f", -- Reticle_Depress_Knob {0, 0, 1, Change Reticle Depression (mil)}
to
--line 205
[267] = "%.3f", -- Reticle_Depress_Knob {0, 0, 1, Change Reticle Depression (mil)}