Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Civilization III > Civ3-General > Everything about Corruption: C3C edition
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
16.Sep: 7 NEW FILES
15.Sep: TRIAL + NO SLEEP = ONE GAME
13.Sep: PATCH THE PREVIOUSLY UNPATCHABLE

bottom of page
   - CIV3 CONQUESTS $29.99 - CIV3 from $9.99
Author
Thread   
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 28-01-2004 19:08 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

quote:
Originally posted by Arrian
Am I right. Or at least close to right?

Yes, that's the way it works, although your actual number is a bit off because Monarch has 85% of the OCN, not 90%.

quote:

Is anyone interested in the industrial era save, to see how the FP area is doing when more built up?

That would be interesting, although if you also had a spare leader as well, so we can rush the Palace at different locations to see the effect, it would be perfect!

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 28-01-2004 19:36
Edit/Delete Message Reply w/Quote
#32 Report this post to a moderator
Inflate your Upload Space

Ah, .85 instead of .9. So 36.5. Does it round up or down? I'd guess down, so 36 cities.

I don't have a leader, no. But that is something that can be remedied

Not easily, since I have 3-4 elite units, all knights, all of which are on a galleon sailing to a war that's over now (English "sneak" attacked me with the famous "drop off 1 attack unit next to a human city" move, so I took their fur town away from them).

But I could smack down the French and try for leaders (made easier now because I have replaceable parts -> artillery). Or maybe I'll get a SGL at some point (none thus far in the game).

-Arrian

Sir Ralph is offline Sir Ralph
Emperor
Long live teh Schwampel!
Dec 2001
time: 06:33
  Old Post 28-01-2004 19:50
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Increase Your PM Length

quote:
Originally posted by Arrian
(English "sneak" attacked me with the famous "drop off 1 attack unit next to a human city" move, so I took their fur town away from them).


Reminds me the old days of Colonization, when some AI civ dropped a rifleman right next to my city and tried to extort me, declaring war when I told him to bugger off. I attacked the rifleman then. Since in Colonization units didn't get killed, but only disarmed, I suddenly had a veteran Statesman just to capture. A great asset, because they were so incredibly rare in the early game and very expensive to train in Europe, and very useful in the race for more founding fathers.

Alex is offline Alex
Emperor
Brasil
Mar 1999
time: 02:33
  Old Post 28-01-2004 19:57 Visit Alex's homepage!
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Tired of ads?

thanks for the clear explanation, alexman.

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 28-01-2004 20:00
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Suffering from ads?

Never played Colonization, SR. I get the feeling I would have liked it.

-Arrian

planetfall is offline planetfall
Prince
Incoming from CO
Jan 2002
time: 22:33
  Old Post 29-01-2004 01:35
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Ah, questions Support Apolyton

First of all, Alexman thank you for the analysis. Some questions about your initial report:

quote:

For corruption purposes, distance is always an integer number, and is given by:

code:
d = max(x,y) + min(x,y)/2
where
max(x,y) denotes the maximum between x and y,
min(x,y) denotes the minimum between x and y,
x is the distance in the NW/SE direction,
y is the distance in the NE/SW direction,
and the integer division is rounded down.


So X == distance at -45 degrees from vertical
and Y == distance at +45 degrees from vertical

If formula was exactly as you posted, it would seem best to have Palace at north pole to get negative number for distance. Isn't actual formula more like:

d= max(int(x), int(y) ) + min(int(x), int(y))/2


quote:
In the special case of communal governments, the distance for all cities is taken as:
code:
d = (MaxD) / 4
where MaxD = (MapW+MapH)/4, MapW is the width of the map, and MapH is the height of the map, as given in the editor.

The distance, d, is used to get the adjusted distance, da, as follows:
code:
da = 0.5^Ni * min(Gd * t * d, MaxD)


Is MaxD the same for all gov'ts? If not what is the value for noncommunal govt?

Finally, what is your recommendation for city layout to maximize production under non-communal govt?

An example of a good use of planning to minimize corruption/waste and of not so good planning would be helpful for understanding the impact of the formulas.

