Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
96件中 11-20 を表示
< 1  2  3  4 ... 10 >
更新:2021年6月3日 @ 13時32分

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

更新:2021年6月2日 @ 1時16分

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

更新:2021年6月1日 @ 11時39分

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

更新:2021年6月1日 @ 11時32分

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.

更新:2021年2月22日 @ 17時48分

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

更新:2021年2月20日 @ 22時29分

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

更新:2020年12月22日 @ 17時31分

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

更新:2020年12月22日 @ 9時42分

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

更新:2020年12月6日 @ 15時59分

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

更新:2020年11月28日 @ 21時13分

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.