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