Mr_sukebe Posted April 24, 2021 Posted April 24, 2021 (edited) As per the title, can you please add into the control mappings, controls for: the left and right doors The rockets master arm Edited April 24, 2021 by Mr_sukebe 7800x3d, 5080, 64GB, PCIE5 SSD - Oculus Pro - Moza (AB9), Virpil (Alpha, CM3, CM1 and CM2), WW (TOP and CP), TM (MFDs, Pendular Rudder), Tek Creations (F18 panel), Total Controls (Apache MFD), Jetseat
Munkwolf Posted April 27, 2021 Posted April 27, 2021 (edited) You should see the master arm switch currently assignable, as "Main Bomb Switch"? Here are mappings to toggle the doors: {down = 3067, cockpit_device_id = devices.COMMON_SYSTEM, value_down = 1, name = _('Left Door Toggle'), category = _('Doors')}, {down = 3068, cockpit_device_id = devices.COMMON_SYSTEM, value_down = 1, name = _('Right Door Toggle'), category = _('Doors')}, Edited April 27, 2021 by Monkwolf
LeCuvier Posted April 29, 2021 Posted April 29, 2021 Right, it's the Main Bomb Switch. If you want it to be a maintained ON/OFF switch like in the cockpit, you can use this line of code: {down = 3088, up = 3088, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1, value_up = 0, name = _('Main Bomb Switch 2-Pos ON/OFF'), category = _('Weapons')}, LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
Recommended Posts