Space Engineers

Space Engineers

LAMP | Launch A Missile Program (for WHAM)
Affichage des entrées 21-30 sur 33
< 1  2  3  4 >
Mis à jour le : 24 janv. 2021 à 16h58

Version 94.7.2
  • Fixed issue where sound blocks would keep looping sound after a turret lock had been established and lost

Mis à jour le : 11 janv. 2021 à 10h49

Version 94.7.1
  • Update to SoundBlockManager to stop infinite sound looping on DS

Mis à jour le : 11 janv. 2021 à 10h27

Version 94.7.0
  • Added SoundBlockManager class which will better handle looping sounds for clients in MP since sound durations are not properly synced.

Mis à jour le : 3 janv. 2021 à 21h21

Version 94.6.0
  • Added disable_fire and enable_fire arguments to disable and enable firing. This is to allow you to disable firing while you are welding up missiles so that you dont fire them half built. It is by no means necessary to use this script, it was just something I needed for my ships

Mis à jour le : 1 déc. 2020 à 11h58

Version 94.5.1
  • Added very slow rate function for getting largest grid
  • Corrected ship controller info print
  • Increased duration of broadcast range override to ensure reliable transmission
  • Code convention cleanup
  • Moved all guidance logic into properly named sub functions to make code easier to follow
  • Ini parsing improvements

Mis à jour le : 18 aout 2020 à 12h54

Version 94.4.1
  • Added advanced "fire" argument parsing. Now you can use the following switches to modify the fire command:
    • --count [integer]: Number of missiles to fire
    • --range [start:integer] [end:integer]: Missile number range to fire from

Mis à jour le : 7 aout 2020 à 11h27

Version 94.3.2
  • Simplified code that fetches missile groups to reduce chances of grabbing the wrong group by name
  • Made LAMP title bar go across the entire screen width (looks better on wide screens)

Mis à jour le : 3 juil. 2020 à 14h34

Version 94.3.0
  • Added IFF target broadcasting for turret locked targets when in turret guidance mode

Mis à jour le : 29 juin 2020 à 22h41

Version 94.2.0
  • Added in remote fire argument
  • Added in remote firing for autofire mode
  • Optimized how fire command is sent to missiles to avoid lag spikes from IMyProgrammableBlock.TryRun()

Mis à jour le : 16 juin 2020 à 16h36

Version 93.4.4
  • Modified how offset scan position is stored. Should now avoid some strange offsets due to camera arrangement