eatthis Posted May 14, 2023 Posted May 14, 2023 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. 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
Mordants Posted May 14, 2023 Posted May 14, 2023 I use this GitHub - Quaggles/dcs-input-command-injector: DCS Mod to add custom input commands in your user profile instead of by modding the game for each aircraft. Prevents commands from being lost when DCS updates. 2 SYSTEM SPECS: Hardware Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz, 3792 Mhz, 64Gb RAM, NVIDIA GeForce RTX 4090, CONTROLS: VPC Rotor TCS Base, VPC Hawk-60 Collective Grip, VPC MongoosT-50CM3 Base, VPC Constellation ALPHA Prime [R], Thrustmaster Warthog – Throttle, Thrustmaster TPR - Pendular Rudder Pedals, Honeycomb Alpha Flight Control (For Anubis C-130 Hercules), Meta Quest Pro. SOFTWARE: Microsoft Windows 11,
eatthis Posted May 14, 2023 Author Posted May 14, 2023 14 minutes ago, Mordants said: I use this GitHub - Quaggles/dcs-input-command-injector: DCS Mod to add custom input commands in your user profile instead of by modding the game for each aircraft. Prevents commands from being lost when DCS updates. 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 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
eatthis Posted May 14, 2023 Author Posted May 14, 2023 currently trying with this 1 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
eatthis Posted May 14, 2023 Author Posted May 14, 2023 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?? 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
MAXsenna Posted May 15, 2023 Posted May 15, 2023 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??Did you add Munkwolf's keybinds to Quaggle's Injector?Maybe they're already there.Not at home, so cannot check. Cheers! Sent from my MAR-LX1A using Tapatalk
draconus Posted May 15, 2023 Posted May 15, 2023 13 hours ago, eatthis said: 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. You can add any binds requests here: 2 Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
eatthis Posted May 15, 2023 Author Posted May 15, 2023 4 hours ago, draconus said: You can add any binds requests here: i thought there was a thread like that but i couldnt find it, thanks 1 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
eatthis Posted May 15, 2023 Author Posted May 15, 2023 7 hours ago, MAXsenna said: Did you add Munkwolf's keybinds to Quaggle's Injector? Maybe they're already there. Not at home, so cannot check. Cheers! Sent from my MAR-LX1A using Tapatalk no i couldnt understand what that was, a mod manager? 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
eatthis Posted May 15, 2023 Author Posted May 15, 2023 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 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
eatthis Posted May 15, 2023 Author Posted May 15, 2023 { 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 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
MAXsenna Posted May 15, 2023 Posted May 15, 2023 no i couldnt understand what that was, a mod manager? Quaggles' or Munkwolf's?Quaggles' injects user made keybinds into the existing default keybinds in the module.You will want a module manager to add this one file after every DCS update that overwrites it.Munkwolf's is a collection of user made keybinds that don't exist in the module.This goes into the Saved Games, so it's copy and forget, unless an update is released.It's all straight forward if you read the instructions on Github. Sent from my MAR-LX1A using Tapatalk 1
Recommended Posts