Space Engineers

Space Engineers

[RETIRED] Whip's Optical Missile Guidance Script
Se afișează 11-20 din 35 intrări
< 1  2  3  4 >
Actualizare: 13 iul. 2017 @ 19: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

Actualizare: 29 iun. 2017 @ 21:38

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

Actualizare: 22 mai 2017 @ 11:41

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

Actualizare: 30 apr. 2017 @ 15: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

Actualizare: 26 apr. 2017 @ 17: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.

Actualizare: 20 oct. 2016 @ 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!

Actualizare: 16 oct. 2016 @ 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.

Actualizare: 11 sept. 2016 @ 19:59

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

Actualizare: 6 sept. 2016 @ 14:17

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

Actualizare: 6 sept. 2016 @ 14: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