Space Engineers
Whip's Turret AI Slaving Script
Εμφάνιση 71-80 από 96 καταχωρίσεις
< 1 ... 6  7  8  9  10 >
Ενημέρωση: 9 Μαρ 2018 στις 13:22

Version 57
  • Changed some math with the equilibrium angle - v51
  • Fixed rocket lead! - v52
  • Fixed issue where leading was not being determined by the correct weapon/tool list - v53
  • Added new running symbol code - v53
  • Fixed rocket lead breaking when stationary - v54
  • Restructured entire script to be more performant - v55
  • Moved everything into classes - v55
  • Added a block refresh interval - v55
  • Added PID control to the rotor turret groups - v56
  • Fixed typo of equilibrium all throughout the code XD - v57

Ενημέρωση: 13 Ιαν 2018 στις 18:05

Version 50
  • Added in runtime lead compensation
  • Fixed get closest targeting turret method
  • Cached designator lists for better performance
  • Added optional equillibrium position input for rotors

Ενημέρωση: 17 Νοε 2017 στις 18:31

Version 49 (Minor)
  • Changed default projectile speed

Ενημέρωση: 17 Νοε 2017 στις 18:26

Version 49
  • Replaced GetVectorAzimuthElevation with GetRotationAngles - v48
  • Added automated turret leading parameters. Turrets will now properly engage and lead targets!
  • TIMERS ARE NO LONGER NEEDED!

Ενημέρωση: 10 Αυγ 2017 στις 15:50

Version 47
  • Removed useage of GetWorldMatrix and GetWorldPosition since the bug that necessitated their use is gone - v45
  • Removed lots of unused math and methods - v45
  • Added support for infinite numbers of elevation rotors - v46
  • Turrets will only fire automatically when designator has line of sight - v47
  • Decreased equillibrium turn speed for safety reasons - v47
  • Designators can now rotate idly if the user so desires - v47

Ενημέρωση: 25 Ιουλ 2017 στις 16:51

Version 44
  • Adjusted range computation for GetClosestTargetingTurret to avoid musical turrets - v44

Ενημέρωση: 25 Ιουλ 2017 στις 16:46

Version 43
  • Optimized position getting by adding GetWorldPosition() method - v41
  • Changed GetClosestBlock method to GetClosestTargetingTurret - v42
  • Fixed turrets spinning when idle when no rotor limits were set - v43
  • Adjusted minimum sweep range to 400 meters from 100 meters - v43
  • Moved dynamic convergence variables to the configurable variable section - v43

Ενημέρωση: 1 Ιουν 2017 στις 18:25

Version 40
  • Works with 2 elevation rotors per turret group - v39
  • Tweaked get rotation angle method - v39
  • Fixed brokeen WorldMatricies. Thanks keen... - v40

Ενημέρωση: 7 Μαϊ 2017 στις 11:44

Version 37-3
  • Added AI turret slaving support - v33
  • Redesigned targeting parameters - v33
  • Added rotor turret equillibrium function - v34
  • Cleaned, simplified, and removed some functions - v35
  • Redesigned turret sweeping function - v35
  • Reverted back to old turret sweeping function XD - v35
  • Added in support for AI turret groups - v35
  • Workaround for turret angle setting bug -DONE - v37-1
  • Grabs Weapons/Tools based on grid id of rotor head - v37-3

Ενημέρωση: 20 Οκτ 2016 στις 12:04

Revision 12
Internal Version 32
  • Fixed compilation error (I missed a parenthesis lol)