Space Engineers

Space Engineers

Whip's Turret AI Slaving Script
96개 중 31~40개 표시 중
< 1  2  3  4  5  6 ... 10 >
업데이트: 2019년 1월 23일 @ 오후 5시 46분

Version 111.3.1
  • Added message in the programmable block's terminal to tell users to use custom data for configuration.

업데이트: 2019년 1월 23일 @ 오후 4시 55분

Version 111.3.0

    v108
  • Made all turrets individually configurable in CustomData.
    v109
  • Made general variables configurable in CustomData.
  • Make manually controlled designators take precedence.
  • Make weapon fire command occur only once instead of repeating each time the turret was updated. This reduces overhead.
  • Redesigned the way script handles weapons, lights, cameras, and tools. Now is much cleaner and each object type is properly handled.
    v110
  • Fixed turret lead for rockets
  • PID is reset on new parameter ingest
    v111.0
  • Added auto engagement range to per-turret config
  • Added integral decay ratio
    v111.1
  • Slaved turrets only engage within their auto engagement range
  • Made Ini not duplicate when turret params were changed
    v111.2
  • Added rest time to ini
    v111.3
  • Errors are now always shown in the terminal summary
  • Made Echo only display once per second

업데이트: 2019년 1월 2일 @ 오후 6시 21분

Version 107-4
  • Fix for negative runtime bug in Scheduler class

업데이트: 2018년 12월 31일 @ 오전 1시 29분

Version 107-3
  • Readded back in code profiling info to summary output. (I didn't realize I had removed it)

업데이트: 2018년 12월 25일 @ 오후 2시 28분

Version 107-2 - MERRY CHRISTMAS!
  • Updated readme for those mouth-breathers out there who refuse to look at the PRETTY PICTURES I BUSTED MY ASS MAKING. I'm not mad tho...

업데이트: 2018년 12월 25일 @ 오후 1시 58분

Version 107-1 - MERRY CHRISTMAS!
  • Refactored debug mode to be more intuitive to the user. To use debug mode, run the program with argument
    debug_toggle

업데이트: 2018년 12월 25일 @ 오후 12시 53분

Version 107 - MERRY CHRISTMAS!
  • Added debug mode text output
  • Added code verbose toggle. Defaults to OFF to reduce syncing.

업데이트: 2018년 12월 14일 @ 오후 4시 36분

Version 105
  • Changed turrets to prioritize closest target rather than closest targeting turret
  • Changed intersection algorithm to reduce unneeded iterations
  • Re-enabled target acceleration compensation

업데이트: 2018년 11월 11일 @ 오후 4시 58분

Version 103-1
  • Increased range of turret friendly fire checking

업데이트: 2018년 11월 11일 @ 오후 1시 55분

Version 103
  • Better friendly fire checking for rockets and gatlings

    Green star is old, red circle is the new algorithm.
  • Temporarily disabled acceleration compensation pending some fixes
  • Adjusted default PID values yet again