August 21, 201114 yr Is there a way to set the button repeat speed? When I had the buttons in FSUIPC the reversers worked well and were up to 100% shortly after touch down. With Linda they take about 1/2 the runway to deploy fully and it seems to be due to a slow button repeat. John VeldthuisSpecs: ASUS X79-DELUXE | Intel Core i7-5960X Extreme @ 4.2Ghz | Gigabyte GeForce GTX980 | 32GB Ram | Cooler Master HAF 932 case | ASUS PB279Q, 4K UHD, 27" Monitor | Windows 8.1 | Segate 2x2TB 7200rpm drives, SanDisk 2x256GB SSD| Corsair Hydro Series H105, Watercooling kit
August 21, 201114 yr Also a nice and warm "hello", What addon do you mean, because we have surely different reverser speeds.What is your reverser assigning? Maybe you have choosen "slow throttle decrease" (or whats its exact naming) Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
August 21, 201114 yr Commercial Member You can try to edit FSX/modules/linda/system/events.lua file. Line 674: if sec10 > 2 then change to: if sec10 > 1 then or even to: if sec10 > 0 then Artem Crum, EASA PPL•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••LINDA → Lua Integrated Non-complex Device Assigning•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
August 21, 201114 yr Author Also a nice and warm "hello", What addon do you mean, because we have surely different reverser speeds.What is your reverser assigning? Maybe you have choosen "slow throttle decrease" (or whats its exact naming) The NGX of course. I have mapped to On Press FSX:Throttle1 Decr On Repeat FSX:Throttle1 Decr and OnRelease FSX:Throttle1 Set 0 So once I have pulled the throttle back to the button it should spoil up the reverser to maximum and then when it releases off the button sets the engine to idle to cancel the reverser. Same for Throttle2. Worked a treat using the Buttons in FSUIPC but is very slow via Linda. It does get there so is working but way too late.You can try to edit FSX/modules/linda/system/events.lua file. Line 674: if sec10 > 2 then change to: if sec10 > 1 then or even to: if sec10 > 0 then It is on Line 629 on mine? I did download the latest version as well. Anyway I found it and will try if sec10 > 1 then, first. Thanks. John VeldthuisSpecs: ASUS X79-DELUXE | Intel Core i7-5960X Extreme @ 4.2Ghz | Gigabyte GeForce GTX980 | 32GB Ram | Cooler Master HAF 932 case | ASUS PB279Q, 4K UHD, 27" Monitor | Windows 8.1 | Segate 2x2TB 7200rpm drives, SanDisk 2x256GB SSD| Corsair Hydro Series H105, Watercooling kit
August 21, 201114 yr Commercial Member It is on Line 629 on mine? I did download the latest version as well. Anyway I found it and will try if sec10 > 1 then, first.May by the line number differs... here is the bigger part of code to recognize: function hidPoll () sec = sec + 1 if sec > 25 then sec = 0 TimerOneSec () end sec10 = sec10 + 1 if sec10 > 2 then -- >>>>>>>>>>>>>>>>>>> line to change <<<<<<<<<<<<<<<<<<<<<<< sec10 = 0 if ipc.get("HID_ENABLED") == 1 then buttonRepeatter () end if HUNTER then hunterGetLVarMonitor () end end Artem Crum, EASA PPL•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••LINDA → Lua Integrated Non-complex Device Assigning•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
January 21, 201610 yr Hello! Thank you for your program! Tell me, and version 2.6.7 which regulates the speed of the repeat button is pressed? Unfortunately, what is described above, it is not suitable for the code. Thanks!
Create an account or sign in to comment