|
|
|
 |

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?
|
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
|
|
|
|
|