Author Topic: Why is the Setekh so hard to kill  (Read 5244 times)

0 Members and 1 Guest are viewing this topic.

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Why is the Setekh so hard to kill
Put it in mission. Shoot at it. Behold.

What up wid it?

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
TBLs say it only has 8000 HP to the Charybdis' 10000... I shall test this matter further.

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: Why is the Setekh so hard to kill
Setekh has the bid damage flag.  Charybdis doesn't.

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
From my testing, primary weapon fire isn't damaging the Steak at all. (the 4 banks on the Artemis DH filled with Maxims... Vassago's Dirge is still selected as teh mod but I doubt that'll affect it).

Wtf.

[EDIT] still no primary damage with only 3.6.12 MVPs selected. Will test with no mod at all, then with FSO 3.6.10 and no mod.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Why is the Setekh so hard to kill
Setekh has the bid damage flag.  Charybdis doesn't.

Good to know.

From my testing, primary weapon fire isn't damaging the Steak at all. (the 4 banks on the Artemis DH filled with Maxims... Vassago's Dirge is still selected as teh mod but I doubt that'll affect it).

Wtf.

[EDIT] still no primary damage with only 3.6.12 MVPs selected. Will test with no mod at all, then with FSO 3.6.10 and no mod.

This is what I saw and I'm not clear if it's just the big damage flag at work or something...more.

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
Still no damage on 3.6.12 vanilla. I should note that subsystems can be damaged (and the Steak continues to resist primary damage afterwards).

Also, why the frak does something that can be destroyed with your average-size bank of Trebs have the big damage flag? I know you can't change it from [v]'s way but jeez

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: Why is the Setekh so hard to kill
Primary fire shouldn't do any significant amount of damage to a bid damage ship (unless you have huge primaries :nervous:), though it will damage subsystems.  Try firing a few cyclops at it and see what happens.

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
No, primaries will damage a big-damage ship until a certain point. The Steak resists primary damage even at 100%.

[EDIT] still happens on 3.6.12 RC3. Going to download 3.6.10 final if I can find it.
« Last Edit: August 09, 2010, 10:26:40 pm by Shivan Hunter »

 

Offline Snail

  • SC 5
  • 214
  • Posts: ☂
Re: Why is the Setekh so hard to kill
No, primaries will damage a big-damage ship until a certain point. The Steak resists primary damage even at 100%.
In retail FS2, big damage flag stopped damage from non-huge weapons at 10%. The new engine does it logarithmically.

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: Why is the Setekh so hard to kill
No, primaries will damage a big-damage ship until a certain point. The Steak resists primary damage even at 100%.

No.  That's the supercap flag.

Code: [Select]
if( is_big_damage_ship && !(wip->wi_flags & (WIF_HURTS_BIG_SHIPS)) ){

// if the player is firing it
if ( from_player ) {
// if it's a laser weapon
if(wip->subtype == WP_LASER){
total_scale *= 0.01f;
} else {
total_scale *= 0.05f;
}
}

// scale based on hull
if(hull_pct > 0.1f){
total_scale *= hull_pct;
} else {
return 0.0f;
}
}

Your primaries will do 1% of their rated damage down to 10% hull, at which point no non-huge weapon will be able to damage the ship.

EDIT: Grammar
« Last Edit: August 09, 2010, 10:39:04 pm by blowfish »

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
Yeah, that seems to be what's happening here. Although I would encourage custom campaigns to remove that flag, it can't be good for balance, especially alongside the Charybdis.

 
Re: Why is the Setekh so hard to kill
Yeah, either add "big damage" to the Charybdis, or remove it from the Setekh. AWACS ships don't exactly strike me as being heavily armored, so I'd be more inclined to do the second.
:divedivedive: <--- This needs to be a smiley.
Developer of the Singularity campaign/mod (WIP)
I call dibs on developing a Capella Barbecue Theory campaign.

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Why is the Setekh so hard to kill
Yeah, either add "big damage" to the Charybdis, or remove it from the Setekh. AWACS ships don't exactly strike me as being heavily armored, so I'd be more inclined to do the second.

I do kind of like it as it explains why the Vasudans don't use the Charybdis (which is otherwise better.)

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Why is the Setekh so hard to kill
Experimentation suggests it's not just big damage...

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: Why is the Setekh so hard to kill
Well, if it counts for anything, I've suddenly felt that big ships became harder to kill (even in just retail).
Dinking maxims at an Orion at 64x time compression used to actually hurt it...now it kinda doesn't.
(´・ω・`)
=============================================================

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Why is the Setekh so hard to kill
Well, if it counts for anything, I've suddenly felt that big ships became harder to kill (even in just retail).
Dinking maxims at an Orion at 64x time compression used to actually hurt it...now it kinda doesn't.

Retail or vanilla?

 

Offline Shivan Hunter

  • 210
  • FRED needs lambdas!
Re: Why is the Setekh so hard to kill
Experimentation suggests it's not just big damage...
"big damage" cuts most primary weapon damage down to 1% of the damage in its tbl. This is what seems to happen for me (3.6.12, no mod, no MVPs); I can hammer it with Maxims for a half a minute before it gets down to around 99% or 98%. A pair of Trebs, however, take it down to 84%.

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: Why is the Setekh so hard to kill
Sorry, I meant Vanilla FSO.
(´・ω・`)
=============================================================

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Why is the Setekh so hard to kill
Experimentation suggests it's not just big damage...
"big damage" cuts most primary weapon damage down to 1% of the damage in its tbl. This is what seems to happen for me (3.6.12, no mod, no MVPs); I can hammer it with Maxims for a half a minute before it gets down to around 99% or 98%. A pair of Trebs, however, take it down to 84%.

Ohohoho. Why thank you.

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: Why is the Setekh so hard to kill
Code bug?
I'm pretty sure it wasn't like that in...3.6.9
(´・ω・`)
=============================================================