niru27 Posted October 19, 2022 Posted October 19, 2022 Pressing the SPC button on the UFC inserts 2 spaces, one for pressing and one when releasing the button. Happens when clicking on it with the mouse too The CDU SPC works as expected, inserting only a single space for one press+release 1
ED Team BIGNEWY Posted October 19, 2022 ED Team Posted October 19, 2022 Hi please include a short track replay example showing the issue, I will also try to reproduce thanks Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
ED Team BIGNEWY Posted October 19, 2022 ED Team Posted October 19, 2022 Thanks this is actually reported already and a long standing issue, I will chase it up 1 Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
Solution Akiazusa Posted September 22, 2023 Solution Posted September 22, 2023 (edited) Hi,sorry for bringing up this topic again despite it's already reported. But since the team is pushing the development of A-10C recently,is there any chance to let the team have a quick look of this issue. It seems that in the A-10C_2\Cockpit\Scripts\clickabledata.lua or A-10C\Cockpit\Scripts\clickabledata.lua The current content of the line 700 in both files are. Quote elements["PNT-BTN-UFC-SPC"] = default_button(_("Space"), devices.UFC, device_commands.Button_11, 396) But most other lines related to similar buttons of UFC is ended with Quote nil, nil, false for example: Quote elements["PNT-BTN-UFC-HACK"] = default_button(_("Display Hack Time"), devices.UFC, device_commands.Button_12, 394, nil, nil, false ) elements["PNT-BTN-UFC-FUNC"] = default_button(_("Select Function Mode"), devices.UFC, device_commands.Button_13, 397, nil, nil, false ) So I tried adding the same "nil, nil, false" to the line 700,like this Quote elements["PNT-BTN-UFC-SPC"] = default_button(_("Space"), devices.UFC, device_commands.Button_11, 396, nil, nil, false ) And this problem is gone. No more double spaces insert after the editing. It works both for A-10C and A-10C II. Edited September 22, 2023 by Akiazusa 1 3 Kyoto Animation forever!
niru27 Posted October 5, 2023 Author Posted October 5, 2023 On 9/22/2023 at 11:02 PM, Akiazusa said: elements["PNT-BTN-UFC-SPC"] = default_button(_("Space"), devices.UFC, device_commands.Button_11, 396, nil, nil, false ) Can confirm this works for both C and C II. Thanks a lot for sharing 2
Recommended Posts