Hey, has anyone played a HUGE game, and if so hows the processing time? I remember that was one thing I didnt like about civ 3 was that you could never play a HUGE map becuase it would take like 10 minutes between turns once the map was filled.
Announcement
Collapse
No announcement yet.
Processing time on HUGE games
Collapse
X
-
My Pentium 3 1GHz (mobile) and 32mb GeForce2 Go isn't doing too bad a job. But then again, I'm still in the Medieval age.THEY!!111 OMG WTF LOL LET DA NOMADS AND TEH S3D3NTARY PEOPLA BOTH MAEK BITER AXP3REINCES
AND TEH GRAAT SINS OF THERE [DOCTRINAL] INOVATIONS BQU3ATH3D SMAL
AND!!1!11!!! LOL JUST IN CAES A DISPUTANT CALS U 2 DISPUT3 ABOUT THEYRE CLAMES
DO NOT THAN DISPUT3 ON THEM 3XCAPT BY WAY OF AN 3XTARNAL DISPUTA!!!!11!! WTF
-
I just finished a huge game. Processing time was not awful (3 GHz, 1 GB RAM), not as bad as Civ 3 anyway. Nowhere near ten minutes. Maybe 30 seconds or thereabouts towards the end of the game.
The game would get bogged down sometimes-- on graphics or what I don't know. I would restart my computer and then it would go fast again.
Comment
-
There seems to be a memory leak that really slows things down at the end game on a huge map. You will constantly have to stop, save, restart in order to keep performance ok. When you do, the performance is remarkably good, but the memory leak has to be fixed.
Comment
-
Do you mean restart just civ 4 or reboot the entire system?While there might be a physics engine that applies to the jugs, I doubt that an entire engine was written specifically for the funbags. - Cyclotron - debating the pressing issue of boobies in games.
Comment
-
Originally posted by Mace
Well vee4473 he would mean restart the whole system. That's how you solve memory leaks.
(but if windows itself is leaking memory,then yes you have to restart Windows to reclaim that leak.)
Comment
-
Originally posted by ljw1004
That's wrong. In Windows, when you quit an application, then Windows will reclaim all memory leaked by that application.
(but if windows itself is leaking memory,then yes you have to restart Windows to reclaim that leak.)Let Them Eat Cake
Comment
-
I've noticed the memory leak. I can't play a full game on huge because of it. If I even bring up a diplomacy screen once on a huge map the entire game crawls when just prior to that it was running smoothly. If I restart the game it's back to normal but it's too impractical to try to play a game like that.
Comment
-
Originally posted by Mace
Well, that's exactly the scenario I was talking about, so I was not wrong. Some apps do not clean themselves up properly, keeping DLL's and such in memory
The only entities that exist are "processes". Each process consists of the main EXE, plus any DLLs that it has loaded, plus any memory it has allocated. When the process terminates, its DLL is unloaded and its memory is (always & automatically) freed.
A process can create global resources which are identified by handle. But when the last process to use that handle is closed, then the resource is freed.
The ONLY way for a process to leak is if it creates a resource, then gives a handle for the resource to the system, and the system fails to close it.
There is NO way for a DLL to remain behind if the processes that use it have closed.
Comment
Comment