Jump to content

"Cargo View" Placed In Wrong Part Of Joystick Default.lua (DCS v2.5.3.22652)


Devrim

Recommended Posts

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.

Intel i7-14700@5.6GHz | MSI RTX4080 Super SuprimX | Corsair V. 32GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64)
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

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

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')},

Link to comment
Share on other sites

That's a great idea Flanker1. Thanks a lot!!!

Intel i7-14700@5.6GHz | MSI RTX4080 Super SuprimX | Corsair V. 32GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64)
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

  • 1 month later...

A reminder. :) Pleeeease. :)

Intel i7-14700@5.6GHz | MSI RTX4080 Super SuprimX | Corsair V. 32GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64)
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...