Space Engineers
WHAM | Whip's Homing Advanced Missile Script
Εμφάνιση 31-40 από 56 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 22 Μαϊ 2021 στις 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

Ενημέρωση: 20 Μαϊ 2021 στις 14:24

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

Ενημέρωση: 29 Απρ 2021 στις 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

Ενημέρωση: 24 Ιαν 2021 στις 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.

Ενημέρωση: 9 Ιαν 2021 στις 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

Ενημέρωση: 3 Ιαν 2021 στις 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

Ενημέρωση: 5 Νοε 2020 στις 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.

Ενημέρωση: 4 Νοε 2020 στις 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.

Ενημέρωση: 24 Οκτ 2020 στις 18:44

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

Ενημέρωση: 24 Οκτ 2020 στις 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)