Jump to content

Bones1775

Members
  • Posts

    187
  • Joined

  • Last visited

Everything posted by Bones1775

  1. Ok, up on further testing here is what i have found for both the Fuel Dump(FD) and Launch Bar(LB) Switches. Both act as they should when the aircraft is powered down tested in the Cold and Dark instant action. Under power in the instant action mission Ready on the Ramp the FD acts as it should by mirroring the state of the switch. The LB acts as decribed in the original post for the FD. In instant action mission Free Flight the FD switch behaves as described in OP. The LB mirrors the state of the switch. Looking at the clickabledata.lua these two switches as well as the APU and AV COOL switches are described as default_button2. the APU and AV COOL opperate correctly and mirror the state of the toggle switch.
  2. Attempted the above fix and no joy. additionally i should note that it works as intended with the aircraft powered down aut does not under power.
  3. i have also found the same problem with the Launch bar switch
  4. If i understand the following code correctly the fuel dump switch should turn on and off when assigned to a toggle switch on my HOTAS. Currently I have to turn the switch off then on again to to change the state of the switch in game. { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Fuel Dump Switch - ON/OFF'), category = {_('Left Console'), _('Fuel Control Panel')}},
  5. How can i get the unique identifiers to be readable on my exported MFD's such as the B in my wingmans icon on the SA page. 1st photo from the game screen second from the export screen.
  6. found the culprit. this mod was the reason, additionally it also removed the remove pylon option from the rearm menu. https://www.digitalcombatsimulator.com/en/files/3119428/?sphrase_id=18127096
  7. noticed that the laser mav and HARM are not attactched to the rails. the IR mav seems to be fine. this is in stable version.
  8. i guess that would depend on your definition of realistic. it can be done. you wanna talk about alot of boom. i have seen pictures of hornets loaded with 10 mk20. may even have them on my hard drive. there are so many i don't remember what i have anymore.
  9. Bones1775

    Smoke

    The Blues jets have additional controls on the coming. i beleive the smoke switch is on the left side.
  10. I've come across a problem with the Launch bar and hook bypass switches in the hornet. i have them programed to two 2 position toggle swithes in my home cock pit via DX button inputs. when the aircraft is cold and dark they function as intended mirroring the toggle in my pit. when the aircraft is started they funtion as if i am using a pushbutton were as i have to turn the switch off and on to toggle in the game. i have attached a video to help clarify if needed. any help would be greatly appreciated. https://youtu.be/O-pgCbjPv3U the following is the code from the original file and as i understand it they should toggle correctly { down = gear_commands.LaunchBarSw, up = gear_commands.LaunchBarSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = 0.0, value_up = 1.0, name = _('Launch Bar Control Switch - EXTEND/RETRACT'), category = {_('Left Vertical Panel')}}, -- { down = cptlights_commands.HookBypass, up = cptlights_commands.HookBypass, cockpit_device_id = devices.CPT_LIGTHS, value_down = 1.0, value_up = 0.0, name = _('HOOK BYPASS Switch - FIELD/CARRIER'), category = {_('Left Vertical Panel')}}, cold and dark.trk ready on the ramp.trk
  11. i have done that. additionally like i said they work fine before thae aircraft has power but not after it is powered up.
  12. https://youtu.be/O-pgCbjPv3U here is the direct link for the video if it is not working.
  13. I've come across a problem with the Launch bar and hook bypass switches in the hornet. i have them programed to two 2 position toggle swithes in my home cock pit via DX button inputs. when the aircraft is cold and dark thay function as intended mirroring the toggle in my pit. when the aircraft is started they funtion as if i am using a pushbutton were as i have to turn the switch off and on to toggle in the game. i have attached a video to help clarify if needed. any help would be greatly appreciated.
  14. right wall complete as well
  15. I now have the Left vertical panel complete.
  16. I went to a local salvage yard and got the passenger seat out of a Pontiac Sunfire for $35
  17. Right verticle panel is now complete
  18. additionally the hornet in dcs did not replace the tomcat. it replaced the A-7 and A-6
  19. Tail Hook Lever
×
×
  • Create New...