Thread Tools
Old October 27, 2000, 20:21   #1
jrhughes98
Guest
 
Posts: n/a
Re: Speeding up the game with 100+ Civs
Ok, listen up folks! The reason why I think Civ3 should support more than 100 Civs for a single game is not for casual gameplay, but for scenario creation. I mean think about it, realistically, in today's world there are well over 100 nations! And don't you think it would be wise to have the ability to simulate the existence of these nations--to simulate the part that they took in a modern-day, or industrial revolution, historical scenario? It WILL make such scenarios quite historically accurate! Even in the times of renaissance here on earth there were lots of civs around. And in this way, just as in Civ2, you can tweak each civ so that nothing happens in the scenario that you don't want to happen. Period.

And secondly, there should be probably several hundred if not thousands of civs to choose from so that there will be ancient, renaissance, industrial, modern civs, as well as civs that have been around since the dawn of human civilization until today. Also, the variables can be programmed to cause older civs to more likely be destroyed early in the game and be replaced by more modern civs.



------------------
JRH
[This message has been edited by jrhughes98 (edited October 27, 2000).]
 
Old October 27, 2000, 22:17   #2
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
I like this idea. It makes sense and I would welcome it if were developed.

I think the problem is with system resources and playability of the game. I'm not a programmer, but other posts I have read have pointed out the challenges of an undertaking of this size.
Shogun Gunner is offline  
Old October 27, 2000, 23:00   #3
jrhughes98
Guest
 
Posts: n/a
System resources shouldn't be a problem. My computer is only a 500Mhz Celeron, with 384MB of RAM, and a 13.8GB 7200 RPM hard disk drive, and it can handle almost anything using barely the resources available. Similiarly, a high-end Pentium III with 128MB of RAM and at least a 7200 RPM hard disk drive (for faster virtual memory) should be able to handle things just as well, if not better.

Having 100+ civs would not be hard to implement on a computer as long the total number of civs is divisible by 8. Take 128 for example. 128 bits divided by 8=16 bytes.

------------------
JRH
 
Old October 27, 2000, 23:38   #4
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
That's not the system resources I was talking about.

When programming, there are memory register and routines. Routines are the programming that run the logic and memory register record the results. The more complexity you add does not advance the resources required in linear fashion. It is an exponential factoring.

Think of it this way. With eight civs, your civ must relate to 7 other civs. You will feel differently about each civ. This is true for all eight players. That can be expressed as 2 to the 7 power. The "2" is the civ a as it relates to civ b. The "7" relates to how many civs in play other than yourself. (You will relate to yourself just fine ) When you want 100 civs that is 2 to the 100 power. That's a big difference!

Also, and this is especially true of Microsoft products, there are limitations within the OS code itself for certain operations. I think most CIV players are familiar with the graphical problems near the end of a game (2010..2020 AD) when you play the largest map. Your system can crash or misbehave. That is not because Civ was programmed poorly or your system is inadequate. Sometimes this is a function of the preset memory "set asides" that Microsoft programs in their OS for GDI (for graphics) and other memory registers for other system operations.

When these guys program games, they have to take all of that into consideration. Great concepts are lousy concepts if too many people have trouble with the feature. It can ruin a good game.

Reading through these posts, you can see the same request over and over again: playability, playability, playability. People are willing to sacrifice "reality" or really cool features to have an easy to play, balanced game.

The unbalanced AI feature with only eight civs is a constant source of irritants for CIVers. I can only imagine how much more of a problem that would be with 100 civs.

Don't get me wrong. I wish they could develop a game with 100 civs. It would be more realistic and more of a challenge. It's just not a function of the end user's RAM and processor.
Shogun Gunner is offline  
Old October 28, 2000, 04:32   #5
MidKnight Lament
King
 
MidKnight Lament's Avatar
 
Local Time: 10:31
Local Date: October 31, 2010
Join Date: May 1999
Location: Melbourne, Australia
Posts: 1,235
Yes, I think resources would be a problem. Why do you think they've only supported 8 civs so far? 100 is huge. Would be great, but quite unlikely to happen.

A bigger concern would be how the AI handled it though. AI is hard enough to make smart without having 99 opponents.

------------------
- MKL
"And of course Henry The Horse dances the waltz!"
Shameless Plug: http://www.poetic-license.org celebrates it's First Birthday today!!! All welcome.
MidKnight Lament is offline  
Old October 28, 2000, 07:42   #6
Stefu
Apolytoners Hall of Fame
Emperor
 
