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

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







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

Reply
 
Thread Tools Display Modes
  #61  
Old October 13th, 2006, 10:05 PM
DarkHorse's Avatar

DarkHorse DarkHorse is offline
Sergeant
 
Join Date: Dec 2002
Location: U.S.A
Posts: 311
Thanks: 1
Thanked 0 Times in 0 Posts
DarkHorse is on a distinguished road
Default Re: SEV Beta History starting V1.0

Mmmmm. Cookie.
__________________
Vogon ships are yellow chunky slablike somethings, huge as office buildings, silent as birds. They hang in the air in much the same way that bricks don't.
(R.I.P. Douglas Adams)

-War is peace -Freedom is slavery -Ignorance is strength

In peace there's nothing so becomes a man as modest stillness and humility.
- W. Shakespeare (Henry V)
Reply With Quote
  #62  
Old October 13th, 2006, 11:54 PM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: SEV Beta History starting V1.0

woohoo 25-end.

But, uh..
"20. Fixed - Removed launch and recover rates."

What exactly is this refering to?
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote
  #63  
Old October 13th, 2006, 11:56 PM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: SEV Beta History starting V1.0

Launch components now launch all items at once, which it was doing anyway despite the restrictions. I guess the fix will be more time consuming and so maybe we'll see it in the following patch.
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
  #64  
Old October 14th, 2006, 02:07 AM
Q's Avatar

Q Q is offline
Colonel
 
Join Date: Jan 2001
Posts: 1,661
Thanks: 0
Thanked 0 Times in 0 Posts
Q is on a distinguished road
Default Re: SEV Beta History starting V1.0

Great work MM!
Reply With Quote
  #65  
Old October 14th, 2006, 02:22 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: SEV Beta History starting V1.0

Quote:
Captain Kwok said:
Here's a cookie:

Version 1.07:


Critical Failure = Loss of your bridge, all life support, all crew quarters, or all your crew
(a Master Computer when present, replaces the previous criteria).

Is this hardcoded (I guess), I mean the requirement or could we change it (like crew < 50%) ?
Reply With Quote
  #66  
Old October 14th, 2006, 02:28 AM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: SEV Beta History starting V1.0

Those bits are hardcoded, but you can do other things.

I have my frigates set up to explode when all life support is gone, for example.
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote
  #67  
Old October 14th, 2006, 03:55 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: SEV Beta History starting V1.0

Quote:
Phoenix-D said:
Those bits are hardcoded, but you can do other things.

I have my frigates set up to explode when all life support is gone, for example.
Explode ? Do you mean we can use the "Sector - Damage" ability with a scope of "ship" ? or do you know something I ignore ?
Reply With Quote
  #68  
Old October 14th, 2006, 08:18 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: SEV Beta History starting V1.0

Or maybe you set the structure of the ship to be equal to 0 if crew = 0 ? (but feel like only tonnage can be set)

I'm curious about this one

EDIT: After checking maybe set the ship struture to -1000000 if crew <= 0 in VehicleSizes.txt ?
To bad I cannot test until at least the 16th...
Reply With Quote
  #69  
Old October 14th, 2006, 08:40 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: SEV Beta History starting V1.0

Quote:
Phoenix-D said:
Those bits are hardcoded, but you can do other things.


Thinking more about it (and writing faster than I think...) I guess we can simply add to every ShipSize the "Control Center" ability, and 1 crew and 1 life support, then we can bypass hardcoded function and set our own using formulas.

For example I plan to use one AI tag to set the Crew requirement for every component (Like SJ proposed earlier) and then have in every formula a percentage calculation like:

<calculated amount> * round_up( <needed crew for this component> * min (<current ship crew> / <sum of needed crew on remaining components> ; 1) / <needed crew for this component>

This way we would have the following:

Ship total crew = 25
with component:

CMP1 needs 5 crew members
CMP2 needs 2 crew members
CMP3 needs 10 crew members
CMP4 needs 5 crew members
Total need = 22 crew members (so we have 3 more, useless peaple)

Component efficiency at that time:
CMP1 = 100%
CMP2 = 100%
CMP3 = 100%
CMP4 = 100%

After fighting some memebers of the crew die. We only have 18 people left (4 less that required).
Ship total crew = 18

We recalculate the efficiency as:
CMP1 = 100%
CMP2 = 100%
CMP3 = 90%
CMP4 = 100%

We can see that the higher the crew requirement the sooner the component will be impacted by missing crew.

After some more fighting, some crew members die and there are now only 10 people left (12 missing for complete efficiency)
Ship total crew = 10

In that case the components will be greatly degraded, with the resulting efficiency as follow:
CMP1 = 60%
CMP2 = 50% (which would mean 50% of damage for a weapon)
CMP3 = 50%
CMP4 = 60%

What do you think of this idea ? Would it be balanced ?
I guess it would make crew killing weaponry more attractive and protection of crew quarter more important.
Reply With Quote
  #70  
Old October 14th, 2006, 10:56 AM
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: SEV Beta History starting V1.0

Ship structure is only equal to the sum of structures of its components.

Hull-based hitpoints have nowhere to be applied.
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 09:05 PM.


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