|
|
|
 |
|

December 19th, 2003, 11:28 PM
|
 |
Captain
|
|
Join Date: Nov 2002
Location: Finland
Posts: 864
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Emissive Armor?
It just occured to me that there might be some use to EA. Three facts make it useful in early game: easy to research, is destroyed Last and absorbs 30 damage which is quite a lot against DUC. I've never used it but perhaps I'd have to try some day, 30 off from 40 (no mount) or 80 (large mount) aren't bad deal.
__________________
'The surest sign that there is intelligent life elsewhere in the universe is that none of it has tried to contact us.' Calvin and Hobbes
Are you tough enough to be the King of the Hill?
|

December 20th, 2003, 02:26 AM
|
 |
Lieutenant General
|
|
Join Date: Jan 2001
Location: Oxford, UK
Posts: 2,592
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Emissive Armor?
I don't think MM can change anything here. He would have to allocate variables to store damage to individual components instead of just one per ship. Now, if you have 20+ components per each ship, memory requirement and processing time will go through the roof in the late game battles. I would rather leave it as it is than to have SEIV run on ultra fancy computers only !
__________________
It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets. - Voltaire
|

December 20th, 2003, 03:18 AM
|
 |
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: Emissive Armor?
Quote:
Originally posted by oleg:
I don't think MM can change anything here. He would have to allocate variables to store damage to individual components instead of just one per ship. Now, if you have 20+ components per each ship, memory requirement and processing time will go through the roof in the late game battles. I would rather leave it as it is than to have SEIV run on ultra fancy computers only !
|
It wouldn't be a problem for the computer. The hard part would be convincing MM to program it.
For example, suppose you have a battle with 10,000 ships involved, and they each have 1000 components, each of which can take up to say 63000 points of damage each. That's two bytes per component, x 1000 x 10,000 = 20,000,000 bytes, or about two megabytes. Consider that the largest battle in actual SE4 is probably more like 1000 ships, which have more like 50 components each at most (total more like 100 KB RAM required), and you can see this is not a huge amount of memory you're talking about, also because you wouldn't have to store the damage value for every component - only the ones on partly-damaged ships, etc.
PvK
[ December 20, 2003, 01:21: Message edited by: PvK ]
|

December 20th, 2003, 09:19 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: Emissive Armor?
20 megabytes. and approximitally half of them would have to be searched each time damage needed to be adjusted.
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|

December 20th, 2003, 08:49 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: Emissive Armor?
How do you arrive at 20 MBs? All you need is 1 bool for every component, which is at most 1 byte in size.
[ December 20, 2003, 18:50: Message edited by: Imperator Fyron ]
|

December 20th, 2003, 09:39 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: Emissive Armor?
he's the one who said 20,000,000 bytes. i just used that.
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|

December 20th, 2003, 09:45 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: Emissive Armor?
That was an extreme case... only even feasible in mods with 1 kT armor chunks AND 0 kT "structural supports" or "bucky tube gel plating," such as B5 Mod, P&N or Adamant. And then, good luck getting 10000 ships in one place.
[ December 20, 2003, 19:46: Message edited by: Imperator Fyron ]
|

December 21st, 2003, 03:02 AM
|
 |
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: Emissive Armor?
Ok 20 megs in my example (not 2 megs - my goof), but my example was also rather too big. 10,000 ships is off of what really happens in SE4 by a factor of 10 or 20, and 1000 components per ship is also off by another factor of 10 or 20. So, realistically, the most you would generally need would be say ~1000 ships x ~100 components/ship x 2 bytes = 200,000 bytes. A drop in the bucket even of a 32MB RAM computer (about the minimum needed to reasonably run Win95). And, as I mentioned before, damage might be more efficiently stored as a list of partly-damaged components, rather than the partial-damage state of all components.
Also, it would not have to search all of the components to find the right component, because they would be part of the ship data - if a ship is hit, you know which ship it is, and will never have to search the components on other ships to find the right one to damage.
PvK
|

December 21st, 2003, 03:10 AM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: Emissive Armor?
You know, maybe we should be writing our own space empire games... I wonder how far we'd get... "SE4 by Committee" suddenly takes on a whole new meaning! 
__________________
The Ed draws near! What dost thou deaux?
|
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
|
|
|
|
|