Stefu's Avatar
 
Local Time: 02:31
Local Date: October 31, 2010
Join Date: Dec 1969
Location: CLOWNS WIT DA DOWNS 4 LIFE YO!
Posts: 5,301
The turns. The horrible horrible turns. The horrible horrible 3 hour turns.
Stefu is offline  
Old October 28, 2000, 09:25   #7
jrhughes98
Guest
 
Posts: n/a
quote:

Originally posted by Shogun Gunner on 10-27-2000 11:38 PM
Also, and this is especially true of Microsoft products, there are limitations within the OS code itself for certain operations. I think most CIV players are familiar with the graphical problems near the end of a game (2010..2020 AD) when you play the largest map. Your system can crash or misbehave. That is not because Civ was programmed poorly or your system is inadequate. Sometimes this is a function of the preset memory "set asides" that Microsoft programs in their OS for GDI (for graphics) and other memory registers for other system operations.




This is why I also suggested the following in the "Speeding up the game with 100+ Civs" thread. . .

quote:

Originally posted by jrhughes98 on 10-27-2000 11:50 PMNow of course we all know that human players are slower than the computer. Humans have to think; computers just "get up and go!" But some people have very slow computers, so to compromise an extra utility should come with the game that takes into account such things as the speed of your processor, the amount of system RAM you have, how much video memory you have, the speed/size of your hard disk, etc., and calculates the maximum number of tribes that your computer is capable of handling without having any problems.




------------------
JRH
[This message has been edited by jrhughes98 (edited October 28, 2000).]
 
Old October 28, 2000, 11:33   #8
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
Once again, a great idea, just not workable.

I'm telling you it's not a function of RAM, disk space, disk speed, processor of YOUR computer. It's a programming issue. Take my word for it, it would be incredibly difficult and I'm absolutely sure it would outstrip anything you could put together from computer equipment on the open market.

Unless you purchase 20+ risc workstation and network them together in your home. Of course the game would need to programmed to take advantage of this configuration. You think people complained about system requirements before!!!
Shogun Gunner is offline  
Old October 28, 2000, 11:41   #9
jrhughes98
Guest
 
Posts: n/a
quote:

Originally posted by Shogun Gunner on 10-28-2000 11:33 AM
Once again, a great idea, just not workable.

I'm telling you it's not a function of RAM, disk space, disk speed, processor of YOUR computer. It's a programming issue. Take my word for it, it would be incredibly difficult and I'm absolutely sure it would outstrip anything you could put together from computer equipment on the open market.

Unless you purchase 20+ risc workstation and network them together in your home. Of course the game would need to programmed to take advantage of this configuration. You think people complained about system requirements before!!!


Well then, have you asked Firaxis about this to see what they have to say?


------------------
JRH
 
Old October 28, 2000, 11:55   #10
chrispie
Warlord
 
chrispie's Avatar
 
Local Time: 00:31
Local Date: October 31, 2010
Join Date: Oct 2000
Location: Manchester UK
Posts: 125
Well, I guess what jrhughes98 is saying is the possibility to have up to 100 or so civs, most of whom who don't do much?

I guess, in the wonderful land of theory that could be possible, if they were stripped down a lot..maybe in scenario's, you could have up to 32 'active' civs, who move units and plans strategies and stuff, and the rest 'inactive', only doing basic city management. After all, the thing that takes up the majority of AI time is moving units, as appose to basic city management and maybe even some diplomacy.

Maybe, in scenario's, we could even set a date for a civ to become 'active' and another to become 'inactive'. Just a thought of a bored chrispie.

But, just think if 128 civs were in play, just to hold who had discovered which tiles on a 200*100 map would need (200*100)*16 or 320k, imagine each of the 127 AI players reading through that each turn
chrispie is offline  
Old October 28, 2000, 14:17   #11
jrhughes98
Guest
 
Posts: n/a
I have sent an e-mail to Firaxis myself to see what they have to say about this. This will certainly settle the debate.

------------------
JRH
 
Old October 28, 2000, 22:01   #12
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
Good idea!

Any information would be interesting to discuss!
Shogun Gunner is offline  
Old October 28, 2000, 23:35   #13
Theben
Deity
 
Theben's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Dec 1969
Location: Dance Dance for the Revolution!
Posts: 15,132
quote:

Originally posted by jrhughes98 on 10-28-2000 02:17 PM
I have sent an e-mail to Firaxis myself to see what they have to say about this. This will certainly settle the debate.



Somehow I doubt it.

