Space Engineers

Space Engineers

WHAM | Whip's Homing Advanced Missile Script
Viser 31-40 af 56 forekomster
< 1  2  3  4  5  6 >
Opdatering: 22. maj 2021 kl. 15:55

Version 169.6.3
  • Allowed spin to be applied when missile is in gravity even though it will make the missile handle poorly

Opdatering: 20. maj 2021 kl. 14:24

Version 169.6.2
  • Fixed issue where missile spin RPM was not being processed correctly

Opdatering: 29. apr. 2021 kl. 12:34

Version 169.6.1
  • Added new evasion method: "Use random flight path" aka "Drunken Missile Mode"
  • Now users can choose to enable spiraling, random flight path, or both when evasion mode (previously spiral mode) is activated.
  • Code cleanup: I rewrote some methods I wrote back in 2015 to make them less of a tragedy lol
  • Updated raycast homing class to use the now fixed raycast methods. I no-longer need to use the pitch and yaw angle overload.
  • Made warheads disarm themselves on setup

Opdatering: 24. jan. 2021 kl. 13:35

Version 169.4.6
  • Added option to disable target ID authentication for raycast/sensor detonation
  • Changed default detonation range to 3.33 meters since the max distance traveled by two grids closing at 100 m/s each is 3.33 meters.

Opdatering: 9. jan. 2021 kl. 21:51

Version 169.4.5
  • Removed propagation of target state by 0.5 * UPDATE_INTERVAL_IN_SECONDS to prevent overleading
  • Added in a raycast detonation scan that looks in the direction of relative velocity
  • Added in a raycast detonation scan that looks in the direction of target direction

Opdatering: 3. jan. 2021 kl. 13:47

Version 169.4.2
  • Added boolean to make randomized scanning alternate between ticks
  • Fixed bug where antennae were being set to max range
  • Deprecated fire argument

Opdatering: 5. nov. 2020 kl. 14:49

Version 169.4.0
  • Added support for gas tanks. Now gas tanks will be set to stockpile off on launch if they are in the missile group.

Opdatering: 4. nov. 2020 kl. 16:54

Version 169.3.1
  • Fixed a bug where remotely fired missiles were requiring themselves to be attached to a properly setup LAMP platform.

Opdatering: 24. okt. 2020 kl. 18:44

Version 169.3.0
  • Added "Minimum warhead arming range (m)" to custom data config

Opdatering: 24. okt. 2020 kl. 11:01

Version 169.2.1
  • Disabled propagated state proximity detonation if the missile has cameras or sensors being used for fusing: This caused missiles to detonate once they got close to the target point on the ship which meant that the missiles would no longer drill through targets, but instead detonate at their center, limiting overall damage (Note to me: Potentially allow the user to specify in config if they want this)