Space Engineers
Control Module - basically key binding for ships
Εμφάνιση 21-30 από 39 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 17 Νοε 2017 στις 14:42

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

Ενημέρωση: 1 Ιουν 2017 στις 13:23

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

Ενημέρωση: 18 Δεκ 2016 στις 8:45

- Removed stable condition as it is no longer needed.

Ενημέρωση: 21 Νοε 2016 στις 12:41

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

Ενημέρωση: 11 Νοε 2016 στις 20:09

- Fixed not working in v01.161.

Ενημέρωση: 4 Νοε 2016 στις 14:02

- Removed some forgotten debug messages in the code.

Ενημέρωση: 4 Νοε 2016 στις 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.

Ενημέρωση: 21 Αυγ 2016 στις 5:03

Ενημέρωση: 29 Ιουλ 2016 στις 14: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.

Ενημέρωση: 1 Ιουλ 2016 στις 8:37

Fixed the accidental update from below, just ignore this.