I like the idea of "active" and "inactive" civs. But shouldn't the "active" ones stay that way thruout the game? That way they'll be more of a challenge to the player.

------------------
"To lead the people, walk behind them. With a big stick. Or a gun."
Theben is offline  
Old October 29, 2000, 00:10   #14
korn469
Emperor
 
korn469's Avatar
 
Local Time: 19:31
Local Date: October 30, 2010
Join Date: Apr 1999
Location: In the army
Posts: 3,375
quote:

I mean think about it, realistically, in today's world there are well over 100 nations! And don't you think it would be wise to have the ability to simulate the existence of these nations--to simulate the part that they took in a modern-day, or industrial revolution, historical scenario? It WILL make such scenarios quite historically accurate! Even in the times of renaissance here on earth there were lots of civs around.


i mean really do you really need to simulate Mauritania or Liechtenstein to create a good scenario? do they really have that much influence on world affairs?

just wondering

korn469
korn469 is offline  
Old October 29, 2000, 00:12   #15
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
I have not asked about this, but there a lot of older posts in the archives where guys that have been on these forums for years have put questions like this to Firaxis. Check out the archives.

Once again, I'm not busting your chops. I think it's a great idea and hope something like this is done. I have a lot of co-workers and friends who are programmers and I have asked them questions like this myself.

I am basically relaying information from previous posts/archives from this site and information I have gatherred from other programmer sources.
Shogun Gunner is offline  
Old October 29, 2000, 14:15   #16
Builder
 
Local Time: 00:31
Local Date: October 31, 2010
Join Date: Feb 2001
Posts: 0
Stefu is right.

long long long long long turns...
Builder is offline  
Old October 29, 2000, 15:05   #17
Ralf
King
 
Ralf's Avatar
 
Local Time: 01:31
Local Date: October 31, 2010
Join Date: Mar 2000
Location: Sweden
Posts: 1,728
- The lacking system resources that Shogun Gunner talks about is one BIG problem.

- The looong, looong turns that Stefu talks about is a second BIG problem.

- The AI-programming nightmare that i am talking about is a third really BIG problem. Both Civ, Civ-2, SMAC and CTP have had unit-navigational and diplomacy-related bug-problems managing only 6 AI-civs. And that above problems would grow NOT logaritmically, but exponentially by adding 90+ independent AI-civs.

- The fact that Firaxis only staff 25+ people, and only maybe 3-4 dedicated to AI programming is a fourth BIG problem.

- The fact that Firaxis *must* release a game that is playable also on at least 2 year old machines to ensure the maximal of potential customers is the final nail in the coffin.

Ribannah quote: "Programming lots of nations and their diplomatic relations is not difficult at all. It has been done several years ago in "Birthright: The Gorgon's Alliance".

Not difficult at all, huh?
Somehove i believe that making comparisons with a several year older and a lot less complex DOS-game is rather irrelevant.

Anyway, lets hope Firaxis will answer jrhughes98 mail.
Quote: "This will certainly settle the debate".

Well, lets hope so.

[This message has been edited by Ralf (edited October 29, 2000).]
Ralf is offline  
Old October 29, 2000, 16:58   #18
Ribannah
Queen
 
Ribannah's Avatar
 
Local Time: 01:31
Local Date: October 31, 2010
Join Date: Aug 2000
Location: The Netherlands, Embassy of the Iroquois Confederacy
Posts: 1,578
quote:

Originally posted by Ralf on 10-29-2000 02:05 PM
Ribannah quote: "Programming lots of nations and their diplomatic relations is not difficult at all. It has been done several years ago in "Birthright: The Gorgon's Alliance".

Not difficult at all, huh?
Somehove i believe that making comparisons with a several year older and a lot less complex DOS-game is rather irrelevant.


BtGA is in many ways more complex than Civ2, especially the diplomacy part. It's just not as good. The version I have is playable over the Internet btw.

There have been pen & paper games more complex than Civ2, which is in fact not a complex game at all. It's trying to play the game WELL that creates the complexity, that is what makes it so great.

Ralf, you simply have no idea what you're talking about. It is hardly any extra work to allow for 100 civs. On the contrary, with fewer civs the artificial intelligence needs MORE work to make it a challenge.

Speed and memory are not an issue with a mere 10,000 relationships. The expansion is only quadratic btw, not exponential.

------------------
If you have no feet, don't walk on fire
Ribannah is offline  
Old October 29, 2000, 17:43   #19
Ralf
King
 
Ralf's Avatar
 
