Jump to content

Recommended Posts

Posted

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."

Posted (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.

7066701E-FEB8-4C5D-AE5B-CF7E5F127060.jpeg

Edited by hitmanalpha1
Added photo
  • Like 4
Posted (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 by hitmanalpha1
  • Like 1
Posted (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 by hitmanalpha1
  • 2 weeks later...
Posted
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.

7066701E-FEB8-4C5D-AE5B-CF7E5F127060.jpeg

 

Sweet Baby back ribs Jesus! Look at that!

  • Like 1
Posted
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.

7066701E-FEB8-4C5D-AE5B-CF7E5F127060.jpeg

 

im a bloke and thats just made me slightly damp!

  • Like 1

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

  • Recently Browsing   0 members

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