Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
Showing 11-20 of 96 entries
< 1  2  3  4 ... 10 >
Update: 3 Jun, 2021 @ 1:32pm

Version 121.3.5
  • Fixed slaved turrets checking tolerance angle in degrees instead of radians. I hate you toed.

Update: 2 Jun, 2021 @ 1:16am

Version 121.3.4
  • Fixed bug where "setup" argument would need to be run twice to capture new group changes

Update: 1 Jun, 2021 @ 11:39am

  • (Minor) fixed date format (05 instead of 50 lol)

Update: 1 Jun, 2021 @ 11:32am

Version 121.3.3
  • Added screen manager. Now version and a simple animated graphic are drawn on screen when the code is running. This can be disabled in custom data
  • Cleanup of dead code
  • Fixed place where NRE could occur in StopRotorMovement()
  • Modified intersection checking for perfornance
    • Made IFF intersection checking a sphere check to simplify computations
    • Inlined block space intersection checks since profiler hits were too damn high
  • Intersection checking will only start once the gun is on target. This will reduce unnecessary computations when the target is not within the accepted firing tolerance
  • Fixed issue where timer actions were not working as expected. May still receive some tweaking in the future.

Update: 22 Feb, 2021 @ 5:48pm

Version 120.1.5
  • Made IFF processing prioritize duplicates with larger bounding sphere radiuses

Update: 20 Feb, 2021 @ 10:29pm

Version 120.1.4
  • If the turret breaks and an automated setup call fails, it will be marked as inoperable and will not initiate setup again until 'setup' is run manually
  • Fixed bug where slaved ai turrets did not properly check angle tolerances before firing

Update: 22 Dec, 2020 @ 5:31pm

Version 120.1.2
  • Improved custom data formatting for timers. Now you can specify the trigger condition explicitly

Update: 22 Dec, 2020 @ 9:42am

Version 120.0.8
  • Added support for triggering timers on idle
  • Added support for drills

Update: 6 Dec, 2020 @ 3:59pm

Version 120.0.7
  • Fixed bug where projectiles affected by gravity would not compensate for drop when aiming at a non-accelerating target and using a non-accelerating projectile

Update: 28 Nov, 2020 @ 9:13pm

Version 120.0.6
  • Changed trajectory estimation result to output a corrected impact point that only includes the lateral portion of the aimOffset that is computed. With very high velocities (ie: the speed of light) the trajectory estimate would blast way past the target and cause the resulting corrected vector to have a very large backwards result. Thanks to discord user halipatsui for finding this bug.