JunMcKill Posted May 1, 2014 Posted May 1, 2014 Hi, in the version 1.2.7 I had this changes in the mouse.lua to release countermeasures with the right button and worked perfectly: function layout() return { keyCommands = { {combos = {{key = "MOUSE_BTN3"}}, down = iCommandViewTransposeModeOn, up = iCommandViewTransposeModeOff, name = "Camera transpose mode on/off", category = "View Cockpit"}, {combos = {{key = "MOUSE_BTN2"}}, down = iCommandPlaneDropSnarOnce, up = iCommandPlaneDropSnarOnceOff, name = "Countermeasures Release", category = "Countermeasures"}, }, Now in the version 1.2.8 is not working the modification I did in the mouse.lua, and I have a new file named mouse.diff.lua, with this info: local diff = { ["keyDiffs"] = { ["d176pnilu536cdnilvdnilvpnilvunil"] = { ["added"] = { [1] = { ["key"] = "MOUSE_BTN2", }, }, ["name"] = "Countermeasures Release", }, }, } return diff I there any way in the new version to make my right mouse button release countermeasures? Thanks in advance!.
cichlidfan Posted May 1, 2014 Posted May 1, 2014 You will have to edit the default mouse lua for the appropriate aircraft. Edits to Saved Profile luas will no longer work. ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:
JunMcKill Posted May 1, 2014 Author Posted May 1, 2014 Ahhhhh you save my day Cich! now is working, thank you!
Recommended Posts