.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
  #1  
Old November 30th, 2006, 04:25 PM
Baal's Avatar

Baal Baal is offline
Sergeant
 
Join Date: Feb 2001
Location: Utah
Posts: 221
Thanks: 0
Thanked 0 Times in 0 Posts
Baal is on a distinguished road
Default SEV: Taking me to the edge of sanity

Turn processing taking 10+ minutes at turn 60 I can stand (barely).
Slight bugs being fixed continually, not a problem.
When the game crashes so much that I can't do more than 2 turns in a row. That puts me to the end of my rope.
Reply With Quote
  #2  
Old November 30th, 2006, 05:12 PM

Ungomma Ungomma is offline
Private
 
Join Date: Nov 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Ungomma is on a distinguished road
Default Re: SEV: Taking me to the edge of sanity

Yes-yes... It takes longer to process the turn than for me to make it. That is very very wrong.

I doubt there's any justification for such immense slowness. The code has to be fixed.
Reply With Quote
  #3  
Old November 30th, 2006, 06:28 PM
Ragnarok-X's Avatar

Ragnarok-X Ragnarok-X is offline
Major General
 
Join Date: Jan 2004
Location: Germany / Bielefeld
Posts: 2,035
Thanks: 33
Thanked 18 Times in 12 Posts
Ragnarok-X is an unknown quantity at this point
Default Re: SEV: Taking me to the edge of sanity

Agreed. The code is probably majorly broken. At some point i had games with 4-6 AIs where already turns 5+ were taking 10 seconds and even more. And thats with using 2 gigs of RAM and a E6600. Im dissapointed by that.
Reply With Quote
  #4  
Old November 30th, 2006, 06:37 PM

Raapys Raapys is offline
First Lieutenant
 
Join Date: Jan 2005
Posts: 689
Thanks: 0
Thanked 0 Times in 0 Posts
Raapys is on a distinguished road
Default Re: SEV: Taking me to the edge of sanity

A patch ago it was problems with combat that made the turn processing take way too long. That's been pretty much resolved( although one could argue AI combats should still be optimized alot, speed-wise ). The problem now seem to be that the actual 'movement' phase of the AIs seem to take much longer than it did before.

From what I remember, the best turn processing speed was at patch 1.08, i.e. release state, and even that speed wasn't impressive with alot of AIs. I'd be playing the game alot more if it wasn't for the fun-degrading processing times, that's for sure.
Reply With Quote
  #5  
Old November 30th, 2006, 07:21 PM

Romulus68 Romulus68 is offline
Sergeant
 
Join Date: Nov 2006
Posts: 220
Thanks: 0
Thanked 0 Times in 0 Posts
Romulus68 is on a distinguished road
Default Re: SEV: Taking me to the edge of sanity

Keep in mind how long it takes you to do a turn then multiply that by 11 for the AI's.

The logic routines are going to take time as the Empires grow and the number of ships increase.

Personally, I think the AI needs better fleet management as it seems to move each ship indivdually. This appears to be the slow down in my games.
Reply With Quote
  #6  
Old November 30th, 2006, 09:46 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: SEV: Taking me to the edge of sanity

Bah, you think that is bad... you should have seen how horribly slow turn processing was with civ3 when it came out.

Aaron is aware of the slow nature of the AI script processing, and mentioned that he had some ideas for how to speed it up in the IRC chat.
__________________
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
  #7  
Old December 1st, 2006, 12:43 AM
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: Taking me to the edge of sanity

The slowness is primarily pathfinding for ships and not script execution.
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
  #8  
Old December 1st, 2006, 03:56 AM
Arralen's Avatar

Arralen Arralen is offline
Major General
 
Join Date: Nov 2000
Location: 500km from Ulm
Posts: 2,279
Thanks: 9
Thanked 18 Times in 12 Posts
Arralen is on a distinguished road
Default Re: SEV: Taking me to the edge of sanity

Fundamental flaw in all those games (as Fyron remarked, it was the same with Civ3, isn't that much better with Civ4 at times, and Dominions3 can be problematic as well with 'big' games):

The games getting more and more complicated - several orders of magnitude, actually, if you want to put down the mechanics into formulas for an AI to use.
And we all want "smart" AIs, don't we? AIs which at least somewhat understand whats going on and can play the game on roughly even ground without cheating too much (able to see through for of war etc)

But does it get the 'power' to do so? Hardly.
Yes, o.c., CPU 'power' has grown enormously.
But power = work * time, or something like that, I was told.
And obviously, there's lots more time needed to reach to 'power levels' we want to see.

But there's an easy solution to this:
Atm, the AI programming is still following the concepts of the '80 .. but instead of giving the AI only some seconds to "think" between the player hitting the "end turn" button and him eagerly awaiting the results of his orders, the AI(s) should do its(their) turn(s) while the player does his.

That shouldn't be too hard to implement, with all those games being TCP/IP-enabled MP games .. just plug the AI(s) in like any other player in a MP game, and you wouldn't even need big changes to the game mechanics to make it work.

And with all those multi-thread, multi-core and multi-CPU equipped PCs out there, I doubt anyone could complain about the AI slowing down his PC or endless "end turn" waits ... .
__________________
As for AI the most effective work around to this problem so far is to simply use an American instead, they tend to put up a bit more of a fight than your average Artificial Idiot.
... James McGuigan on rec.games.computer.stars somewhen back in 1998 ...
Reply With Quote
  #9  
Old December 1st, 2006, 06:53 AM
Atrocities's Avatar

Atrocities Atrocities is offline
Shrapnel Fanatic
 
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
Atrocities is on a distinguished road
Default Re: SEV: Taking me to the edge of sanity

I thought Aaron also said that the slow down was related to ship movement or tracking or something in addition to AI script processing??? I don't recall to be honest.

EDIT:

Wait, I see that CK posted about the ship path thingy so that comment from Aaron must be accurate.
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
Reply With Quote
  #10  
Old December 1st, 2006, 09:46 AM
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: Taking me to the edge of sanity

Seriously, it's a combination of pathfinding and sometimes combats. The heaviest script execution times are on turn 1, 10, 20, etc. when the AI updates its designs... but those are just little bumps. You'll notice pathfinding kick in around turn 4-5, when the AI first starts exploring/surveying.
__________________
Space Empires Depot | SE:V Balance Mod
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:47 AM.


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