If you're doing it without fancy JS-scripting,spara wrote:Oh, if I only knew how. I already have setup the sidewinders as defenders and I don't know if it's possible to launch other ships as defenders.


Moderators: winston, another_commander
If you're doing it without fancy JS-scripting,spara wrote:Oh, if I only knew how. I already have setup the sidewinders as defenders and I don't know if it's possible to launch other ships as defenders.
cim wrote:Following Gimi's recent complaint about the lack of proper missile doctrine of a certain other capital ship, I've implemented an AI parameter for 1.79 which means missiles can be told to automatically spread out to stagger their approach, which should make missile swarm attacks more practical. (It's disabled on the standard and hardened missiles by default, because the player should have to actually think about their missile strategy, but easy to turn on for real missile boats)
I'm being vague againCommander McLane wrote:If you're doing it without fancy JS-scripting,spara wrote:Oh, if I only knew how. I already have setup the sidewinders as defenders and I don't know if it's possible to launch other ships as defenders.defense_ship_role is your friend.
And if you're doing it via JS-scripting, you can launch any ship you want anyway.
Will you ever find enough spare time to resurrect that project, Gimi?Gimi wrote:This is one of the ideas I have noted down for the Anaconda Missile Corvette in HIMSN.
I think its more a matter of getting someone with OXP programming experience to compile it (take lead), while I present something like functional requirements for behaviour and stuff. I just don't have the skills to put it together.Cody wrote:Will you ever find enough spare time to resurrect that project, Gimi?Gimi wrote:This is one of the ideas I have noted down for the Anaconda Missile Corvette in HIMSN.
With the limitation that you'd have to be firing at something which was moving much slower than the missiles (with the relative speeds of real-life ships and missiles, perhaps "stationary" is what we're going for here) and was ideally at least the size of a Coriolis to stop the missiles blowing each other up, yes, that should be possible with a bit of custom AI work: lead ship sets a desired impact time; all ships (maybe including the lead, maybe not) fire missiles when they are at the appropriate distance to achieve that time. The lead ship could even set a stack of spaced out desired impact times, so the group fires several salvoes each with coordinated impacts.Gimi wrote:Is it possible to do staggered launch with simultaneous time on target from multiple directions. (Its a common doctrine used for Real Life Anti Ship Missiles) Would look really cool, but might be hard to do on fast moving targets.
Yep. Basically you need to put these defenders into a dockWithMothershipAI after their task is over. There are examples for this spread over existing OXPs, but each of these would need some adjusting, so yes, you'd need to dive into AI scripting for this.spara wrote:I can launch any ship via js, and have done so, but I really don't know how to put the carrier wait for them to return before leaving. It would probably need some AI scripting.
I used a stock scavengerAI for collectors and a modified behemothAI for the carrier.Commander McLane wrote:Yep. Basically you need to put these defenders into a dockWithMothershipAI after their task is over.spara wrote:I can launch any ship via js, and have done so, but I really don't know how to put the carrier wait for them to return before leaving. It would probably need some AI scripting.
Kinda begs the question, can we look forward to a release soonspara wrote:Feeling like a winner here. Got the Collector thing to work. Not without a timer and js though. Now after a fight, if there are dead thargons about, the carrier launches 3 transporters with scoops, that collect thargons (and other loot) while the carrier is taking defenders in. Then the carrier patiently waits until the collectors have docked in (or left the area) before leaving.
I used a stock scavengerAI for collectors and a modified behemothAI for the carrier.Commander McLane wrote:Yep. Basically you need to put these defenders into a dockWithMothershipAI after their task is over.spara wrote:I can launch any ship via js, and have done so, but I really don't know how to put the carrier wait for them to return before leaving. It would probably need some AI scripting.
Don't hold your breath yetDuggan wrote:Kinda begs the question, can we look forward to a release soon