Space Engineers

Space Engineers

[RETIRED] Whip's Optical Missile Guidance Script
正在显示第 11 - 20 项,共 35 项条目
< 1  2  3  4 >
更新于:2017 年 7 月 13 日 下午 7:44

Version 62-7
  • Improved variable config functions
  • Fixed antenna not broadcasting
  • Fixed readme (thanks DarKovalord)
  • Implemented workaround for bug where turning off the safety of a warhead would disarm it... thanks keen

更新于:2017 年 6 月 29 日 下午 9:38

Version 32-6
  • Improved variable config code to load what is already in custom data on initialization of program

更新于:2017 年 5 月 22 日 上午 11:41

Version 62-3
  • You can now use the custom data to configure variables!

更新于:2017 年 4 月 30 日 下午 3:51

Version 62-2
  • Changed code to use a better drift compensation function
  • Code now runs at 20 Hz as opposed to the old 10 Hz to make the above drift compensation work better. I've tested this, and it causes a negligible impact on the code's performance

更新于:2017 年 4 月 26 日 下午 5:10

Version 62-1
  • Fixed missile spin being activated before main ignition fires
  • Changed PD gains to be more responsive
  • Fixed obsolete method calls
  • Changed method code uses to count elapsed time. It used to use Runtime, but this caused the code to run too frequently during low simspeed situations. Now time between runs is assumed to be one tick. This will make the code only run 10 times per simspeed second (and not real second), thereby reducing lag.

更新于:2016 年 10 月 20 日 上午 10:37

Revision 14
Internal Version 61
  • Discovered source of missiles spazzing: Floating point errors that were introduced into the dev branch. I have since fixed this by clamping my values so that there are no more issues!

更新于:2016 年 10 月 16 日 下午 12:45

Revision 13
Internal Version 60-2
  • Keen introduced a stupid bug that causes non-piloted grids to get unsynchronized. I have added in a workaround until I figure out the root of the issue.

更新于:2016 年 9 月 11 日 下午 7:59

Revision 12
Internal Version 59
  • Added support for warhead arming on launch
  • Optimized code

更新于:2016 年 9 月 6 日 下午 2:17

Revision 11
Internal Version 57
  • Missile spin variable added (asked for by tankmayvin)

更新于:2016 年 9 月 6 日 下午 2:05

Revision 10
Internal Version 56
  • Redesigned pitch and yaw determination method
  • Added sensor support, sensors turn on when main ignition is triggered
  • Optimized math operations