Jump to content

vlandmist

Members
  • Posts

    11
  • Joined

  • Last visited

  1. https://forums.eagle.ru/showthread.php?t=224205&highlight=JHMCS+Controller+Bindings%26quot%3B%26quot%3B ok I found this, it's very helpful. it I could add the last line in the ..DCS World\Mods\aircraft\AV8BNA\Input\AV8BNA\joystick\default.lua file: join(res.axisCommands,{ {combos = defaultDeviceAssignmentFor("roll") , action = iCommandPlaneRoll , name = _('Roll')}, {combos = defaultDeviceAssignmentFor("pitch") , action = iCommandPlanePitch , name = _('Pitch')}, {combos = defaultDeviceAssignmentFor("rudder"), action = iCommandPlaneRudder , name = _('Rudder')}, {combos = defaultDeviceAssignmentFor("thrust"), action = iCommandPlaneThrustCommon, name = _('Thrust')}, {action = iCommandPlaneCollective, name = _('Nozzle Angle')}, {action = iCommandWheelBrake, name = _('Wheel Brakes')}, {action = iCommandLeftWheelBrake, name = _('Wheel Brake Left')}, {action = iCommandRightWheelBrake, name = _('Wheel Brake Right')}, {action = iCommandPlaneThrustRight, name = _('Nozzle STO Stop')}, --HOTAS TDC {action = iCommandPlaneSelecterHorizontalAbs, name = _('TDC Slew Horizontal')}, {action = iCommandPlaneSelecterVerticalAbs , name = _('TDC Slew Vertical')}, [b]-- internal lights {action = int_light_commands.Knob_Instr_Lights, cockpit_device_id = devices.LTINT, name = _('Instruments Lights Knob')},[/b] }) the only strange thing now is that DCS is considering my middle position as 0% (instead of 50%), so it's using only half axis.... I have to setup axis curve in game to go from 50 to 100
  2. hi guys, I just got a very nice virpil mongoost throttle and i'm trying to make a use of the knobs I found out how to turn instrument lights on (1.0) or off (0.0) by setting their down_value on a custom keybinding. that's ok but I'd like more: is there anyway I can bind the brightness knob to an axis? thanks
  3. Hi, I'm testing around keybindings on my throttle to control the Airplane interior lights (in my case instrument lights on the Harrier) I can easily define two buttons to turn instrumental light on/off setting the value_down to 0.0 or 1.0, eg: ...., value_down = 0.0, ... ...., value_down = 1.0, ... but I'd like to use a button to DECREASE the current value by 0.1 so instead of turning it OFF, it'd just decrease the brightness eg: starting from 1.0 (full brightness) press > 0.9 press again > 0.8 press again > 0.7 ... is this possible in joystick.lua scripting? thanks
  4. thanks, excellent :thumbup::thumbup: now it's perfect! i didn't like the detent
  5. ok thanks, do you know how to disable the detent? i'd prefer a smooth throttle course from min to max, without bumps
  6. Just received mine. anything I should do? (what do you mean by "detent" and how can I disable it?)
  7. If you don't mind, I'd like to rant about it nonetheless, especially because Mod doesn't seem to work in my case! Are you sure it's working on current DCS version?
  8. this is absurd... how can it be it's not in the vanilla editor already?
×
×
  • Create New...