Devrim Posted October 11, 2018 Share Posted October 11, 2018 This has been already found long time ago but, I feel disappoint that this issue is still there. This is joystick default.lua and Cargo View command is mistakenly placed wrong section. We can see the line in Controls page but can't bind any button of our HOTAS. . . . keyCommands = { . . . }, axisCommands = { . . . }, --Cargo view {down = device_commands.Button_1, cockpit_device_id = devices.EXTERNAL_CARGO_VIEW, value_down = 1, name = _('Cargo View'), category = _('View')}, }, } eof Please, move it into keyCommands section and we can use it. Thanks a lot. i7-2600 @3.4GHz | Corsair 16GB @1600MHz. | MSI GTX1660Ti Gaming X | Samsung 256GB SSD (Win10HPx64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | Saitek X-55 Rhino & Rudder | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 >>MY MODS<< | Discord: Devrim#1068 Link to comment Share on other sites More sharing options...
fargo007 Posted October 15, 2018 Share Posted October 15, 2018 Having moved this manually to the correct section, it seems all I can now bind it to is my rudder pedals. What else has to be changed? Have fun. Don't suck. Kill bad guys. https://discord.gg/blacksharkden/ Link to comment Share on other sites More sharing options...
Holton181 Posted October 15, 2018 Share Posted October 15, 2018 Having moved this manually to the correct section, it seems all I can now bind it to is my rudder pedals. What else has to be changed? Try this: https://forums.eagle.ru/showthread.php?p=3622861 Most likely you have one of those controllers with their own dedicated setup files other than the default.lua. That line needs to be present in the same location in that file as in default.lua. In above MOD this is taken care of for all controllers exept the ones added in the last OB update. (It also contains a few extras...) Helicopters and Viggen DCS 1.5.7 and OpenBeta Win7 Pro 64bit i7-3820 3.60GHz P9X79 Pro 32GB GTX 670 2GB VG278H + a Dell PFT Lynx TrackIR 5 Link to comment Share on other sites More sharing options...
flanker0ne Posted October 16, 2018 Share Posted October 16, 2018 My personal version work as a "Glance Downward". You have to keep the button pushed in order to look down and out of the window. {down = device_commands.Button_1, up = device_commands.Button_1, cockpit_device_id = devices.EXTERNAL_CARGO_VIEW, value_down = 1, value_up = 0, name = _('Cargo View'), category = _('View')}, SCOPRI DI PIU': https://www.amvi.it/joinus.php COMBINEDOPS The Battle Planning Tool Link to comment Share on other sites More sharing options...
Devrim Posted October 17, 2018 Author Share Posted October 17, 2018 That's a great idea Flanker1. Thanks a lot!!! i7-2600 @3.4GHz | Corsair 16GB @1600MHz. | MSI GTX1660Ti Gaming X | Samsung 256GB SSD (Win10HPx64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | Saitek X-55 Rhino & Rudder | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 >>MY MODS<< | Discord: Devrim#1068 Link to comment Share on other sites More sharing options...
Devrim Posted December 3, 2018 Author Share Posted December 3, 2018 A reminder. :) Pleeeease. :) i7-2600 @3.4GHz | Corsair 16GB @1600MHz. | MSI GTX1660Ti Gaming X | Samsung 256GB SSD (Win10HPx64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | Saitek X-55 Rhino & Rudder | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 >>MY MODS<< | Discord: Devrim#1068 Link to comment Share on other sites More sharing options...
Recommended Posts