Space Engineers

Space Engineers

Whip's Subgrid Thruster Manager
38개 중 31~38개 표시 중
< 1  2  3  >
업데이트: 2016년 12월 31일 @ 오전 4시 19분

Revision 5.1
Internal Version 17.1
  • Code automatically applys dampeners if no thrusters are detected on the same grid

업데이트: 2016년 12월 31일 @ 오전 4시 01분

Revision 5
Internal Version 17
  • Fixed issue causing velocity dampeners to not function properly

업데이트: 2016년 12월 31일 @ 오전 3시 41분

Revision 4
Internal Version 16
  • Changed code to use the newly added user input properties instead of thruster output. This means you no-longer need thrusters on the main grid!
  • Changed how thruster override is applied. This code should now execute a better hover!

업데이트: 2016년 9월 8일 @ 오후 3시 04분

Revision 3
Internal Version 12
  • Restructured the code to be more efficient upon request by user "Simmo"
  • Changed how thrust override is computed. Thrusters will gradually scale to maximum output over a period of one second.
  • Changes made to the mimum threshold of thruster output ratio. This should counteract some of the inertial dampener bugs we are experiencing.
  • Changed iteration method from ticks to TimeSinceLastRun. This will allow the code to work (albeit badly) if people set up a slow timer loop

업데이트: 2016년 9월 8일 @ 오후 2시 49분

I forgot to upload the right version... derp... see above XD

업데이트: 2016년 9월 6일 @ 오후 2시 51분

Revision 2
Internal Version 11
  • Changed how max override was computed to account for different branches

업데이트: 2016년 9월 6일 @ 오후 12시 36분

Revision 1
Internal Version 10
  • Changed thruster override to scale proportionally
  • Rotor thrusters will search for a thruster of the same type to base their overrides on (ion will search for another ion, size isnt important). If no matching thruster is found, the code will pick the first other thruster it can find.
  • Fixed bug where the dampeners on the rotor thrusters would fire at unwanted times
  • Hovering bug is still not fixed. This is due in part to Keen's code not displaying maximum thrust properly. I will continue to test different workarounds.

업데이트: 2016년 9월 3일 @ 오전 1시 47분

Initial Release
Internal Version 7