Space Engineers

Space Engineers

LAMP | Launch A Missile Program (for WHAM)
33개 중 21~30개 표시 중
< 1  2  3  4 >
업데이트: 2021년 1월 24일 오후 4시 58분

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

업데이트: 2021년 1월 11일 오전 10시 49분

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

업데이트: 2021년 1월 11일 오전 10시 27분

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

업데이트: 2021년 1월 3일 오후 9시 21분

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

업데이트: 2020년 12월 1일 오전 11시 58분

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

업데이트: 2020년 8월 18일 오후 12시 54분

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

업데이트: 2020년 8월 7일 오전 11시 27분

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)

업데이트: 2020년 7월 3일 오후 2시 34분

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

업데이트: 2020년 6월 29일 오후 10시 41분

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()

업데이트: 2020년 6월 16일 오후 4시 36분

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