sobe Posted June 2, 2016 Posted June 2, 2016 I notice that besides the Huey Sim commands there are also a separate list of commands for the Gunner. See below: keyCommands = { {combos = {{key = 'MOUSE_BTN1'}}, down = iCommandPlaneFire, up = iCommandPlaneFireOff, name = _('Machinegun fire'), category = _('Weapon')}, {combos = {{key = 'MOUSE_BTN2'}}, down = iCommand_ExplorationStart, name = _('Enable visual recon mode'), category = _('View Cockpit')}, {combos = {{key = 'MOUSE_BTN3'}}, down = iCommandViewTransposeModeOn, up = iCommandViewTransposeModeOff, name = _('Camera transpose mode (press and hold)'), category = _('View Cockpit')}, }, axisCommands = { -- mouse axes {combos = {{key = 'MOUSE_X'}}, action = iCommandPlaneViewHorizontal, name = _('Camera Horizontal View')}, {combos = {{key = 'MOUSE_Y'}}, action = iCommandPlaneViewVertical, name = _('Camera Vertical View')}, {combos = {{key = 'MOUSE_Z'}}, action = iCommandPlaneZoomView, name = _('Camera Zoom View')}, {action = device_commands.Button_42, cockpit_device_id = devices.WEAPON_SYS, name = _('Gun Left/Right')}, {action = device_commands.Button_41, cockpit_device_id = devices.WEAPON_SYS, name = _('Gun Up/Down')}, I have looked at the command file for the Huey Sim and the mouse Button 2 and 3 and axis' x, y, and z are also listed in the Huey Sim leaving only the Gun up/down and left/right and the mouse button 1. Ignoring the mouse button 1, could I simply copy the gun commands into the Huey Sim commands and then assign axis RZ on my throttle for up and down and Lever + RZ for left and right? Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
Recommended Posts