Author Topic: Submunition change?  (Read 3735 times)

0 Members and 1 Guest are viewing this topic.

Offline Lazerus (OP)

  • Petty Officer
  • **
  • L
  • Posts: 17
Submunition change?
« on: August 22, 2013, 06:24:10 PM »
So, I was attempting to design a secondary missile for my fighters the other day when I encountered a possible  (Or just not thought of problem) with missile submunition design.

It isn't possible to make micro-missiles (ie: Missiles smaller than 1 unit of size).   While I can see the reasoning for single-stage missiles having this restriction, I don't see why having a way to make small submunitions for more advanced tech isn't possible.   I say this because at certain tech levels, . 5, . 4, and even . 2 sized submunitions become viable for certain applications, and I would love to be able to make them (Because I do love me some Macross).

So, is it even possible to allow for micro-missile submuntions?

(ie: Adding a submunition box to allow for missiles smaller than 1 size, but needing to have it be a second stage?)
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #1 on: August 22, 2013, 09:25:42 PM »
You used to be able to, but Steve took that out a couple versions back.

Offline Starfyre

  • Petty Officer
  • **
  • S
  • Posts: 26
Re: Submunition change?
« Reply #2 on: August 25, 2013, 01:12:36 PM »
You used to be able to, but Steve took that out a couple versions back.

Yeah.  it got yanked because otherwise you could easily bury a fleet under thousands of worthless decoy missiles that let you strip away all their AMM defenses in short order, and there was no workaround for NPR targetting/firecontrol that would let them ignore the chaff in favor of conserving ammo for shooting at missiles with actual damaging potential.  On an unrelated note, excessive use of angry flea decoy missiles could also bring aurora to a grinding halt because of all the additional missiles the game needed to do position updates on, but the main concern was the way it let you basically walk missiles right through any concievable defense.
 

Offline alex_brunius

  • Vice Admiral
  • **********
  • Posts: 1240
  • Thanked: 153 times
Re: Submunition change?
« Reply #3 on: August 26, 2013, 10:24:51 AM »
Yeah.  it got yanked because otherwise you could easily bury a fleet under thousands of worthless decoy missiles that let you strip away all their AMM defenses in short order, and there was no workaround for NPR targetting/firecontrol that would let them ignore the chaff in favor of conserving ammo for shooting at missiles with actual damaging potential.  On an unrelated note, excessive use of angry flea decoy missiles could also bring aurora to a grinding halt because of all the additional missiles the game needed to do position updates on, but the main concern was the way it let you basically walk missiles right through any concievable defense.
What prevents you from "burying a fleet under thousands of worthless" size 1.0 decoy missiles currently?

Where does this limit go?

Perhaps it could be a new tech line "missile miniaturization" starting at 2.0 going down to say 0.1 or 0.2 MSP minimum size allowed?


And would it be so hard to code/script a small extra check each time before launching AAMs? "If size < x, fire_flag = no"
« Last Edit: August 26, 2013, 10:42:49 AM by alex_brunius »
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #4 on: August 26, 2013, 10:43:22 AM »
What prevents you from "burying a fleet under thousands of worthless" size 1.0 decoy missiles currently?

Where does this limit go?

Perhaps it could be a new tech line "missile miniaturization" starting at 2.0 going down to say 0.1 or 0.2 MSP minimum size allowed?


And would it be so hard to write a small extra check each time before launching AAMs? "If size < x, fire_flag = no"

At higher tech levels, when you have 15-20 damage per msp, having a .05 WH will give you 1 pts of damage. And you could possibly fit fuel and engine into another .05 or .15, giving you a viable missile.  So having a size flag would not work.

If you have 4000 missiles engaging your fleet every 10 seconds, you'd want to eliminate as many of them as you could. And if you have dummy missiles interspersed with real ones, that just exacerbates the issue.

Offline UnLimiTeD

  • Vice Admiral
  • **********
  • U
  • Posts: 1108
  • Thanked: 1 times
Re: Submunition change?
« Reply #5 on: August 26, 2013, 12:49:54 PM »
Maybe, if he'll ever finishes that, we can see their return in Newtonian Aurora. Where a single nuke could clear a spheric kilometre of space.
I doubt that'll happen, though.
Ironically, you can still do what it should originally prevent my just creating a matryoschka missile.
 

Offline alex_brunius

  • Vice Admiral
  • **********
  • Posts: 1240
  • Thanked: 153 times
Re: Submunition change?
« Reply #6 on: August 27, 2013, 06:53:24 AM »
At higher tech levels, when you have 15-20 damage per msp, having a .05 WH will give you 1 pts of damage. And you could possibly fit fuel and engine into another .05 or .15, giving you a viable missile.  So having a size flag would not work.

The best solution IMHO would be if just like the minimum of 1pts of damage to damage ship hulls, we would have a minimum of say 0.33 or 0.25 pts of dmg to knock out a missile without armor. Notice how this would give you 3-4 times as many AMMs as damaging missiles for the same size.

The AI could then also be coded to use minimal missiles in AMM design.

