Space Engineers

Space Engineers

TCES | Turret Controller Enhancement Script
29件中 11-20 を表示
< 1  2  3 >
更新: 2023年3月14日 @ 22時59分

Version 1.8.5
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/b8152ab3e36cf2194f191ca62aef8ded831471c2
  • Fixed mouse sensitivity scaling for small grid rotors

更新: 2023年3月11日 @ 21時19分

Version 1.8.4
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/ef69c531bf8b9374c2930d0e71a8df3a54a477e4
  • Made stabilization ignore the first update cycle to clean up stale derivatives

更新: 2023年3月11日 @ 20時52分

Version 1.8.3
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/a249de51270b6cdb12bb5cd728411081be8dd24a
  • Only doing stabilization math if manually controlled and if stab is enabled for performance savings

更新: 2023年3月9日 @ 23時54分

Version 1.8.2
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/07d206c9cded9c9315fa35db4003cb73575d733b
  • Made the mouse aim multiplier use the same magic numbers the game does for consistent feel

更新: 2023年3月9日 @ 22時39分

Version 1.8.1
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/05c8109fdb3c0237e726ecab99204fa25adac290
  • Made it so stabilization can be turned off in rotor custom data

更新: 2023年3月9日 @ 22時16分

Version 1.8.0
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/7c6774456b4802516ea9f4a20477966e42e8401c
  • Added custom turret controller stabilization
  • Fixed title screen color values
  • Migrated INI config to new ConfigValue system
  • Dynamic run frequency based on if stabilization is needed
  • Logic cleanup

更新: 2022年6月3日 @ 18時05分

Version 1.4.2
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/9e1187bdc2d3b3c5a363b6402caaa90411117a81
  • Added BSOD if code has an exception
  • Hardened TCES so that it doesn't throw exceptions when blocks are destroyed

更新: 2022年6月3日 @ 17時02分

Version 1.4.0
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/a14efd9b8ff7ac2e96274416eefc2d46716ccf19
  • Separated out cameras from tools to avoid extra cameras being turned off by the CTC
  • Began hardening code for destroyed blocks

更新: 2022年5月11日 @ 9時54分

Version 1.3.3
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/4474a9d54b2aad3fc0363b273e2f33eea10492b6
  • Removed use of terminal properties since interfaces now allow unsetting rotors and cameras.

更新: 2022年4月22日 @ 12時22分

Version 1.3.2
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/30350e9772e40c706ffc96035ee0a95405315c59
  • Fixed bug where cameras were not being added to the tool grid dictionary