Space Engineers

Space Engineers

LiDAR Guided Missile Script
31件中 21-30 を表示
< 1  2  3  4 >
更新:2019年1月28日 @ 14時10分

  • Fixed issue with missiles not avoiding the firing platform
  • Update version to match LiDAR Mapping Script

更新:2018年9月16日 @ 21時11分

  • Added support for proximity sensors for warhead detonation. Missiles can now use a forward-facing camera or a sensor to assist in ensuring warhead detonation when nearing a target.
  • Corrected the gravity calculations for missile guidance. Missiles now more accurately find their target.
  • Fixed a bug with "Roll Speed" and "Toggle Spiral" commands not executing while missile is in flight

更新:2018年9月8日 @ 8時50分

  • Removed an unused variable

更新:2018年9月7日 @ 22時42分

  • Fixed a potential issue with antennae having broadcasting disabled - script now ensures it is enabled when launching
  • Fixed a potential issue with batteries set to "Recharge-only" - script now sets them to discharge when launching

更新:2018年8月26日 @ 19時26分

  • Added collision avoidance. Missiles will now avoid colliding with the platform that fired them.
  • Added configurable settings for the initial launch power for missile thrusters, found in the top portion of the script.
  • Added missile sequencing. Missiles may now be fired in a user-defined sequence. See guide for details.

更新:2018年7月11日 @ 14時29分

  • Added a configurable setting in the top of the script to set the number of ticks a missile will fly (after launch) before gyros and thrusters are activated.

更新:2018年6月3日 @ 0時58分

  • Updated to work with new version of LiDAR Mapping Script (missile cluster support)

更新:2018年5月15日 @ 19時50分

  • Script now handles cases where thrusters and/or gyroscopes are turned off by default.
  • Added a failsafe in the event a timer is set to run the PB every tick in addition to the self-run property.

更新:2018年3月2日 @ 13時59分

  • Script has been updated to work with the new version of my LiDAR Mapping Script.
  • Missiles now take an additional parameter for launch / update commands:a tick count that tells the missile how many ticks to wait before launching.

更新:2018年1月14日 @ 13時28分

--Script has been updated to work with the new version of my LiDAR Mapping Script.

--Missiles now take an additional parameter for launch / update commands: the TimeStamp from the MyDetectedEntityInfo (see Usage for details).