about flare positon
i am not sure where the defautl planes' flares positon are, i know the user made plane's flare positon.
here is an example of F-22.
lines 248--255
chaff_flare_dispenser = {
{ dir = {-1, 0, -1.0}, pos = {-3.827, 0.435, -1.108}, }, -- Chaff L
{ dir = {-1, 0, 1.0}, pos = {-3.827, 0.435, 1.108}, }, -- Chaff R
{ dir = {-1, 0, -1.0}, pos = {-5.032, 0.873, -1.2}, }, -- Flares L
{ dir = {-1, 0, 1.0}, pos = {-5.032, 0.873, 1.2}, }, -- Flares R
},
pos = {x, y, z} x +- forth or back
y +- up or down
z +- left or right
dir = {X Y Z}, X=-1 flare goes back,1 goes forward
y=1 flar goes up,-1 flare goes down.
z =1 flare goes right ,-1 flare goes left.
try to change it by your self and you will find the answer. F-22.lua