Jump to content

Recommended Posts

Posted

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

Posted
  • Like 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,

Posted
14 minutes ago, Mordants said:

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

Posted

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

Posted
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


Posted
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:

  • Like 2

🖥️ Win10  i7-10700KF  32GB  RTX4070S   🥽 Quest 3   🕹️ T16000M  VPC CDT-VMAX  TFRP   ✈️ FC3  F-14A/B  F-15E   ⚙️ CA   🚢 SC   🌐 NTTR  PG  Syria

Posted
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

  • Like 1

7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr

Posted
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. emoji2373.png

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

Posted

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

Posted

{ 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

Posted
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

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...