Jump to content

[FIXED] Knee-board keybinds unusable.


RichardG

Recommended Posts

They work fine on my Viggen .. tough I've never manually edited any LUA file, just used the DCS Controls GUI:

 

t9RkC9D.jpg

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

They work fine on my Viggen .. tough I've never manually edited any LUA file, just used the DCS Controls GUI:

 

t9RkC9D.jpg

It is a common bug mate. Congrats! you do not suffer it! :thumbup:

Its because some weird behavior with the binding system in DCS.

 

I could repair it deleting the keyboard folder in the Input folder (saved games/DCS/....

 

 

 

Sometimes, you only need to restart the simulator.

:megalol:

Link to comment
Share on other sites

  • 2 weeks later...

[Possible solution] Change line order in lua file

 

Think I may have found a solution for this (by comparing corresponding code snippets for other modules), but please check and confirm. I changed the order of the first three lines of the AJS37/Input/keyboard/default.lua file into:

 

dofile(folder.."../../Cockpit/Scripts/devices.lua")
dofile(folder.."../../Cockpit/Scripts/command_defs.lua")
local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua")

 

(e.g. the dofile commands need to be executed before the local variable initialization)

 

EDIT: I also noted that the yellow/orange lines did not appear if you had the AJS37 module selected as default under Options/Controls when loading into DCS (e.g. only when changing from another module control setting).


Edited by Wintermute74
Additional comment on original problem.

Major Wintermute :joystick:

 

PC: i7 4770K - ASUS Z97 Deluxe - 16 Gb RAM - Nvidia GTX 1080 - 27" BenQ XL2720Z - HOTAS Warthog - TPR Pendular Rudder Pedals - MFD Cougar pack - TrackIR 5

 

DCS Modules: AJS-37 Viggen - A-10C I/II Warthog - F-16C Viper - F-14B Tomcat - F/A-18C Hornet - Su-33 Flanker-D - Su-25 Frogfoot - P-51D Mustang

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 2 months later...
dofile(folder.."../../Cockpit/Scripts/devices.lua")
dofile(folder.."../../Cockpit/Scripts/command_defs.lua")
local res = external_profile("Config/Input/Aircrafts/common_keyboard_binding.lua")

Seems to be implemented in latest OB. Thanks Wntermute for the find.

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

  • Recently Browsing   0 members

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