Missiles shot at point blank

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
Astrobe
---- E L I T E ----
---- E L I T E ----
Posts: 609
Joined: Sun Jul 21, 2013 12:26 pm

Missiles shot at point blank

Post by Astrobe »

The combat AI has a clear tendency to launch missiles when it's about to die. The very annoying thing is that it often happens when dogfighting. As a result, missiles are launched almost at point blank, leaving very little reaction time to ECM (and let's just hope it's not ECM-hardened missiles) . This is very frustrating to lose a won fight because of that. It's also very suicidal move on the AI's part, because the explosion would probably hit it as well.
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: Missiles shot at point blank

Post by Norby »

It is not a core feature, I think you use one of these OXPs: Detectors, HardShips, LaserCannons, Towbar, RocketMiner, RocketShips.

I implemented this to balance the bonus given by these OXPs (looks like there are many which inherited it), right before a scripted eject which give more escape pods but with additional risk.

Thank you for the idea, I plan to put something like this into the next versions (just I do not know when will be released):

Code: Select all

if(player.ship.position.distanceTo(other.position) > 5000*Math.random())
    other.fireMissile();
Meantime if you would like to turn it off then comment out the fireMissile() call in .js of the OXP you use.
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16081
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Missiles shot at point blank

Post by Cody »

Ferdies seem to have a penchant for this - my finger hovers over the ECM whenever a dying Ferdie charges in.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
Astrobe
---- E L I T E ----
---- E L I T E ----
Posts: 609
Joined: Sun Jul 21, 2013 12:26 pm

Re: Missiles shot at point blank

Post by Astrobe »

So. It. Was. You.
:D
Indeed I have towbar installed. Thanks for the tip!
User avatar
Cmd Northgate
Competent
Competent
Posts: 53
Joined: Thu Nov 19, 2015 10:51 am
Location: Galaxy 1

Re: Missiles shot at point blank

Post by Cmd Northgate »

Adders also do this as well. I've been destroyed a few time by the final action of an added. I always finish them off now at a bit of a distance, or make sure they have fired their missile earlier in the combat.

I also used to suffer from being destroyed by a missile release from a ferdie at close range as the hurtle past. Not so much now, guess I'm just more wary of the tactic.
User avatar
Amah
---- E L I T E ----
---- E L I T E ----
Posts: 486
Joined: Tue Aug 28, 2012 8:05 pm
Location: aboard the Laenina Crowne - Yasen-N class space freighter
Contact:

Re: Missiles shot at point blank

Post by Amah »

Not sure if helps with point blank missiles (yeah, ferdies seem to have a hang of that *sigh) but maybe AutoECM might help - https://bb.oolite.space/viewtopic.php?f=4&t=9765
Amah
User avatar
Cmd Northgate
Competent
Competent
Posts: 53
Joined: Thu Nov 19, 2015 10:51 am
Location: Galaxy 1

Re: Missiles shot at point blank

Post by Cmd Northgate »

Nice suggestion, one less thing to worry about!
Post Reply