Another option that is less intensive in number of missiles escalating would be to introduce non-ablative armor that can absorb 1-2 points of damage without degrading. This means AI can build ships that are immune to small missile/AMM fire.

The important point is that as long as missiles and ships both share the same amount of minimum damage to be hurt it will not be possible to achieve balance.

If you have 4000 missiles engaging your fleet every 10 seconds, you'd want to eliminate as many of them as you could. And if you have dummy missiles interspersed with real ones, that just exacerbates the issue.
Isn't that the point of a size flag? The AAM system checks all missiles and primary fires at those that are the biggest threat = biggest missiles?
« Last Edit: August 27, 2013, 06:55:24 AM by alex_brunius »
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #7 on: August 27, 2013, 07:00:29 AM »

Isn't that the point of a size flag? The AAM system checks all missiles and primary fires at those that are the biggest threat = biggest missiles?

Size 6 ship killers, size 8 decoys. Not necessarily :)

Offline sloanjh

  • Global Moderator
  • Admiral of the Fleet
  • *****
  • Posts: 2805
  • Thanked: 112 times
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #8 on: August 27, 2013, 08:01:47 AM »
Size 6 ship killers, size 8 decoys. Not necessarily :)

Where the size 8 decoy is a great big blob of armor.

John
 

Offline alex_brunius

  • Vice Admiral
  • **********
  • Posts: 1240
  • Thanked: 153 times
Re: Submunition change?
« Reply #9 on: August 27, 2013, 08:16:04 AM »
Size 6 ship killers, size 8 decoys. Not necessarily :)
Now I think we are starting to lose the point of how smaller then size 1 missiles would ruin balance :P

In the case of size 1 or lower missiles, normally ship-killers would be the bigger ones...
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #10 on: August 27, 2013, 08:50:01 AM »
Now I think we are starting to lose the point of how smaller then size 1 missiles would ruin balance :P

In the case of size 1 or lower missiles, normally ship-killers would be the bigger ones...

I was referencing your comment on bigger = more dangerous.

Aurora has enough flexibility to allow you to do nearly anything you want with the ships and weapons. Which is its greatest asset in my opinion.

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Submunition change?
« Reply #11 on: August 27, 2013, 12:33:41 PM »
I know, double post.

I think the ultimate culprit behind a lot of what is seen in Aurora is the AI. The AI shoots the biggest missiles first, so it opens itself up to large armored decoys. It shoots at the largest signature first too, bypassing the ships that are doing the actual shooting.

I'm sure there are other "exploits" that exist, just those two were the top of my head.

Offline Lazerus (OP)

  • Petty Officer
  • **
  • L
  • Posts: 17
Re: Submunition change?
« Reply #12 on: August 28, 2013, 02:57:21 PM »
Quote from: Erik Luken link=topic=6394. msg65406#msg65406 date=1377624821
I know, double post.

I think the ultimate culprit behind a lot of what is seen in Aurora is the AI.  The AI shoots the biggest missiles first, so it opens itself up to large armored decoys.  It shoots at the largest signature first too, bypassing the ships that are doing the actual shooting.

I'm sure there are other "exploits" that exist, just those two were the top of my head.

See, I didn't even know that.

I was more concerned with how you can't effectively miniaturize your multiple warhead designs even in antimatter ages, despite having ridiculous tech.   As it stands, you can overwhelm NPC missile defense anyways with sheer missile amount, I notice they never seem to carry anywhere near the stocks or layer their defenses with gun-based AMM, meaning 2-3 volleys of 10-20 missiles is usually enough.

As it stands, sander-type multi-missiles are useless against any sort of good ship design because they'll likely have 10+ layers of armor, meaning you'll be wasting a smegton of resources compared to single warhead Anti-ship missiles.

The only real use for micromissiles is anti-FAC and anti-fighter, at least in my eyes, and they don't have anti-missile defense anyways.
 

Offline Brian Neumann

  • Vice Admiral
  • **********
  • Posts: 1214
  • Thanked: 3 times
Re: Submunition change?
« Reply #13 on: August 28, 2013, 07:11:57 PM »
See, I didn't even know that.

The only real use for micromissiles is anti-FAC and anti-fighter, at least in my eyes, and they don't have anti-missile defense anyways.
Beam armed fighters are often quite capable against missiles.  They tend to have small fast firing weapons with a good tracking speed because of the fighters speed and the free x4 multiplier on the fire control.

Brian
 

Offline Lazerus (OP)

  • Petty Officer
  • **
  • L
  • Posts: 17
Re: Submunition change?
« Reply #14 on: August 29, 2013, 12:28:35 PM »
Quote from: Brian link=topic=6394. msg65419#msg65419 date=1377735117
Beam armed fighters are often quite capable against missiles.   They tend to have small fast firing weapons with a good tracking speed because of the fighters speed and the free x4 multiplier on the fire control.

Brian

True, but at least with my particular missile ships, good isn't enough, since you'd need to be taking 40+ warheads per salvo, and that's before multi-warhead missiles are involved