From what I see, the plane did not respect or fire the missile continuously like 5 shots of Vulcan and another 4 shots of missiles they fire one of each just like any other plane.
2nd FLH doesn't work. All weapons come from the same FLH. I know Phobos is so good but I am just bad at this. It's kinda new to me. QUICK_EDIT
I think this is a good place to discuss with Phobos.
Right now I am trying to make A10 (forget anout diving for now)
...
Few observations regarding the code posted.
• Regarding your Ammo / NoAmmoWeapon setup, single strafing run (that is, all of the shots regardless of how many there are) will only deduct 1 ammo from the aircraft and this happens at the end of the run. The Ares customization for weapons to deduct more than one ammo or no ammo does not function on AircraftTypes so this will always hold true.
• *FLH.BurstN is designed to function with weapons that make use of Burst, to control the firing offset of each individual shot of Burst. This does not extend to the individual shots of AircraftType weapon strafing run. It is possible to use Burst on strafing weapons, however due to technical limitations this means that it will effectively, instead of firing one shot at time as many times as Strafing.Shots dictates, fire as many shots as Burst is set to, all at once for each 'shot' of Strafing.Shots.
• Continuing from above, what Strafing.SimulateBurst does is that it effectively treats the individual shots of a strafing run as individual shot of Burst for purposes of the firing offset calculations. I did not personally test it, but on paper this should allow you to use *FLH.BurstN to control firing offsets of individual strafing run shots even if Burst is set to 1 or left omitted (in fact, SimulateBurst does nothing if it isn't).
• It isn't necessary to declare the Elite weapon FLH's separately unless you need them changed from the regular variants. _________________ QUICK_EDIT
I think this is a good place to discuss with Phobos.
Right now I am trying to make A10 (forget anout diving for now)
...
Few observations regarding the code posted.
• Regarding your Ammo / NoAmmoWeapon setup, single strafing run (that is, all of the shots regardless of how many there are) will only deduct 1 ammo from the aircraft and this happens at the end of the run. The Ares customization for weapons to deduct more than one ammo or no ammo does not function on AircraftTypes so this will always hold true.
• *FLH.BurstN is designed to function with weapons that make use of Burst, to control the firing offset of each individual shot of Burst. This does not extend to the individual shots of AircraftType weapon strafing run. It is possible to use Burst on strafing weapons, however due to technical limitations this means that it will effectively, instead of firing one shot at time as many times as Strafing.Shots dictates, fire as many shots as Burst is set to, all at once for each 'shot' of Strafing.Shots.
• Continuing from above, what Strafing.SimulateBurst does is that it effectively treats the individual shots of a strafing run as individual shot of Burst for purposes of the firing offset calculations. I did not personally test it, but on paper this should allow you to use *FLH.BurstN to control firing offsets of individual strafing run shots even if Burst is set to 1 or left omitted (in fact, SimulateBurst does nothing if it isn't).
• It isn't necessary to declare the Elite weapon FLH's separately unless you need them changed from the regular variants.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum