|
|
|
|
|
February 8th, 2001, 01:02 AM
|
|
Second Lieutenant
|
|
Join Date: Aug 2000
Location: New York, New York USA
Posts: 480
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
While I understand the concept here I wonder then do we want a damaged components to have any penalty assigned to them? Or are all these changes only for destruction of components?
------------------
Seawolf on the prowl
__________________
Seawolf on the prowl
|
February 8th, 2001, 02:38 AM
|
Corporal
|
|
Join Date: Jan 2001
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
I don't want partially damaged components to have penalties. It would require a lot more coding than the benefits it would create. Especially since you'd almost have to make it so the modders could decide what the effects of partial damage were on an individual component basis as well as at what point those effects occured (20 damage out of 40? 30 out of 40?).
Can you image what changes would have to be made to Components.txt to make, say PPB's "-1 range when this weapon has taken 5+ damage, +1 reload when this weapon has taken 15+ damage". Yucky.
Not worth it IMHO. The damage system present now is workable, just contains a few oddities that, when cleared up, will be just fine.
[This message has been edited by Zanthis (edited 08 February 2001).]
__________________
-Zan
|
April 4th, 2001, 12:39 AM
|
Second Lieutenant
|
|
Join Date: Sep 2000
Location: Ohio, USA
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
Bump.
|
April 4th, 2001, 06:42 PM
|
Corporal
|
|
Join Date: Apr 2001
Location: UK
Posts: 117
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
Could the way damage is handled just change slightly to (not real code of couse)
Damage -= shields;
Damage -= armour;
If ((Damage + Retained_Damage) >= component.structure)
{
component.destroyed;
Retained_Damage -= (component.structure - Damage); // not less than 0 of course!
}
else
{
Retained_Damage += Damage
}
So, retained damage is never added to the damage score as such; it just waits until there is enough of it, when added to current damage, to actually destroy a component.
|
April 4th, 2001, 08:00 PM
|
|
Corporal
|
|
Join Date: Dec 2000
Location: Minnesota
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
I would have to agree with Sinapus about how to apply damage to armor and internals. The way I see armor is not as individual pieces, but as a single one... Think of each piece as a layer around the whole ship... not like patch work. Damage should take out a 'piece' at a time... representing the layers being bLasted away.
Also, I think it should work the same for multiple components... group them together, and just track damage for the group... so when you do enough damage to the group that would destroy a single piece, it does. It takes some of the 'randomness' out, but is simplistic, but I think, effective. Maybe this is how it works now... does anybody know?
|
April 4th, 2001, 08:48 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
I think that just having a separate "retained damage" for armor vs internals would work well.
Then you only add the retained damage when you hit a component of that type.
This will prevent armor-skipping weapons from using the retained damage that a WMG did to armor, to blow away internals.
__________________
Things you want:
|
April 5th, 2001, 03:23 AM
|
Private
|
|
Join Date: Apr 2001
Location: Kitchener, Ontario, Canada
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
First, Zanthis.. wow.. thanks a bunch for this info. Nice to know HOW the bugs affect the game.
I'm new here. This is my first post and I'm still playing the demo - awesome game!! I'm ordering it this month - I figure my bills can wait a little. <grin>
What about this as a stopgap solution until they do a fix?
Divide armor into smaller chunks - say by 5. Tonnage required, tonnage structure and all effects. This would cause more armor destruction and less 'carry-over' damage effects.
I *think* to do this you'd have to do it for ALL armor and modify all the races build designs to put 5 times as much armor on. If you didn't do it for all armor, I think you'd get weirdness where AI ships piled on loads of standard armor until the better types were researched.
The only other possible problem I see with it - How many components can you shove on a ship without causing problems for the program?
__________________
Friends help you move but real friends help you move bodies.
|
June 8th, 2001, 10:50 AM
|
Lieutenant Colonel
|
|
Join Date: Feb 2001
Location: iola, ks, usa
Posts: 1,319
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
An excellent thread that definately deserves to be bumped up.
|
June 8th, 2001, 02:52 PM
|
Corporal
|
|
Join Date: May 2001
Location: Tallahassee, FL
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
I'm curious if anyone heard back from MM about this. Is it on the fix list somewhere?
|
June 8th, 2001, 03:03 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: Armor, Shields and Damage (FAQ)
A recent addition to the damage info:
-Small/Weak armor segments will be hit FIRST, 9 times out of 10, with the occasional large segment dying before a small.
-Large/Tough internals will be hit first, most of the time, but most internals tend to be similar size/strength, so its more randomized. Heavy-mount weapons are still the most likely to be hit first.
__________________
Things you want:
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|