Space Engineers

Space Engineers

Control Module - basically key binding for ships
CoCoNO 2018 年 2 月 8 日 下午 7: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
< >
正在显示第 1 - 2 条,共 2 条留言
Digi  [开发者] 2018 年 2 月 8 日 下午 10: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
最后由 Digi 编辑于; 2018 年 2 月 9 日 上午 12:05
CoCoNO 2018 年 2 月 9 日 下午 4:57 
Thanks mate, ill try that
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50