Did you press the hotkey? If you did, then press it again.
The hotkey disables/enables MDM.
[X3TC Bonus Plugin] Missile Defense Mosquito (MDM)
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 5715
- Joined: Sat, 17. Dec 11, 01:44
Peace through superior firepower
Bullwinkle's List | Marine Repairs and Training | Mobile Mining Mk2 | Drone Carrier Software 2 (DCS2) | Ship Tricks: Mini-Guides (with Video)
Bullwinkle's List | Marine Repairs and Training | Mobile Mining Mk2 | Drone Carrier Software 2 (DCS2) | Ship Tricks: Mini-Guides (with Video)
-
- Posts: 681
- Joined: Thu, 17. Nov 05, 13:12
The latest version v3.2.01 has a bug. It prevents the convoy mode to function correctly.
In plugin.missile.def.main.convoy.pck
line 158 is:
It has to be altered to:
cheers
*EDIT*
In the newest version (v3.2.02 or higher) this bug has been fixed.
In plugin.missile.def.main.convoy.pck
line 158 is:
Code: Select all
$Array.Enemy.Missile = $Ship-> get array of missiles aiming to me
Code: Select all
$Array.Enemy.Missile = $ShipWing-> get array of missiles aiming to me
*EDIT*
In the newest version (v3.2.02 or higher) this bug has been fixed.