Space Engineers
Whip's Turret AI Slaving Script
Εμφάνιση 61-70 από 96 καταχωρίσεις
< 1 ... 5  6  7  8  9  10 >
Ενημέρωση: 24 Μαϊ 2018 στις 14:52

Version 73
  • Slaved AI turrets without designators will function like a normal turret
  • Designator turret AI is turned on during block fetching
  • Added max speed variable
  • Moved all .Contains to StringExtension.Contains

Ενημέρωση: 16 Μαϊ 2018 στις 0:35

Version 71
  • Added second pass into intercept guess - v69-1
  • Added negative forward velocities into the curve fit - v69-2
  • Corrected length of returned computed impact point vector - v69-2
  • Added in acceleration estimation - v69-3
  • Removed forward time-step prediction - v69-4
  • Changed cutoffs for empirical leads - v69-5
  • Removed second pass on rocket trajectory estimation - v69-5
  • Added in average missile velocity estimation - v69-6
  • Updated empirical curves - v69-7
  • Added boolean that limits slaved turret firing to the designator's firing state - v69-8
  • Added timer triggering for rotor turrets - v70
    • piss off, jphuffman: "not sure why Whip didnt have this feature built in"
  • Slaved AI turrets will not fire below 0° elevation for safety - v70
  • Added refined target acceleration compensation - v70-1
  • Predicting ahead a cycle - v70-2
  • Modified PID gains - v70-2
  • Added in rotor angular velocity stabilization - v70-3
  • Reduced tolerance angle - v70-3
  • Changed update loop workaround - v71
  • Code now restarts if it is triggered and no update loop is set - v71
  • Added a mesage for users if the code is not looping to guide them - v71

Ενημέρωση: 31 Μαρ 2018 στις 12:38

Version 69 (giggle)
  • Fixed leading method for custom weapons

Ενημέρωση: 31 Μαρ 2018 στις 11:59

Version 68
  • Added in custom data parsing for muzzle velocity
  • Fixed custom data parsing for turrets
  • Workaround for game bug with idle rotation

Ενημέρωση: 30 Μαρ 2018 στις 21:53

Version 66
  • Code now turns on spotlights in a turret group if the target is acquired
  • Changed AI turret slaving angle control, SetTarget() is broken still
  • Fixed rotor spinning the wrong way to get to the equilibrium position

Ενημέρωση: 18 Μαρ 2018 στις 23:14

Version 63
  • Fix for code running multiple times per tick in DS

Ενημέρωση: 15 Μαρ 2018 στις 1:22

Version 62
  • Improved rocket lead by including more empirical solutions for varying ranges

Ενημέρωση: 14 Μαρ 2018 στις 23:01

Version 61
  • Fixed issue where new turret groups weren't being recognized until recompile
  • Added precise grid velocity method for better target lead prediction

Ενημέρωση: 12 Μαρ 2018 στις 21:44

Version 59
  • Changed block grabbing return function to fix exception issues

Ενημέρωση: 9 Μαρ 2018 στις 20:48

Version 58
  • Fixed designator turret not being recognized for slaved groups
  • Fixed issue where turret group blocks werent properly refreshing