Space Engineers

Space Engineers

Control Module - basically key binding for ships
CoCoNO 8 Feb, 2018 @ 7:16pm
Only 1 keystroke is read at the time
Hello, I love this script it should be default on the game.

i just noticed that a PB is only allowed to read 1 keystroke and will not update the input dictionary until all the keys are released

is this a known limitation?

is any way arround it?

is there any plans to fix it?


thanks
< >
Showing 1-2 of 2 comments
Digi  [developer] 8 Feb, 2018 @ 10:53pm 
The way around it is to set it to repeat while pressed&released and probably some memorization of last key press in order to detect new presses if that's what you need.

Fixing it would require some redesigning :/ and I'm not sure how it'll affect existing scripts...

They did add some input reading to IMyShipController, it has MoveIndicator, RotateIndicator and RollIndicator, while enough for some builds, certainly not enough for others xD
Last edited by Digi; 9 Feb, 2018 @ 12:05am
CoCoNO 9 Feb, 2018 @ 4:57pm 
Thanks mate, ill try that
< >
Showing 1-2 of 2 comments
Per page: 1530 50