Skip to content

Game Notes

Terence Doerksen edited this page Feb 23, 2019 · 6 revisions

Elite Dangerous

Target name for Server: Elite - Dangerous (CLIENT)

Star Citizen

Target name for Server: Star Citizen

Sample Screens

Notes

Specific Command Recommendations

  • QT / Landing Gear - make 2 controls for each, one Switch, one Button
  • Flight Ready, Power, Engines, Weapons, Shields - These should be Switches, not Buttons.

Landing Gear / QT Drive

You'll need to have separate buttons for Landing Gear ("Switch" type control) and Auto Landing ("Button" type control). Same with QT Spin up and Quantum Jumping. There's an issue between how my app works and Star Citizen. The short of it is, I had to make Switch and Buttons work differently or the 3rd party library I'm using for keyboards would crash if multiple commands were sent at once. Switches are more precise, but you can't hold down, while Buttons are less precise, but allow you to hold it down. I plan on enabling Buttons to optionally work like Switches in a future release. See the Commands page for more details.

Clone this wiki locally