Space Engineers

Space Engineers

TCES | Turret Controller Enhancement Script
Showing 11-20 of 29 entries
< 1  2  3 >
Update: 14 Mar, 2023 @ 10:59pm

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

Update: 11 Mar, 2023 @ 9:19pm

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

Update: 11 Mar, 2023 @ 8:52pm

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

Update: 9 Mar, 2023 @ 11:54pm

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

Update: 9 Mar, 2023 @ 10:39pm

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

Update: 9 Mar, 2023 @ 10:16pm

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

Update: 3 Jun, 2022 @ 6:05pm

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

Update: 3 Jun, 2022 @ 5:02pm

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

Update: 11 May, 2022 @ 9:54am

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.

Update: 22 Apr, 2022 @ 12:22pm

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