Again, thanks.

PF

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 29-01-2004 01:50 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Re: Ah, questions Increase Your PM Length

quote:
Originally posted by planetfall
If formula was exactly as you posted, it would seem best to have Palace at north pole to get negative number for distance.

There is no such thing as negative distance. My x and y are distances, not coordinates. Also, I think you're confusing int with abs.

quote:

Is MaxD the same for all gov'ts? If not what is the value for noncommunal govt?

MaxD is just a number that depends on map size. It's half the average of height and width, and doesn't depend on government.

quote:

Finally, what is your recommendation for city layout to maximize production under non-communal govt?

See Arrian's example posted above for a good city layout, or visit the AU and strategy forums.

planetfall is offline planetfall
Prince
Incoming from CO
Jan 2002
time: 22:33
  Old Post 29-01-2004 02:03
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Get a bigger avatar today!

Wow, are you fast.

I took min/max as functions not distances, thanks for clarifying.

I thought MaxD was the same for all, but wanted to clarify as it initially sounded like that part of the definition was only for communal govts.

I saw Arrians example, but didnot have time to load and view yet.

I find AU confusing. Which AU would you recommend?

Thanks again.

PF

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 29-01-2004 02:48
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Put an end to popups!

I think alexman just means reading some of the posts you will find in AU "AAR" or "DAR" threads (AAR = after-action report, DAR = during action report. They're essentially the same thing, but DARs have become the standard - people report in after they've played up to a certain point in the game, either measured by the year or by acheiving some specified goal).

I haven't read the threads on the ongoing AU game, since I plan to play it soon, but I'd imagine there is a fair amount of analysis in there. Possibly corruption related, since the 1.15 patch and the corruption system it contains is still fairly new to most players.

-Arrian

planetfall is offline planetfall
Prince
Incoming from CO
Jan 2002
time: 22:33
  Old Post 29-01-2004 03:02
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Arrian,

Thanks for the definitions. Guess my problem was conceptually I was thinking of AU like War Academy and the model is different. It seems like AU is just a series of games and tread comments on them.

What I miss from AU is organization around a theme. I think AU is currently playing a C3C game, but I don't understand how this is different than looking at treads from GOTM.

Thus, I guess from your definitions I should read the DAR threads.

PF

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 29-01-2004 03:07
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
Put an end to popups!

Well, I'm not all that familiar with GOTM, but I would guess that AU is less competitive - there is no scoring or anything like that. The express purpose is to play, have fun, and learn. Hence the detailed AAR/DARs.

There is also an AU mod. The AU mod is aimed at promoting stategic choice & improving the AI without making drastic changes to the stock rules. Some people play AU games with the mod, some play with stock rules.

-Arrian

Tall Stranger is offline Tall Stranger
Warlord
Northern Virginia
Nov 2002
time: 00:33
  Old Post 29-01-2004 03:12
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Full PM-box? Change here!

Actually, AU is built around a theme. For example, the current one is "Power of Seafaring." Others have included one-city challenges, the power of communism, and total eternal war scenarios.

AU differs from GOTM in that there is no one "winner" of the game. Rather, the idea is to learn something from every game played so as to improve your understanding of/ skill at the game. The DARs and AARs are a crucial part of that. Hearing how someone decided to take a completely different tactic from you can be very educational. Additionally, since this isn't a competition, you have the freedom and incentive to try out new approaches, since there's no "penalty" for losing.

It's a lot of fun, and a great way to improve your game. Give it a shot.

planetfall is offline planetfall
Prince
Incoming from CO
Jan 2002
time: 22:33
  Old Post 29-01-2004 03:28
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Enter the AD-FREE zone

Tall Stranger,

You have valid points. I dropped GOTM and QSC because of the time involved and the funky scoring system. Civfan has more of a competition tone to the forums and poly has more of a cooperative tone. That's why I am on both forums. I haven't tried AU yet. I plan to complete my current revision of my opening game first and then will take a look at AU for refining.

