Jump to content

eatthis

Members
  • Posts

    1079
  • Joined

  • Last visited

Everything posted by eatthis

  1. any idea how to do this for the t45? iv managed to get the control to appear ingame and bind it but it doesnt interact with the plane, the data layout is totally different for device id and commands etc
  2. i have 1 of each but might get more. does it just show the same name if you have more than 1?
  3. this is GOLD! there are issues with it though which im struggling to iron out. quite a few of the switches are on else off (eg the radios switch is am else fm, it doesnt toggle between the 2, same goes for the comm1 and 2 switch) also the brightness inc/dec buttons have no increments, theyre either full on or full off. is it poss to add these as axis too?
  4. same here, iv always noticed it and just thought it was how the gunsight was in the tomcat lol
  5. iv set some more controls up to around lights etc
  6. right got it sussed. iv added 3 commands on off on else off all tested all sync and work BACKUP YOUR DEFAULT JOYSTICK LUA 1ST! im new to this so dont 100% know i havnt fucked something up then add these lines under the landing light line {down = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 1.0, name = _('Landing Light Switch ON ALT'), category = _('Ins Collective Stick')}, {down = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 0.0, name = _('Landing Light Switch OFF ALT'), category = _('Ins Collective Stick')}, {down = device_commands.Button_5, up = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('Landing Light Switch ON else OFF ALT'), category = _('Ins Collective Stick')}, i tested them using momentary pushbuttons and toggle switches, if you just want 1 single way toggle switch then bind on else off if you want 2 single toggle switches or momemtary buttons then bind on then bind off (i named them alt just so i know which 1s ive added in) ps you cant bind keyboard buttons to that, let me know if you want that too and il add that if i can, i GUESS you just add those lines into the keyboard lua too but im not sure so i aint messing yet!
  7. iv been playing and the best iv done so far is basically duplicate the control which allows you to set 2 seperate jpystick buttons to the same function, they both operate like push buttons though so pressing it again aill alternate between on and off im still working on it
  8. { down=device_commands.LIGHTS_PositionTail, up=device_commands.LIGHTS_PositionTail, cockpit_device_id=devices.COCKPITMECHANICS, value_down=1.0, value_up=0.0, name=_('Lights Position Tail BRT else OFF ALT'), category=_('Lights')}, { down=device_commands.LIGHTS_PositionTail, up=device_commands.LIGHTS_PositionTail, cockpit_device_id=devices.COCKPITMECHANICS, value_down=-1.0, value_up=0.0, name=_('Lights Position Tail DIM else OFF ALT'), category=_('Lights')}, iv named it alt just so i know its modded
  9. VICTORY!!!!!!!!! { down=device_commands.LIGHTS_PositionWings, up=device_commands.LIGHTS_PositionWings, cockpit_device_id=devices.COCKPITMECHANICS, value_down=1.0, value_up=0.0, name=_('Lights Position Wing BRT, else Off'), category=_('Lights')}, that sets it as on else off!!!! YES!! haha
  10. you could do that, a switch for on and a switch for off, or you could do on else off. that way a single switch would toggle it on or off. same for anti collision light, theres a video that goes into it but i dont understand it well enough yet, he uses the huey specifically at the end
  11. i cant see it in there, id like to default off the pilot body too
  12. im sure you can add controls including axis but i dont know how, id love to do it though
  13. i take it that only works with virpil hardware? i have a mixture of virpil, tm and homebrew button boxes and i want to do what youve done, ie on/off/on toggle switch to do all 3 functions
  14. no i couldnt understand what that was, a mod manager?
  15. pretty please with knobs on can we get 3 way controls with an else off option added please. example wing position lights currently have 3 seperate commands bright/dim/off all seperate. can we get bright elso off and dim else off please. iv spent 2 days trying to do it with no joy so far its wing position lights, tail position lights same for red and white flood lights iv done it myself haha, im so chuffed with myself lol wing and tail lights bright and dim all work so do red and white flood dim and bright. they all are now on else off!
  16. i thought there was a thread like that but i couldnt find it, thanks
  17. elements["PNT_913_22"] = default_3_position_tumb(_("Position Lights Wing"), devices.COCKPITMECHANICS, device_commands.LIGHTS_PositionWings, cockpit_args.LIGHTS_PositionWings, false, true, pilot_only) all i can find in the cliackabledate lua is that for wing position lights, wtf does true, false, pilot only mean lol is that bright/dim/off??
  18. currently trying with this
  19. hi im trying to add custom commands directly into the dcs default lua (i dont mind addind it back in every update) what im struggling with is how to add on else off into the control. (its for wing and tail position lights on the f14) i added , else off, into the line and thats what it shows in controls ingame but when i bind it it just behaves as normal so does switch off when i release the switch, iv tried addind down =1 up = 0 aswell and no joy, what do i actually need to do?
  20. trying to follow that now, struggling though lol, it sounds exactly what i want though. iv tried adding else off to the control line and it does SHOW in the controls but binding it doesnt work
  21. is there any way to add extra keybinds eg wing/tail position lights bright/dim/off, thats 3 seperate binds, some controls have on else off setting, can that control line be altered to do that here? ie tail pos light bright else off, tail pos light dim else off. this would allow a 2 pos + off switch to bind it. i use that for other stuff.
  22. the tacan is an arse to read for me, fuel gaugfe is ok but i cant check it while im actually refuelling. icls channel can be tricky to see which 1 its actually on but apart from that everythings ok, for speed i tend to just glance at the angle of the needle anyway rather than reading the numbers
  23. iv seen 30 miles mentioned but take that with a big pinch of salt as im not 100%
  24. 1 anecdote from a pilot that blew my mind (to the point im skeptical about its accuracy) was he got a solid track on a big target (tanker maybe i cant remember now) from something ridiculous like 180 miles away! using said irst
×
×
  • Create New...