Space Engineers

Space Engineers

Control Module - basically key binding for ships
CoCoNO 8. feb. 2018 kl. 19:16
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
< >
Viser 1-2 af 2 kommentarer
Digi  [udvikler] 8. feb. 2018 kl. 22:53 
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
Sidst redigeret af Digi; 9. feb. 2018 kl. 0:05
CoCoNO 9. feb. 2018 kl. 16:57 
Thanks mate, ill try that
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50