Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
Mostrando 1-10 de 96 aportaciones
< 1  2  3 ... 10 >
Actualización: 11 OCT 2024 a las 11:02

Version 122.0.4
Summary
Workaround for various game bugs associated with weaponless CTC blocks and API behavior.

Full Changelog
https://github.com/Whiplash141/SpaceEngineersScripts/commit/447e92ad55293e478dc7baa840ea530e737a12de

Actualización: 12 DIC 2022 a las 8:51

Version 122.0.2
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/42e1caacce70cd8784886afdd62fce79c433d013
  • Fixed issue where turret control blocks were not properly recognized as designators for Slaved AI groups

Actualización: 3 FEB 2022 a las 11:39

Version 122.0.1
  • Added quick fix for new rocket trajectory behavior

Actualización: 3 FEB 2022 a las 10:58

Version 122.0.0
Added support for using custom turret controller blocks as designators

Actualización: 18 ENE 2022 a las 22:59

Version 121.5.5
  • Reset frequency of designator refresh

Actualización: 8 OCT 2021 a las 13:05

Version 121.5.4
  • Removed implicit casts of Vector3D to Vector3.
  • Increased frequency of designator targeting refresh

Actualización: 1 AGO 2021 a las 14:29

Version 121.5.2
  • Added null check to CalculateShooterVelocity(). The old IsClosed method I had checked if null before doing stuff, so now that I'm using .Closed, I need to check it on my own
  • Made BSOD routine capture any exception and print it to the screen.

Actualización: 28 JUL 2021 a las 16:22

Version 121.5.1
  • Replaced IsClosed with Closed

Actualización: 28 JUL 2021 a las 15:08

Version 121.5.0
  • Update to make use of new API additions. Removed all terminal properties from code.
  • Updated IFF broadcast format for new Radar display format

Actualización: 17 JUN 2021 a las 10:48

Version 121.3.6
  • Added check to screen manager to prevent drawing if the programmable block has no screens