Space Engineers
LiDAR Guided Missile Script
Εμφάνιση 1-10 από 31 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 3 Φεβ 2021 στις 16:02

  • Removed the 0.1 min limit for clearance power

Ενημέρωση: 17 Σεπ 2020 στις 10:30

  • Added ability to have a timer triggered when a missile is launched - see script config for details

Ενημέρωση: 17 Σεπ 2020 στις 6:56

  • Fixed issue with missile antenna being set to max broadcast range on missile launch
  • Adjusted power consumption of antenna for Check command to align with max lidar script range of 10km
  • Check command will now ensure blocks are turned on before retrieving power ratings and then turn them back off if they were off to begin with

Ενημέρωση: 16 Σεπ 2020 στις 14:58

  • Removed requirement for connection block (connector / rotor / merge)
  • Added "Check" command to help users build and troubleshoot missiles

Ενημέρωση: 9 Μαρ 2020 στις 15:40

  • Changed it so that both clearanceTicks and clearanceMeters must be OK before missile can turn
  • Added option to have missiles detonate on kill signal received instead of stop and idle
  • Fixed issue in GetInterceptVector() that returned an infinity vector (leading to NaN and an exception after)
  • Added timer option - script will now trigger timers at a specified distance from the target; see user settings at the top of the script for details

Ενημέρωση: 8 Φεβ 2020 στις 22:56

  • Adjusted missile settings to be more stable in flight (attempt to fix issues caused by jitter)

Ενημέρωση: 21 Ιαν 2020 στις 6:06

  • Fixed an issue where missile roll only activates if useSpiral is set to to true

Ενημέρωση: 19 Δεκ 2019 στις 13:20

  • Removed old antenna code causing an error after the last update

Ενημέρωση: 3 Δεκ 2019 στις 20:39

  • Fixed issue where batteries weren't being turned of before detaching from the firing platform
  • Reworked the initial setup to be more efficient

Ενημέρωση: 2 Δεκ 2019 στις 10:46

  • Fixed bug in message handling. Messages are now received immediately and missiles launch accordingly
  • Removed angle check before firing thrusters when in space
  • Removed gravity subtraction when velocity is greater than max velocity
  • Reworked algorithm setup and added a small buffer to keep missile/target acceleration from bouncing around too much
  • Changed SecondsBeforeSpiral to DistanceBeforeSpiral. Missiles now start to spiral and roll when within a set distance from target