Space Engineers

Space Engineers

MART | Whip's Mouse Aimed Rotor Turret Script
36개 중 21~30개 표시 중
< 1  2  3  4 >
업데이트: 2018년 2월 21일 @ 오전 8시 33분

Version 27
  • Changed how weapons are handled
  • Fixed bug where azimuth rotors used elevation mouse multiplier
  • Updated running symbol method

업데이트: 2018년 1월 27일 @ 오전 10시 23분

Version 25
  • Made code fetch variables from custom data on each refresh cycle
  • Enabled controlSeatRelativeMouseControl by default so ppl stop asking for it XD
  • Changed name of cockpitRelativeMouseControl to controlSeatRelativeMouseControl to force this change to take effect

업데이트: 2017년 12월 2일 @ 오후 2시 00분

Version 23
  • Added seperate pitch and yaw sensitivity settings
  • Added automatic turret stabilization feature :D

업데이트: 2017년 11월 22일 @ 오후 6시 48분

Version 22
  • Code now triggers itself without a timer. No more timers are needed!

업데이트: 2017년 11월 16일 @ 오후 9시 07분

Version 21
  • Added better debug output for rotors with no heads
  • Fixed custom data parsing

업데이트: 2017년 9월 10일 @ 오전 11시 24분

Version 19 (Minor)
  • Fixed issue where errors for additional elevations were not showing up until the user was controlling the turret

업데이트: 2017년 9월 10일 @ 오전 11시 18분

Version 19
  • Added rotor name to debug displays
  • Redesigned error output for better clarity

업데이트: 2017년 9월 10일 @ 오전 11시 02분

Version 18
  • Removed excess GrabBlocks() call within the initialization of the rotor turret class
  • Changed error messages to cater to those who don't read instructions

업데이트: 2017년 9월 5일 @ 오전 11시 51분

Version 17
  • Changed code to use class based turret sorting to improve performance
  • Added drill support

업데이트: 2017년 8월 24일 @ 오후 3시 15분

Version 16
  • Added the modified group name to the error messages for better debugging