TEMPEST.114 Posted August 16, 2021 Posted August 16, 2021 It would really be nice to get an eta on when we can bind all the potentiometers e.g. hud trim and brightness ‘ contrast etc been waiting so long already…
Gunslinger22 Posted August 17, 2021 Posted August 17, 2021 Oh believe me I really want it so the entirety of my pit can be useable! But I think we won’t be seeing it for quite some time. "I'm just a dude, playing a dude, disguised as another dude."
hitmanalpha1 Posted August 17, 2021 Posted August 17, 2021 (edited) You can add these yourself. I added all the volume and brightness knobs to my joystick axis lua. I’m using pots with a Leo Bodnar joystick card to control all of them. I haven’t created the heading/course knobs yet but I’m sure they will work also. I’ll try to remember to post my code so you can add it to your lua. If you want them anyway? If you have specific ones please let me know and I’ll see what I can do. Edited August 17, 2021 by hitmanalpha1 Added photo 4
Jakey-Poo Posted August 17, 2021 Posted August 17, 2021 57 minutes ago, hitmanalpha1 said: It's... It's just so beautiful...
hitmanalpha1 Posted August 17, 2021 Posted August 17, 2021 (edited) Here are a few of the Axis commands Ive added to the "Joystick Axis Lua" {action = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id=devices.WINGSWEEP, name=_('Emergency Wing Sweep')}, {action = device_commands.RADIO_ICS_Vol_Sidewinder, cockpit_device_id=devices.ICS, name = _("ICS Sidewinder Volume")}, {action = device_commands.RADIO_ICS_Vol_ALR67_Pilot, cockpit_device_id=devices.ICS, name = _("ICS ALR-67 Volume")}, {action = device_commands.RADIO_VHF_VOL_PILOT, cockpit_device_id = devices.ARC182, name = _("ARC-182 Volume")}, {action = device_commands.RADIO_ICS_Vol_Pilot, cockpit_device_id = devices.ICS, name = _("ICS Volume")}, {action = device_commands.LIGHTS_Console, cockpit_device_id = devices.COCKPITMECHANICS, name = _("Console Light Intensity")}, {action = device_commands.LIGHTS_ACMPanel, cockpit_device_id = devices.COCKPITMECHANICS, name = _("ACM Panel Light Intensity")}, {action = device_commands.LIGHTS_Formation, cockpit_device_id = devices.COCKPITMECHANICS, name = _("Formation Light Intensity")}, {action = device_commands.LIGHTS_Instruments, cockpit_device_id = devices.COCKPITMECHANICS, name = _("Instrument Light Intensity")}, {action = device_commands.AoA_IndexerStrength, cockpit_device_id = devices.AOASYSTEM, name = _("AoA Indexer Light Intensity")}, {action = device_commands.Temperature, cockpit_device_id = devices.COCKPITMECHANICS, name = _("A/C Temperature")}, {action = device_commands.TACAN_Knob_Vol_Pilot, cockpit_device_id = devices.TACAN, name = _("TACAN Volume")}, {action = device_commands.RADIO_UHF_BRT_Pilot, cockpit_device_id = devices.ARC159, name = _("UHF ARC-159 Display Brightness")}, {action = device_commands.RADIO_UHF_VOL_Pilot, cockpit_device_id = devices.ARC159, name = _("UHF ARC-159 Volume")}, Im working on more. Will add them over time. Ive also done a bunch of stuff for the keyboard lua to help with toggle switching. Edited August 17, 2021 by hitmanalpha1 1
Gunslinger22 Posted August 17, 2021 Posted August 17, 2021 You haven’t happened to make any keybinds for the Master Test Panel have you? "I'm just a dude, playing a dude, disguised as another dude."
hitmanalpha1 Posted August 18, 2021 Posted August 18, 2021 (edited) 3 hours ago, Gunslinger22 said: You haven’t happened to make any keybinds for the Master Test Panel have you? I’m working on those now actually. I kinda have it working. I’m using a mechanical rotary encoder with a push button. The push pull is working but I can’t get the desired turns. Something is a little off. Will post once I get it corrected (if I can). You will need a Leo Bodnar BBI32 board so that you can set the rotary encoder to 1:1 on clicks. Edited August 18, 2021 by hitmanalpha1
RustBelt Posted August 31, 2021 Posted August 31, 2021 On 8/16/2021 at 11:18 PM, hitmanalpha1 said: You can add these yourself. I added all the volume and brightness knobs to my joystick axis lua. I’m using pots with a Leo Bodnar joystick card to control all of them. I haven’t created the heading/course knobs yet but I’m sure they will work also. I’ll try to remember to post my code so you can add it to your lua. If you want them anyway? If you have specific ones please let me know and I’ll see what I can do. Sweet Baby back ribs Jesus! Look at that! 1
eatthis Posted September 6, 2021 Posted September 6, 2021 On 8/17/2021 at 4:18 AM, hitmanalpha1 said: You can add these yourself. I added all the volume and brightness knobs to my joystick axis lua. I’m using pots with a Leo Bodnar joystick card to control all of them. I haven’t created the heading/course knobs yet but I’m sure they will work also. I’ll try to remember to post my code so you can add it to your lua. If you want them anyway? If you have specific ones please let me know and I’ll see what I can do. im a bloke and thats just made me slightly damp! 1 7700k @5ghz, 32gb 3200mhz ram, 2080ti, nvme drives, valve index vr
Recommended Posts