Space Engineers
LiDAR Guided Missile Script
Εμφάνιση 11-20 από 31 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 9 Οκτ 2019 στις 8:53

  • Fixed a bug where very small target velocities were causing missiles' intercept vectors to vary wildly

Ενημέρωση: 9 Ιουλ 2019 στις 15:03

  • Fixed a bug causing missiles to fail to launch after one successful launch
  • Adjusted the directions missiles take to get out of the firing platform's bounding box
  • Added code to adjust the antenna broadcast range dynamically

Ενημέρωση: 16 Ιουν 2019 στις 19:34

  • Added an Exclude tag to the script. Add this tag to any blocks you don't want the script to use.

Ενημέρωση: 1 Ιουν 2019 στις 12:13

  • Fixed a bug where remote is used before checking if it exists

Ενημέρωση: 14 Μαϊ 2019 στις 22:22

  • Adjusted code to allow for redirect of missiles

Ενημέρωση: 29 Απρ 2019 στις 19:03

  • Updated LCD methods to get rid of the compilation warnings

Ενημέρωση: 7 Απρ 2019 στις 17:02

  • Adjusted ray collisions method to return earlier if missile is closer to target than to firing platform
  • Missiles will now negate their velocity before killing guidance (no more flying off into the nexus)

Ενημέρωση: 9 Μαρ 2019 στις 14:58

  • Adjusted calculation for pulling up to avoid missile hitting ground
  • Optimized gravity checks

Ενημέρωση: 6 Μαρ 2019 στις 17:52

  • Update Script to SE v1.189 (new commo system)
  • Reworked missile setup - see top portion of script for details (user settings)

Ενημέρωση: 30 Ιαν 2019 στις 19:43

  • Fixed a bug keeping rotor-based missiles from detaching properly
  • Fixed a bug causing missiles to miss the target when in gravity with a stationary target
  • Removed angle check after launch. Missiles are now set to max speed (if not already there) after waiting the designated number of 'ClearanceTicks'
  • Reworked the platform avoidance code to make it a bit 'smarter'
  • Removed unneccessary code