.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #31  
Old February 8th, 2001, 01:02 AM
Seawolf's Avatar

Seawolf Seawolf is offline
Second Lieutenant
 
Join Date: Aug 2000
Location: New York, New York USA
Posts: 480
Thanks: 0
Thanked 0 Times in 0 Posts
Seawolf is on a distinguished road
Default 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
Reply With Quote
  #32  
Old February 8th, 2001, 02:38 AM

Zanthis Zanthis is offline
Corporal
 
Join Date: Jan 2001
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
Zanthis is on a distinguished road
Default 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
Reply With Quote
  #33  
Old April 4th, 2001, 12:39 AM

E. Albright E. Albright is offline
Second Lieutenant
 
Join Date: Sep 2000
Location: Ohio, USA
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
E. Albright is on a distinguished road
Default Re: Armor, Shields and Damage (FAQ)

Bump.
Reply With Quote
  #34  
Old April 4th, 2001, 06:42 PM

Mark Walton Mark Walton is offline
Corporal
 
Join Date: Apr 2001
Location: UK
Posts: 117
Thanks: 0
Thanked 0 Times in 0 Posts
Mark Walton is on a distinguished road
Default 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.
Reply With Quote
  #35  
Old April 4th, 2001, 08:00 PM
PurpleRhino's Avatar

PurpleRhino PurpleRhino is offline
Corporal
 
Join Date: Dec 2000
Location: Minnesota
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
PurpleRhino is on a distinguished road
Default 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?
Reply With Quote
  #36  
Old April 4th, 2001, 08:48 PM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default 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.
Reply With Quote
  #37  
Old April 5th, 2001, 03:23 AM

The Finn The Finn is offline
Private
 
Join Date: Apr 2001
Location: Kitchener, Ontario, Canada
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
The Finn is on a distinguished road
Default 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.
Reply With Quote
  #38  
Old June 8th, 2001, 10:50 AM

dumbluck dumbluck is offline
Lieutenant Colonel
 
Join Date: Feb 2001
Location: iola, ks, usa
Posts: 1,319
Thanks: 3
Thanked 0 Times in 0 Posts
dumbluck is on a distinguished road
Default Re: Armor, Shields and Damage (FAQ)

An excellent thread that definately deserves to be bumped up.
__________________
dumbluck
CEO, Fortuitous Investments, Inc.
Author: The Belanai Story
Reply With Quote
  #39  
Old June 8th, 2001, 02:52 PM

Aristoi Aristoi is offline
Corporal
 
Join Date: May 2001
Location: Tallahassee, FL
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts
Aristoi is on a distinguished road
Default Re: Armor, Shields and Damage (FAQ)

I'm curious if anyone heard back from MM about this. Is it on the fix list somewhere?
Reply With Quote
  #40  
Old June 8th, 2001, 03:03 PM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default 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.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 06:03 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.