dresoccer4 Posted February 22 Share Posted February 22 Hello - in all of my DCS module I use mouse button 3 (middle mouse button) to enable clickable mouse cockpit mode. However after trying to set this with the Av-8B I am unable to. The field for this action under the mouse column is un-editable, as shown in the screenshot (different module, same issue). Can someone please help me figure this our or let me know if this is a bug? Thanks! Acer Predator Triton 700 || i7-7700HQ || 512GB SSD || 32GB RAM || GTX1080 Max-Q || FFB II and Thrustmaster TWCS Throttle || All DCS Modules Link to post Share on other sites
JIGGAwest Posted February 22 Share Posted February 22 I remember having to bind Left ALT + C to one of my mouse buttons within my mouse software for this to work. I do not know if this is a Bug. Link to post Share on other sites
dresoccer4 Posted February 22 Author Share Posted February 22 (edited) 5 minutes ago, JIGGAwest said: I remember having to bind Left ALT + C to one of my mouse buttons within my mouse software for this to work. I do not know if this is a Bug. i think this is a bug. however i got a work around for it by adding a possible mouse command: Edit your \Mods\aircraft\<module>\Input\mouse\default.lua in the install directory and add the line in red : return { keyCommands = { {combos = {{key = 'MOUSE_BTN1'}}, down = iCommandPlaneFire, up = iCommandPlaneFireOff, name = _('Minigun fire'), category = _('Weapon')}, {combos = {{key = 'MOUSE_BTN2'}}, down = iCommand_ExplorationStart, name = _('Enable exploration mode'), category = _('View Cockpit')}, {combos = {{key = 'MOUSE_BTN3'}}, down = iCommandViewTransposeModeOn, up = iCommandViewTransposeModeOff, name = _('Camera transpose mode on/off'), category = _('View Cockpit')}, {down = iCommandCockpitClickModeOnOff, name = _('Clickable mouse cockpit mode On/Off'), category = _('General')}, }, 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')}, }, } After that, you can choice your mouse button3, be carefull save this file, after a update perhaps you need to make this modif again. Edited February 22 by dresoccer4 2 Acer Predator Triton 700 || i7-7700HQ || 512GB SSD || 32GB RAM || GTX1080 Max-Q || FFB II and Thrustmaster TWCS Throttle || All DCS Modules Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now