Local Time: 01:31
Local Date: October 31, 2010
Join Date: Mar 2000
Location: Sweden
Posts: 1,728
quote:

Originally posted by Ribannah on 10-29-2000 03:58 PM
Ralf, you simply have no idea what you're talking about. It is hardly any extra work to allow for 100 civs. On the contrary, with fewer civs the artificial intelligence needs MORE work to make it a challenge.



Well, i am sure that you are confident in thinking you understand these things better. Whatever makes you happy, is fine by me.
Ralf is offline  
Old October 29, 2000, 18:08   #20
jrhughes98
Guest
 
Posts: n/a
Still waiting for a response from Firaxis. . .

------------------
JRH
 
Old October 29, 2000, 18:41   #21
MarkG
Guest
 
Posts: n/a
quote:

Originally posted by jrhughes98 on 10-29-2000 05:08 PM
Still waiting for a response from Firaxis. . .
you posted something 2 days ago and you expect a response from firaxis???????

 
Old October 29, 2000, 18:51   #22
jrhughes98
Guest
 
Posts: n/a
quote:

Originally posted by MarkG on 10-29-2000 05:41 PM
Quote:
Originally posted by jrhughes98 on 10-29-2000 05:08 PM
Still waiting for a response from Firaxis. . .
you posted something 2 days ago and you expect a response from firaxis???????
No, silly! I can see you haven't done your homework.

------------------
JRH
 
Old October 29, 2000, 18:51   #23
Shogun Gunner
Civilization III MultiplayerCivilization IV: MultiplayerCivilization III PBEMApolyton Storywriters' GuildCivilization III Democracy GameCall to Power II MultiplayerCall to Power MultiplayerC3CDG Team BabylonPtWDG Vox ControliCivilization IV CreatorsC4DG Sarantium
Emperor
 
Shogun Gunner's Avatar
 
Local Time: 20:31
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Potomac Falls, Virginia
Posts: 6,258
I think Ralf is making a lot of good points. I don't understand why you would say that adding more complexity to a program will make it run better and without additional problems. Increasing the number of civs will magnify any bugs that do exist. Your premise of a more complexity game easier to program than a simple game is not in synch with what we see in the industry.

Games with voluminous programming code, more features with more complexity have more bugs and inter-operability problems. It's basic to Software Engineering. Refer to http://www.sei.cmu.edu/cmm/
That's who told me!

In never heard of "Birthright: The Gorgon's Alliance." I might have to check that out to see how that works. Worth my while?

I seriously doubt we will hear anything from Firaxis, so it will most likely wait until product release.
Shogun Gunner is offline  
Old October 29, 2000, 18:57   #24
jrhughes98
Guest
 
Posts: n/a
quote:

Originally posted by Shogun Gunner on 10-29-2000 05:51 PM
I think Ralf is making a lot of good points. I don't understand why you would say that adding more complexity to a program will make it run better and without additional problems. Increasing the number of civs will magnify any bugs that do exist. Your premise of a more complexity game easier to program than a simple game is not in synch with what we see in the industry.

Games with voluminous programming code, more features with more complexity have more bugs and inter-operability problems. It's basic to Software Engineering. Refer to http://www.sei.cmu.edu/cmm/
That's who told me!

In never heard of "Birthright: The Gorgon's Alliance." I might have to check that out to see how that works. Worth my while?

I seriously doubt we will hear anything from Firaxis, so it will most likely wait until product release.


You know, if Firaxis just decided to "keep it simple" then we would end up with a game not much better than Civ2. It'll be just like Microsoft's pitiful upgrades from Windows 95 to 98 to ME. I expected something much more from each upgrade of Windows and Microsoft just didn't deliver it. Let's face it! This is the 21st century and high standards is a very BIG priority!!!

------------------
JRH
[This message has been edited by jrhughes98 (edited October 29, 2000).]
 
Old October 29, 2000, 19:17   #25
MarkG
Guest
 
Posts: n/a
quote:

Originally posted by jrhughes98 on 10-29-2000 05:51 PM
No, silly! I can see you haven't done your homework.
oh, sorry, ok... let me rephrase the question

you sent a mail to firaxis perhaps less than 24 hours ago, and on a Saturday, and you expect an answer????

 
Old October 29, 2000, 19:19   #26
Ribannah
Queen
 
Ribannah's Avatar
 
Local Time: 01:31
Local Date: October 31, 2010
Join Date: Aug 2000
Location: The Netherlands, Embassy of the Iroquois Confederacy
Posts: 1,578
quote:

