Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
Zobrazuje se 21–30 z 96 položek
< 1  2  3  4  5 ... 10 >
Aktualizace: 27. lis. 2020 v 14.25

Version 120.0.5
  • Debug text is now no longer created and formatted when debug mode is disabled. This reduces the runtime by a measurable amount.

Aktualizace: 27. lis. 2020 v 11.46

Version 120.0.4
  • Added variable to disable drawing of title screen

Aktualizace: 25. lis. 2020 v 7.41

Version 120.0.3
  • Added an config key for enabling/disabling checking for friendly fire upon other allied ships

Aktualizace: 24. lis. 2020 v 12.55

Version 120.0.2
  • Complete rewrite with better use of inheritance to reduce duplicated code
  • Removed block name requirements for rotor turret rotors. Code will now attempt to automatically detect and infer rotor configurations.
  • Added support for single axis rotor turrets (called rotor gimbals)
  • Rewrote grid intersection checking
  • Added friendly grid IFF processing and friendly fire checking
  • Removed 10 second periodic update searching. Now setup updates are only done on demand and at compile to save runtime costs
  • Made custom data config for timers, lights, and rotors much clearer and more thorough
  • Made custom data keys more human readable. Old configs will be migrated on compilation
  • Optimizations to lead algorithm. Now trajectory of accelerating projectiles is roughly simulated to better support different types of modded projectiles.
  • Added gravity drop multiplier

Aktualizace: 10. kvě. 2019 v 22.42

Version 112.3.0
  • Performance optimizations
  • Refactor of code to use scheduler to be much cleaner
  • Added "Only shoot when designator is shooting" variable to the Custom Data turret config
  • Replaced deprecated methods

Aktualizace: 28. bře. 2019 v 17.29

Version 111.4.4
  • Attempted to fix idle rotation bug some users were experiencing
  • Changed target prioritization scheme. Turrets will use the closest designator to them that has a target. I'm working on a more intelligent system, but this will serve as a stopgap in the meantime
  • Changed default turret parameters

Aktualizace: 1. bře. 2019 v 22.48

Version 111.4.1
  • Fixed game max speed and proportional gain defaults

Aktualizace: 1. bře. 2019 v 22.45

Aktualizace: 24. led. 2019 v 16.26

Version 111.4
  • Fixed issue where turret config wrote before it parsed... (*facepalm*)

Aktualizace: 24. led. 2019 v 7.15

Version 111.3.2
  • Changed "goto_rest_angle_delay" to "return_to_rest_delay" to be more consistent. Sorry for any inconvenience!