Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
正在显示第 61 - 70 项,共 96 项条目
< 1 ... 5  6  7  8  9  10 >
更新于:2018 年 5 月 24 日 下午 2: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

更新于:2018 年 5 月 16 日 上午 12: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

更新于:2018 年 3 月 31 日 下午 12:38

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

更新于:2018 年 3 月 31 日 上午 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

更新于:2018 年 3 月 30 日 下午 9: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

更新于:2018 年 3 月 18 日 下午 11:14

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

更新于:2018 年 3 月 15 日 上午 1:22

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

更新于:2018 年 3 月 14 日 下午 11: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

更新于:2018 年 3 月 12 日 下午 9:44

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

更新于:2018 年 3 月 9 日 下午 8:48

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