Originally posted by Shogun Gunner on 10-29-2000 05:51 PM
I think Ralf is making a lot of good points. I don't understand why you would say that adding more complexity to a program will make it run better and without additional problems. Increasing the number of civs will magnify any bugs that do exist. Your premise of a more complexity game easier to program than a simple game is not in synch with what we see in the industry.


My point is that increasing the number of civs DOESN'T add complexity. It doesn't even add (much) programming code. In fact it's likely to reduce the code. Naturally this would change if Firaxis would think of a way to actually do something with the new scale, like introducing religion as is discussed in another thread.

About "Birthright: The Gorgon's Alliance": as a game (by SIERRA), it could have been better. I find it interesting because of some of the features. It is a mix of strategy & adventure - with to my taste too many compromises in both fields. For discussing Civ3, the diplomacy is very interesting, as well as the use of leaders.

------------------
If you have no feet, don't walk on fire
Ribannah is offline  
Old October 29, 2000, 20:16   #27
jrhughes98
Guest
 
Posts: n/a
quote:

Originally posted by Ralf on 10-29-2000 02:05 PM
- The looong, looong turns that Stefu talks about is a second BIG problem.

- The fact that Firaxis *must* release a game that is playable also on at least 2 year old machines to ensure the maximal of potential customers is the final nail in the coffin.

[This message has been edited by Ralf (edited October 29, 2000).]


I can see someone hasn't been doing their homework.


quote:

Originally posted by jrhughes98 on 10-27-2000 11:50 PM
Again, a simple solution: Allow a maximum of about 10 human players and about 90 AI's on a HUGE map (with units that can move around much faster than in Civ2). In the game setup you can choose the maximum number of human players you want, and the minimum and maximum number of AI's you want (for when tribes split apart, form federations, etc.).

Now of course we all know that human players are slower than the computer. Humans have to think; computers just "get up and go!" But some people have very slow computers, so to compromise an extra utility should come with the game that takes into account such things as the speed of your processor, the amount of system RAM you have, how much video memory you have, the speed/size of your hard disk, etc., and calculates the maximum number of tribes that your computer is capable of handling without having any problems.




------------------
JRH
[This message has been edited by jrhughes98 (edited October 29, 2000).]
 
Old October 30, 2000, 01:15   #28
Ribannah
Queen
 
Ribannah's Avatar
 
Local Time: 01:31
Local Date: October 31, 2010
Join Date: Aug 2000
Location: The Netherlands, Embassy of the Iroquois Confederacy
Posts: 1,578
quote:

Originally posted by Shogun Gunner on 10-28-2000 11:33 AM
Once again, a great idea, just not workable.

I'm telling you it's not a function of RAM, disk space, disk speed, processor of YOUR computer. It's a programming issue. Take my word for it, it would be incredibly difficult and I'm absolutely sure it would outstrip anything you could put together from computer equipment on the open market.

Unless you purchase 20+ risc workstation and network them together in your home. Of course the game would need to programmed to take advantage of this configuration. You think people complained about system requirements before!!!


Programming lots of nations and their diplomatic relations is not difficult at all. It has been done several years ago in "Birthright: The Gorgon's Alliance". The real question is: will it add anything at all to the gameplay? I have my doubts. Chances are, having many more civs will merely increase the luck factor, unless it would be much, much harder to conquer a city. But then we would have a totally different game.



------------------
If you have no feet, don't walk on fire
Ribannah is offline  
Old October 31, 2000, 00:19   #29
SWPIGWANG The Second
Chieftain
 
Local Time: 00:31
Local Date: October 31, 2010
Join Date: Aug 2000
Posts: 89
I'd say processing power is not a big problem. The number of cities and units will not exceed a late Civ 2 game as small civ gets eaten up FAST. The number of diplomatic connections for each civ will not be huge as they quickly kill each other and block each other's exploration attempts.
SWPIGWANG The Second is offline  
Old November 1, 2000, 06:13   #30
Deathwalker
Prince
 
Deathwalker's Avatar
 
Local Time: 00:31
Local Date: October 31, 2010
Join Date: Mar 2000
Location: Great Britain
Posts: 671
Though it is a good idea, we would all need Pentium 4's 1.6 GHZ chips with 500 MB Ram for it to work. I personally think minors civs to add spice to the game is a better idea.

------------------
I have walked since the dawn of time and were ever I walk, death is sure to follow
Deathwalker is offline  
 

Bookmarks

Thread Tools

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 20:31.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team