Space Engineers

Space Engineers

LAMP | Launch A Missile Program (for WHAM)
Viser 11-20 af 33 forekomster
< 1  2  3  4 >
Opdatering: 6. juni 2022 kl. 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

Opdatering: 30. maj 2022 kl. 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.

Opdatering: 27. feb. 2022 kl. 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.

Opdatering: 3. feb. 2022 kl. 10:51

Version 94.11.0
  • Added support for custom turret control block

Opdatering: 8. okt. 2021 kl. 13:00

Version 94.10.7
  • Removed implicit casts of Vector3D to Vector3.

Opdatering: 4. okt. 2021 kl. 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.

Opdatering: 29. sep. 2021 kl. 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

Opdatering: 28. juli 2021 kl. 16:13

Version 94.10.1
  • Replaced IsClosed with Closed

Opdatering: 20. juli 2021 kl. 17:02

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

Opdatering: 29. apr. 2021 kl. 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