• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Drop a SINGLE bomb?

RichNagel

Members +
Is there a way to drop a SINGLE bomb when loading the stock Hellcat with the two heavy bombs?

While flying, I press the configured key to cycle to the bomb/ordnance a single time, and then I press the configured key to drop the bomb a single time, but BOTH bombs are released every time.

Is this by design, or am I missing something here?
 
Last edited:
Rich, it goes like this, if the bombs are set to salvo, they are config'd like so:

[PAYLOAD.4]
; Payload = Bombs Heavy
mount.2=WEP_DB_f4u1d_wing_pylon_sway_braces_a, 1, -1
mount.3=WEP_DB_US_1000lb_GP_a, 1, 5
mount.4=WEP_DB_f4u1d_wing_pylon_sway_braces_a, 1, -1
mount.5=WEP_DB_US_1000lb_GP_a, 1, -1

You see that mount 3 drops with mount 5 in salvo, which has its own singular trigger of -1.

By giving both mounts their own separate triggers, you config individual drops, like so:

[PAYLOAD.4]
; Payload = Bombs Heavy
mount.2=WEP_DB_f4u1d_wing_pylon_sway_braces_a, 1, -1
mount.3=WEP_DB_US_1000lb_GP_a, 1, -1
mount.4=WEP_DB_f4u1d_wing_pylon_sway_braces_a, 1, -1
mount.5=WEP_DB_US_1000lb_GP_a, 1, -1
 
Last edited:
Many thanks for the info, bearcat241! That makes perfect sense, now :)

P.S. I meant to say "Hellcat" in my first post (not Corsair).
 
Back
Top