Space Engineers

Space Engineers

TCES | Turret Controller Enhancement Script
29개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 1월 1일 오전 5시 42분
작성자: Whiplash141

Version 1.14.2
Summary
Fixed NRE caused by creating a TCES group without the required CTC. Script will now error handle gracefully.

Full changelog
https://github.com/Whiplash141/SpaceEngineersScripts/commit/b75a8e0e408c468306f1ad4e23b53a34176a5065

업데이트: 2024년 12월 28일 오후 4시 27분
작성자: Whiplash141

Version 1.14.1
Summary
Added inverted rotor detection and support. TCES will now work if its rotors/hinges are placed upside down. This change was made to match the stealthy change to the CTC that afforded this behavior in vanilla.

Full Changelog
https://github.com/Whiplash141/SpaceEngineersScripts/commit/2b8b6ef58db3040828691484cd97d728ac48526c

업데이트: 2024년 8월 17일 오후 12시 33분
작성자: Whiplash141

Version 1.13.5
Summary
  • Fixed NRE when a TCES group was initialized without a CTC

Full Changelog
GitHub Link[github.com]

업데이트: 2024년 8월 13일 오후 11시 16분
작성자: Whiplash141

Version 1.13.4
Summary
Fixed NRE associated with extra rotors that lacked rotor heads residing within TCES groups

Full Changelog
https://github.com/Whiplash141/SpaceEngineersScripts/commit/65f7cca3bc0f4de0ec73cb4e7ab71bf0e87ec469

업데이트: 2024년 7월 26일 오후 10시 11분
작성자: Whiplash141

Version 1.13.3
Summary
  • Added SYNC group functionality

Full Changelog
https://github.com/Whiplash141/SpaceEngineersScripts/commit/7c53adefbf6967a142dee9d57038f693125817c7

업데이트: 2024년 4월 22일 오전 12시 43분
작성자: Whiplash141

Version 1.12.3
Changelog[github.com]
  • Fixed bug with dual rotor assessment logic that would cause turrets not to fire when targets were at high elevation angles
  • Added configurable weapon deadzones where weapons are not allowed to fire

업데이트: 2024년 3월 13일 오후 5시 00분
작성자: Whiplash141

Version 1.11.7
Changelog[github.com]
  • Added rest speed multiplier
  • Modularity cleanup

업데이트: 2023년 8월 25일 오전 12시 06분

Version 1.10.1
Changes[github.com]

업데이트: 2023년 7월 3일 오전 12시 58분

Version 1.9.3
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/3563e5d34c6957c694bbd7e892ce3292fff13886
  • Refactor to make control loop use a state machine for the rotors
  • made elevation rotor brake if not within 45 degrees of the target
  • Made rotor braking torque and power state get reset on AiControl leave
  • Fixed NRE

업데이트: 2023년 4월 15일 오전 1시 22분

Version 1.8.8
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/ecaa466db52eb362602b802f9c36ab5256688595
  • Update for sun tracking
  • Code modularization