-
-
Notifications
You must be signed in to change notification settings - Fork 7
Game Notes
Terence Doerksen edited this page Feb 23, 2019
·
6 revisions
Target name for Server: Elite - Dangerous (CLIENT)
Target name for Server: Star Citizen
- QT / Landing Gear - make 2 controls for each, one Switch, one Button
- Flight Ready, Power, Engines, Weapons, Shields - These should be Switches, not Buttons.
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.