Space Engineers

Space Engineers

[RETIRED] Whip's Optical Missile Guidance Script
Mostrando 11-20 de 35 aportaciones
< 1  2  3  4 >
Actualización: 13 JUL 2017 a las 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

Actualización: 29 JUN 2017 a las 21:38

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

Actualización: 22 MAY 2017 a las 11:41

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

Actualización: 30 ABR 2017 a las 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

Actualización: 26 ABR 2017 a las 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.

Actualización: 20 OCT 2016 a las 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!

Actualización: 16 OCT 2016 a las 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.

Actualización: 11 SEP 2016 a las 19:59

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

Actualización: 6 SEP 2016 a las 14:17

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

Actualización: 6 SEP 2016 a las 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