Space Engineers

Space Engineers

WHAM | Whip's Homing Advanced Missile Script
目前顯示第 41-50 項,共 56 項
< 1  2  3  4  5  6 >
更新:2020 年 10 月 24 日 @ 上午 10:40

Version 169.2.0
  • Fixed bug where antenna meme mode was processed before user config was parsed
  • Improved proximity detonation math to use WorldVolume.Radius instead of computing it from the bounding box. Should be more accurate and performant
  • Removed unused variables
  • Added a new guidance method: Zero Effort Miss (Eventually I'll expose these to the users)
  • Simplified beam ride logic: I was using legacy code that I wrote 4 years ago which was before I had a good understanding of vectors
  • Updated ApplGyroOverride and GetRotationAnglesSimultaneous to use the same sign conventions and PYR angle input

更新:2020 年 8 月 7 日 @ 上午 11:26

Revert to Version 169.1.10
Uploaded LAMP to wham on accident!

更新:2020 年 8 月 7 日 @ 上午 11:25

UPDATED WRONG CODE!

更新:2020 年 7 月 24 日 @ 上午 11:29

Version 169.1.10
  • Fixed bug caused by some optimizations where missile would not initiate a missile setup before launch to check components.

更新:2020 年 7 月 5 日 @ 下午 2:47

Version 169.1.9
  • Simplified axis calculations in GetRotationAnglesSimultaneous
  • Fixed angle computation for no up vector code path in GetRotationAnglesSimultaneous for angles larger that 90 degrees

更新:2020 年 7 月 3 日 @ 下午 5:48

Version 169.1.7
  • Fix for super rare edge case in the angle computations that would cause some bizarre behavior in top down mode

更新:2020 年 6 月 29 日 @ 下午 10:39

Version 169.1.6
  • Added in option to allow remote firing of missiles
  • Performance optimizations

更新:2020 年 6 月 13 日 @ 下午 2:53

Version 168.7.1
  • Optimized proximity scanning to only do one raycast on each missile face per tick

更新:2020 年 5 月 30 日 @ 上午 10:31

Version 168.6.2
  • Fixed tripwire detonating when it detected its own grid in beam riding mode. Thanks to Paavopesusieni92 for the report.

更新:2020 年 5 月 28 日 @ 下午 5:09

Version 168.6.1
  • Added a check that stops parsing missile storage if attached to the firing ship. I found a grid that somehow had the missiles thinking they were in a firing state which meant as soon as the ship was spawned, the missiles launched. This will no longer occur.