I wrote up a description of how to use it here: http://descentchampions.org/forum/viewt ... f=4&t=1067
In short, you would add a section like this to dle.ini:
Code: Select all
[DLE.Bindings]
MovementMode=1
InputLockKey=VK_SPACE
InputLockModifiers=VK_SHIFT
MoveForwardKey=W
MoveForwardInputLock=1
MoveBackwardKey=S
MoveBackwardInputLock=1
MoveLeftKey=A
MoveLeftInputLock=1
MoveRightKey=D
MoveRightInputLock=1
MoveUpKey=VK_SPACE
MoveUpInputLock=1
MoveDownKey=VK_SHIFT
MoveDownInputLock=1
BankLeftKey=Q
BankLeftInputLock=1
BankRightKey=E
BankRightInputLock=1
If it doesn't support your config or the one you want to use, let me know - am trying to finish this up so I can send it off to Diedel to hopefully publish. There is currently no UI or joystick support - both would be pretty complex. It also doesn't use Descent's exact flight model, based on the guess that I don't think anyone actually cares for an exact match, they just want to be able to navigate around more naturally. But I could be mistaken. Let me know.