Jump to content

shaddo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by shaddo

  1. Sad to hear that it doesnt work with the viper but your solution with the hotas is clever ! @Florence201 Well it's up to you, I prefer having them on and reduce the sound so that I don't forget they're on when I start playing. It may be a good option for home cockpits just as the option darkman said in his post when the game retrieves the current hotas positions
  2. You can set it to 0 actually. I found it in the Eagle Dynamic Program files folder C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\FA-18C\Options Then open the file: AircraftSettings.lua and modify the section that you want. For me, it was these following sections: { id = 'Volume Panel', name = _('ot_Volume Panel', "Volume Panel"), type = 'section', childs = { { id = 'TCN', name = _('ot_TCN', "TCN"), control = 'spinbox', defValue = 0, min = 0, max = 100}, { id = 'AUX', name = _('ot_AUX', "AUX"), control = 'spinbox', defValue = 100, min = 0, max = 100}, { id = 'MIDS', name = _('ot_MIDS', "MIDS"), control = 'spinbox', defValue = 100, min = 0, max = 100}, { id = 'RWR', name = _('ot_RWR', "RWR"), control = 'spinbox', defValue = 50, min = 0, max = 100}, { id = 'WPN', name = _('ot_WPN', "WPN"), control = 'spinbox', defValue = 50, min = 0, max = 100}, { id = 'ICS', name = _('ot_ICS', "ICS"), control = 'spinbox', defValue = 100, min = 0, max = 100}, } }, Just set the defValue to 0. I haven't checked the modifications on servers but it works on single player o7
×
×
  • Create New...