PF

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 30-01-2004 18:23
Edit/Delete Message Reply w/Quote
#44 Report this post to a moderator
Support Apolyton, buy Civilization 2

quote:

Is anyone interested in the industrial era save, to see how the FP area is doing when more built up?

...

That would be interesting, although if you also had a spare leader as well, so we can rush the Palace at different locations to see the effect, it would be perfect!


Well I played on and on and on and I finally got that damned leader. I generated a SGL upon discovering Steel. I didn't have time last night to post the save, but I will early next week.

Trying for leaders was an excercise in frustration, I must say. I waited until my trade deals lapsed (I have this thing about breaking deals with the AI. I don't do it to them, only them to me) and attacked France. I figured with Infantry, Artillery (a lot of it) and Cavalry, I'd roll right over them, and have lots of victories for my 4 elite knights & 3 elite ancient cavs against 1hp frenchy units.

It didn't exactly go that way. A combination of the new-and-improved Muskteer, some bad luck (particularly with my elites hitting those redlined units... they did terribly!), and the sheer size of the French army (they built Knights Templar and at one point put together a formidable stack of musketeers and crusaders) meant the war was longer and more frustrating than I expected. I've broken them, but it wasn't a cakewalk.

Plus, the very turn I invaded France, England decided to move on the fur city I had captured from them the last time Lizzie messed with me. I was never in danger of losing the city (knights attacking infantry in a walled town), but I didn't have the forces to go on the attack, since I needed all the Cav I had to deal with the French. Speaking of the French, they dropped off a landing group next to the aforementioned fur city, and with everything going on, I forgot to wake up my Cav and kill it off. The result was them cutting my only fur supply, which knocked 1/2 my empire out of WLTKD.

All in all, minor irritations, but it was adding up. Then, despite two simultaneous wars, how do I get the leader? SGL. Figures.

Anyway, I'll post the game when I get back from skiing, and hopefully people will find it interesting to move the palace around and see the results.

-Arrian

Arrian is offline Arrian
Emperor
Kneel before Grog!
Jul 2001
time: 00:33
  Old Post 03-02-2004 04:12
Edit/Delete Message Reply w/Quote
#45 Report this post to a moderator
Get a bigger avatar today!

Here is the save. The SGL is in Salamanca.

-Arrian

Attachment: new iroquois sgl.sav
This has been downloaded 11 time(s).

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 04-02-2004 04:47 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#46 Report this post to a moderator
Get a bigger avatar today!

I took a quick look.
Nice looking empire!
It certainly doesn't seem like it's worth burning a leader to relocate the Palace at this point.

Moving the palace to the north, where I would suspect it's going to be better in the long run (after you have developed the northern cities better), increases corruption. The problem is that you have more population to the south, so moving your palace to the north increases the city rank for a lot your population.

I think a Palace where your FP is now, and a FP to the north would be ideal for this empire.

E_T is offline E_T
Emperor
Orlando, Florida
Mar 2001
time: 00:33
  Old Post 04-02-2004 17:16
Edit/Delete Message Reply w/Quote
#47 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

quote:

We also recently got some inside information (a look at some of the actual corruption code), which helped find the last few missing pieces of the corruption puzzle.


Alexman, You are truely the Corruption Nazi!!!

But my question is, with this new information as to the missing peices of the previous corruption puzzle, does this have any effect on the older (Vanilla & PTW) version calculation models?? In other works, does that other corruption thread need to be updated?

Also, I know in PTW, there is a slight difference between a PBEM game and an SP game. Have you been able to quantify that yet? And has anyone assertained if the same applies to C3C??

E_T

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 04-02-2004 17:49 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#48 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Off the top of my head, things that have changed in C3C:


  1. The FP does not affect rank.
  2. The FP gives a higher OCN increase than before.
  3. Communist gets a higher OCN increase than before.
  4. Courthouses etc reduce maximum corruption
  5. Specialists

The PTW corruption thread appears to have different numbers than this one, but it's mostly because I normalized the government coefficients by Despotism corruption and the trade coefficient by unconnected cities, whereas here they're normalized by Monarchy/connected cities.

I have heard you say that corruption is different in PBEM and SP before, but I have not seen it myself, and I have certainly not attempted to quantify the difference. If it happens, I doubt it's a difference in the actual corruption model, as there is no distinction in the code between SP and PBEM. My guess would be that the PBEM games pick up the wrong OCN (for a different size map).

Arnelos is offline Arnelos
Emperor
of the Free World
Sep 2002
time: 00:33
  Old Post 13-02-2004 14:59
Edit/Delete Message Reply w/Quote
#49 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Once again, great work on this.

Man, what on EARTH would we do without you strat forum guys on our site to help us out with stuff like this?

robinguo is offline robinguo
Settler

Dec 2001
time: 13:33
  Old Post 17-04-2004 18:14
Edit/Delete Message Reply w/Quote
#50 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
The sum of the distance and rank components of corruption can be greater than 100%. The game sets an upper limit for the total corruption in a city to be equal to 90% minus 10% for each city improvement and minus 70% for each Wonder in the city with the “reduces corruption?ability:


Great works! Alexman!!
But may I ask a question about the upper limit,
does the "upper limit" actually worked in any situation?
is it means we can build courthouse and police station in
every city , and reduce the final corruption to 70%?

player1 is offline player1
King
Belgrade, YU
Sep 2001
time: 06:33
  Old Post 17-04-2004 18:32
Edit/Delete Message Reply w/Quote
#51 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

quote:
Originally posted by robinguo But may I ask a question about the upper limit,
does the "upper limit" actually worked in any situation?
is it means we can build courthouse and police station in
every city , and reduce the final corruption to 70%?


exactly

Nor Me is offline Nor Me
Prince

Oct 2002
time: 05:33
  Old Post 17-04-2004 21:28
Edit/Delete Message Reply w/Quote
#52 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

I've just done a quick test for it and I think that all the OCN increases apart from those from courthouses, police satations and WLTKD are affected by difficulty level That would make the formula something like:

Nopt = max(OCN * (L/100 * (1 + c + Gr + Gp*Nwe) + 0.25*Ni), 1)

So courthouses really are more effective at higher difficulty levels but the commercial trait is not.

I'm not sure where all the rounding happens in the parts we haven't seen the code for but it can be significant. In PTW, the the OCN increase for the commercial trait was rounded down so if the OCN modified by difficulty level was just below 12, the increase would only be 2 and the corruption reducing ability of commercial would about a third less effective than it should be.

Another thing, there's no mention of WTLKD reducing disance waste. I've not tested it but I've seen it in the code.

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 17-04-2004 21:54 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#53 Report this post to a moderator
Support Apolyton or Terrorists Win

quote:
Originally posted by Nor Me
I've just done a quick test for it and I think that all the OCN increases apart from those from courthouses, police satations and WLTKD are affected by difficulty level That would make the formula something like:

Nopt = max(OCN * (L/100 * (1 + c + Gr + Gp*Nwe) + 0.25*Ni), 1)

If you are certain of this, I'll update the initial post. Thanks. I thought I tested for it, but I could have made a mistake.

quote:

Another thing, there's no mention of WTLKD reducing disance waste. I've not tested it but I've seen it in the code.

Whoops, you're right of course.

Nor Me is offline Nor Me
Prince

Oct 2002
time: 05:33
  Old Post 17-04-2004 22:35
Edit/Delete Message Reply w/Quote
#54 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

I'm not certain yet, but it certainly doesn't work in the way your formula suggests. I know that in my test, a courthouse reduced corruption in one city by a factor of 6, for a commercial civ with an FP in Democracy when I modded regent to 1% of the OCN. That would seem to suggest that all these are affected by difficulty and courthouses aren't.

As it was a standard map, it might be that the modified OCN was 1 before the courthous which increased it by the expected 20/4.

I did tests with PTW that gave exact values and was surprised by your formula given the values I'd seen. Notably, the commercial rounding didn't seem to have any other explanation. But then I was surprised that the modified OCN was an integer so they can't have been that precise.

As I didn't look at exact numbers, there's a slight possibility that it's all one big rounding error for such an extreme value.

fishleaf is offline fishleaf
Settler

Apr 2004
time: 05:33
  Old Post 18-04-2004 08:06
Edit/Delete Message Reply w/Quote
#55 Report this post to a moderator
Inflate your Upload Space

I suspect the exactness of the formula ALEXMAN posted.

vulture is offline vulture
King
Leeds, UK
Jun 2001
time: 05:33
  Old Post 20-04-2004 19:38
Edit/Delete Message Reply w/Quote
#56 Report this post to a moderator
Inflate your Upload Space

It's not exactly exact - there are some rounding issues that don't appear in the formula. One that I remember from vanilla civ3 (don't know if it was changed in PtW or C3C) was that distance corruption, expressed as a percentage, was always an even integer. You could have 44% distance corruption, or 46%, but nothing in between, for example (possibly that was an artefact of some other curious rule, for all I know). And of course the distances are produced with a fairly odd formula as well, rather than the actual geometric distance between the cities.

But the formula doesn't need to be exact - what value does it have in the game to calculate corruption exactly, independent of the computer. The actual uses of the formula - determining where to put your FP, where to build courthouses and police stations, how to space cities - all these come from the overall form of the equations, which I'm confident that Alexman has nailed pretty accurately; they're not adjusted by the precise numerical details at the rounding-off-error level.

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 20-04-2004 19:54 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#57 Report this post to a moderator
Support Apolyton

For the record, Nor Me is right that courthouses are more effective at higher difficulty levels but the commercial trait, better governments, and FP are not.

I already updated the formula when he posted his correction, and in the meantime I have verified that it is correct.

I will not even attempt to address rounding issues. It's too tedious to test, and as vulture says, we don't have much to gain from an exact formula.

Aqualung71 is offline Aqualung71
Emperor
Lord Desolator of the Desolation Row, C3CDG
Oct 2002
time: 12:33
  Old Post 20-04-2004 20:51
Edit/Delete Message Reply w/Quote
#58 Report this post to a moderator
Support Apolyton buy from Amazon

I'd like to weigh in with support of Alexman, Vulture and Nor Me here. I've taken a keen interest in the corruption calculations and have digested Alexman's calculations and formulas and applied them rigorously to "in-game" situations by manually calculating theoretical corruption percentages on a city-by-city basis, and I can confirm categorically that the formulas work very well without exception within quite small margins for error that can easily be explained by rounding differences.

I suspect that the adjustment proposed by Nor Me is probably correct, and I have no doubt that either way, the formulas give us a substantially correct estimate of corruption in all cases, with insignificant and very acceptable rounding errors within the context of the game. Trying to go any further and making the formulas absolutely precise serves no useful purpose in my view.

Again, for the exceptional work Alexman has put into unravelling the corruption mystery and kudos to Nor Me for spotting the minor amendment......as Vulture says, there is no value in trying to take it further at this point.

Great stuff guys!

Rommel2D is offline Rommel2D
ACS Staff Member / Hosted Site Admin
Upper Midwest
Feb 2003
time: 23:33
  Old Post 20-04-2004 21:00
Edit/Delete Message Reply w/Quote
#59 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:
Originally posted by alexman
I will not even attempt to address rounding issues. It's too tedious to test, and as vulture says, we don't have much to gain from an exact formula.

Sure, elect a guy Emperor and he starts to neglect the kingdom. ;-)

alexman is offline alexman
Emperor
Hunt Valley, MD
Jan 1970
time: 00:33
  Old Post 20-04-2004 21:03 Visit alexman's homepage!
Edit/Delete Message Reply w/Quote
#60 Report this post to a moderator
Avatar Enlargement: We've got the solution

Emperor?
Hey, I got promoted 15 posts ago, cool!

 
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:33.
Apolyton Time is 00:33.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0734 seconds (92.62% PHP - 7.38% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net