Space Engineers

Space Engineers

LAMP | Launch A Missile Program (for WHAM)
33개 중 11~20개 표시 중
< 1  2  3  4 >
업데이트: 2022년 6월 6일 오후 12시 31분

Version 95.0.0
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/23555c5aec8527cd71f6348a32aabd234ab52e73
  • Added new method BroadcastTargetingData and moved all guidance messages into there
  • On fire BroadcastTargetingData is now called to give the missile an initial target solution
  • Simplified argument handling logic
  • Made turret homing mode keep track of time since target lock
  • Changed the priority of beam ride reference block selection to match homing modes
  • Reduced unnecessary complication of cunfigurable screen colors
  • Remote fire will now trigger silo doors and timers via LAMP if the missile is on the same ship as a LAMP instance

업데이트: 2022년 5월 30일 오후 4시 00분

Version 94.12.0
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/ba34f916fe87ba2be73329e5ec22e8a5662d5e9c
  • Added timer triggering that is keyed off of specific targeting states. Supported states are Idle, Searching, and Targeting. Targeting is triggered whenever you are locked on or when you are in beam ride mode.

업데이트: 2022년 2월 27일 오후 11시 52분

Version 94.11.1
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/13637d93ad22cd76d331509b03f6a8f44b6edbf9
  • Changed how missed scans are handled. Rather than scanning as fast as it can (within the hard 10 Hz cap) the scan rate will instead be decreased by 20% when a scan is missed.

업데이트: 2022년 2월 3일 오전 10시 51분

Version 94.11.0
  • Added support for custom turret control block

업데이트: 2021년 10월 8일 오후 1시 00분

Version 94.10.7
  • Removed implicit casts of Vector3D to Vector3.

업데이트: 2021년 10월 4일 오후 10시 51분

Version 94.10.6
  • Fixed a bug where reference block was not being handled correctly at all. Now reference block is properly handled.

업데이트: 2021년 9월 29일 오후 11시 58분

Version 94.10.5
  • Updated scheduler to use ticks as time base
  • Made adaptive active antenna range respect idle range
  • Dead code cleanup

업데이트: 2021년 7월 28일 오후 4시 13분

Version 94.10.1
  • Replaced IsClosed with Closed

업데이트: 2021년 7월 20일 오후 5시 02분

Version 94.10.0
  • Added sound block config
  • Made IFF brodcast use new target size

업데이트: 2021년 4월 29일 오후 12시 34분

Version 94.8.4
  • Fix to make background color properly sync in multiplayer
  • Updated raycast homing method to now use the fixed raycast methods.
  • Changed the name of "spiral" to "evasion". Old arguments will still work. spiral_on, spiral_off, and spiral_toggle will simply toggle evasion. The reason for this genericization is that the missiles themselves can be configured to do different things when evasion is activated.
  • Code cleanup: removed a duplicated line