Space Engineers

Space Engineers

Control Module - basically key binding for ships
40개 중 21~30개 표시 중
< 1  2  3  4 >
업데이트: 2017년 11월 17일 오후 5시 31분

- Workaround another issue with PB gamelogic where Entity is null if there's just one gamelogic component on the PB.

업데이트: 2017년 11월 17일 오후 2시 42분

- Workaround the PB gamelogic component issues in SE v1.185.

업데이트: 2017년 6월 1일 오후 1시 23분

- Changed to non-entity update (to prevent issues in v1.181).

업데이트: 2016년 12월 18일 오전 8시 45분

- Removed stable condition as it is no longer needed.

업데이트: 2016년 11월 21일 오후 12시 41분

- PB names are now stripped of newline characters to avoid some PB compilation issues that the game has.

업데이트: 2016년 11월 11일 오후 8시 09분

- Fixed not working in v01.161.

업데이트: 2016년 11월 4일 오후 2시 02분

- Removed some forgotten debug messages in the code.

업데이트: 2016년 11월 4일 오전 2시 53분

- Added "c.movement" control input which is an analog value of movement controls (gamepad included).
- Fixed "c.view" having X and Y swapped (game has it swapped to fit the rotation axis logic in their code).
- Fixed game control inputs not reacting to gamepad (by hardcoding the gamepad controls internally as there's no other way).
- Fixed all mod related inputs reacting in terminal menus and some other menus (they still work in some menus due to API limitations).
- Fixed some existing PBs throwing a dictionary key exception when loading the world due to the mod's inputs not being added to the list as soon as it's loaded.
- Improved tooltips for controls by showing the assigned input per device (including gamepad which are the hardcoded controls). Also "c.view" and "c.movement" have assigned control tooltip now too.
- Removed legacy name tag support (the ones with +input, etc) as it's been long enough.
- Removed /cm updatetype as the test is concluded and didn't yeild any useful information.

업데이트: 2016년 8월 21일 오전 5시 03분

업데이트: 2016년 7월 29일 오후 2시 13분

- Fixed compatibility with v01.146.
- New issue due to game API restrictions: inputs will be read even when you're in menus.
- Fixed input being read when you're typing in chat.