D DaleRFU Members + Mar 29, 2018 #1 Is it possible to remove these from an aircraft? I noticed that with the JF Hawk there isn't any. Regards Dale
Is it possible to remove these from an aircraft? I noticed that with the JF Hawk there isn't any. Regards Dale
MrZippy SOH-CM-2026 Mar 29, 2018 #2 DaleRFU said: I noticed that with the JF Hawk there isn't any. Regards Dale Click to expand... There isn't any wingtip vortices or way to get rid of them? Is there anything under [Effects] in the aircraft.cfg stating wingtip vortices?
DaleRFU said: I noticed that with the JF Hawk there isn't any. Regards Dale Click to expand... There isn't any wingtip vortices or way to get rid of them? Is there anything under [Effects] in the aircraft.cfg stating wingtip vortices?
fsafranek SOH-CM-2024 Mar 29, 2018 #3 DaleRFU said: Is it possible to remove these from an aircraft? I noticed that with the JF Hawk there isn't any. Regards Dale Click to expand... Yes. Code: [EFFECTS] ... vaportrail_l= fx_dummy vaportrail_r= fx_dummy In the example above you are telling it to use a non-existent effect (fx_dummy.fx).
DaleRFU said: Is it possible to remove these from an aircraft? I noticed that with the JF Hawk there isn't any. Regards Dale Click to expand... Yes. Code: [EFFECTS] ... vaportrail_l= fx_dummy vaportrail_r= fx_dummy In the example above you are telling it to use a non-existent effect (fx_dummy.fx).