Space Engineers

Space Engineers

LAMP | Launch A Missile Program (for WHAM)
11-20 van 33 items weergegeven
< 1  2  3  4 >
Update: 6 jun 2022 om 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

Update: 30 mei 2022 om 16: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.

Update: 27 feb 2022 om 23: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.

Update: 3 feb 2022 om 10:51

Version 94.11.0
  • Added support for custom turret control block

Update: 8 okt 2021 om 13:00

Version 94.10.7
  • Removed implicit casts of Vector3D to Vector3.

Update: 4 okt 2021 om 22:51

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

Update: 29 sep 2021 om 23:58

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

Update: 28 jul 2021 om 16:13

Version 94.10.1
  • Replaced IsClosed with Closed

Update: 20 jul 2021 om 17:02

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

Update: 29 apr 2021 om 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