Space Engineers
WHAM | Whip's Homing Advanced Missile Script
Εμφάνιση 21-30 από 56 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 18 Μαϊ 2022 στις 12:41

Version 169.10.1
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/4992a451eacf95261bf5092394b5b01cf4626acb
  • Made timers in WHAM get triggered in stage 1 instead of stage 2 for better versatility

Ενημέρωση: 11 Μαϊ 2022 στις 9:00

Version 169.10.0
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/f33586b5734b09093a26fa0c13132e8f3fc5ab46
  • Improved gravity compensation. Managed to remove all of the error :D

Ενημέρωση: 21 Μαρ 2022 στις 12:16

Version 169.9.10
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/d1e32ad8aed1425ac3e4b140e3e53f2d155726a5
  • Forced batteries to discharge on launch to try and address new battery block power bug.

Ενημέρωση: 12 Μαρ 2022 στις 16:15

Version 169.9.9
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/3caedad3200f9ee51d55bd58be2a255f905856a6
  • Added config option for topdown attack height

Ενημέρωση: 27 Φεβ 2022 στις 23:54

Version 169.9.8
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/4d99bcaed048457a209ea8899e23367c64fcb59f
  • 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.
  • Added more memes
  • Added 1 tick delay to IGC time message ingest
  • Made all broadcast listeners get processed on any message to prevent 1 tick deferral
  • Combined broadcast listener message handling into a single method

Ενημέρωση: 4 Οκτ 2021 στις 22:53

Version 169.9.3
  • Updated RaycastHoming to be the same as in LAMP including fixes to reference block handling
  • Changed random position generation to use a cube generation with uniform sum randomness for performance and to bias the randomness to the center of the dispersion range

Ενημέρωση: 30 Σεπ 2021 στις 12:48

Version 169.9.1
  • Changed randomized dispersion to make it not bias towards the center so much.

Ενημέρωση: 29 Σεπ 2021 στις 23:51

Version 169.9.0
  • Updated scheduler to use ticks as time base
  • Segregated missile guidance method into Navigation, Guidance, and Control methods
  • Updated guidance algorithms to take acceleration as an argument instead of a field that is changed every run
  • Added optional randomized impact point dispersion for homing modes ("Max aim dispersion (m)")

Ενημέρωση: 28 Ιουλ 2021 στις 16:11

Version 169.7.1
  • Updated IFF broadcast format
  • Replaced IsClosed with Closed

Ενημέρωση: 4 Ιουν 2021 στις 23:36

Version 169.6.4
  • Changed IsClosed method to check block translation instead of GTS.GetBlockWithId. For whatever reason, the latter method failed even when it definitely should not have. This is an alarming issue that is indicative of a GTS issue in general that should be investigated further and reported to Keen.