quote:
Originally posted by Zanthis:
Again, individual component damage would be ideal in combat. But it introduces several considerations. Suppose you have two pieces of Armor III. You get hit for 20 damage and the first piece is selected (randomly). Now you take another 20 damage. Does the program a) randomly select between the two pieces b) pick the damaged piece automatically.
If b, there are easier ways to duplicate that effect without tracking component damage.
Since armor is supposed to be hit first until destroyed, why not line up the armors and have the damage go from left to right as the damage accumulates? Use random hit determination for damage that gets
inside the armor and keep track of those components' damage.
quote:
If a, you will be changing how ships take damage. With 10 pieces of organic armor, ignoring the regeneration, you could take 1490 damage and not have lost a single component! Basically, ships will get tougher.
Actually, that was what I thought the damage rating for armor was supposed to do. Which is why I only use standard armor for protection. (I use stealth armor as a cheap cloaking device early in the game. I don't play w/organic tech.)
quote:
Also, it is quite likely that the same code that handles components outside tactical combat is used in tactical combat. Making changes to the tactical code's component class means maintaining two different pieces of code. This makes bugs more likely and is generally a hassle. The other methods involve creating an entirely separate system for tracking component damage outside of the component objects. Messy and quite a bit of work.
Would it be possible to have something in tactical that adds up damage for a component, destroying it when it takes enough damage, but when you return to the regular game it only takes note of which components were destroyed and any components that survived are presumed to be functional? Say emergency repairs by the crew patched it up and such.
Say, something hits the engine with enough damage to destroy it so it gets marked with the destroyed part. Another component, say a weapon, takes some damage, but not enough to destroy it and it stays functional when tactical ends.
quote:
Those changes would be:
1) Stop adding "extra damage" to weapon damage. Instead, add weapon damage to extra damage.
2) Switch to two "extra damage" values. One for "extra armor damage" and one for "extra internal damage."
3) OPTIONAL. Keep track of which armor component is currently being beat on (but not yet destroyed). Also, keep track of which internal component is being beat on.
Keeping track of internal components sounds better to me. Just how to apportion damage w/o making it like Starfire is something I, as someone who isn't a coder, has no idea of how to implement. IIRC, you really can't make 'random' numbers, but can 'fake' it in the code somewhat. Or maybe I have no idea what I'm talking about.
So far all I can think up is taking the damage from one weapon, picking a component to hit and recording damage from left to right. If it destroys the component w/leftover damage, that damage gets transferred to the next component, either the one immediately to the right, or randomly picking a component until the damage is used up, then the next hit picks a component to do damage to. If later hits pick an already destroyed component, it will travel to the right of the component list until it reaches an undestroyed component.
Okay, it's sort of like Starfire, but with a bit more randomness to the damage locations.
quote:
Of course, all of this isn't very useful because, in the end, the fix will be whatever Aaron decides and will likely be based on information we have no way of knowing.
True.
------------------
--
"What do -you- want?" "I'd like to live -just- long enough to be there when they cut off your head and stick it on a pike as a warning to the next ten generations that some favors come with too high a price. I would look up into your lifeless eyes and wave like this..." *waggle* "...can you and your associates arrange that for me, Mr. Morden?"