buur Posted October 29 Posted October 29 Ok, your method was going via Tacview. Any idea to get the data from DCS definition files like Weapons.lua? For example in the Harrier Weapons.lua you found Cx = 0.000160
Stickler Posted October 29 Posted October 29 (edited) The cx function seems to be described in the respective weapon.lua at dcs-lua-datamine/_G/weapons_table/weapons/bombs at master · Quaggles/dcs-lua-datamine · GitHub, for example for the Mk-82 it's cx_coeff = { 1, 0.29, 0.71, 0.14, 1.28 }. I am almost certain one could reconstruct the actual formula used based on these coefficients, but I am too bad at math to do so or to even know for sure it would be possible. I do know how to datamine so I went the inductive route. Let me know if you figure out a deductive one. Edited October 29 by Stickler
buur Posted October 29 Posted October 29 vor einer Stunde schrieb Stickler: Let me know if you figure out a deductive one. I will try it but it will be hard without some guidance from ED
Recommended Posts