.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
  #11  
Old March 10th, 2005, 01:16 PM

AMF AMF is offline
Lieutenant Colonel
 
Join Date: Dec 2000
Posts: 1,254
Thanks: 0
Thanked 0 Times in 0 Posts
AMF is on a distinguished road
Default Re: I have another question..

Quote:
douglas said:
Edit2: After further testing, I have established that which player can flee with impunity is determined not by player number, but by order of construction of the ships involved. The player whose earliest-built ship in the fleet was built last gets to move second. Actually, it depends on the internal ID number of the ship, but as long as no ships have been destroyed it makes no difference - not that that situation is likely to last in a real game.
Actually, that sort of makes sense from a programming point of view, but obviously not from a "realism" point of view. That doesn't mean I don't like it. I think it's, frankly, a perfect way to do it because one can't take advantage of it really...If you are really going to have simultaneous movement, you can't tie it to player order - you need something based on intrinsic unit abilities (like "speed" or "dexterity" of the ship, or experience rating or something), OR just plain old randomness. Build order sounds like a decent compromise to me, and I suspect that it's due to the game being written in C++ or some other object language, with each ship being a separate object. How else could one order them aside from build order? (I'm thinking while I'm typing here, so bear with me) The list is created and appended with new objects in the order they're built, no doubt...hmmm..I suppose you could have a ship-movement routine that did it differently, but I can't think of a good one off the top of my head that isn't essentially the same as the current, unless it was truly random...again, randomness isn't satisfying either...nevermind...I'm babbling...
Reply With Quote
  #12  
Old March 10th, 2005, 03:58 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: I have another question..

You need some sort of hash table that prioritizes the ships by their "iniative" rating, which depends on speed and other factors. Down with the list!
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #13  
Old March 10th, 2005, 04:31 PM
dmm's Avatar

dmm dmm is offline
Captain
 
Join Date: Sep 2000
Location: USA
Posts: 806
Thanks: 0
Thanked 0 Times in 0 Posts
dmm is on a distinguished road
Default Re: I have another question..

No, no, current way is realistic.

Age + guile always beats youth + skill.
__________________
Give me a scenario editor, or give me death! Pretty please???
Reply With Quote
  #14  
Old March 10th, 2005, 04:39 PM
douglas's Avatar

douglas douglas is offline
Major
 
Join Date: Apr 2004
Location: Atlanta, Georgia
Posts: 1,152
Thanks: 0
Thanked 0 Times in 0 Posts
douglas is on a distinguished road
Default Re: I have another question..

Quote:
dmm said:
No, no, current way is realistic.

Age + guile always beats youth + skill.
Actually, it's the newer ship that has the advantage here. Also, it's not quite by build order. Suppose you have ships 1, 2, 3, and 4. Ship 2 gets destroyed and another ship gets built. The new ship will not be ship 5; it will take 2's empty slot.
Reply With Quote
  #15  
Old March 10th, 2005, 07:02 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: I have another question..

But what if you have youth + skill + guile, huh? Beats old + guile any day.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
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 04:47 PM.


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