Vishaing said:I think I know why Greece seems to die out quickly, because when I helped them in my last game they survived, prospered, conquered the Black Sea and became one of the more powerful civs.
Essentially its the 'fall' code. The requirements say that if 1/3 of the civs cities fall to barbarians, the civ is destroyed. What about hwen a civ only has 3 cities, like Greece often times when the first barbarian invasion hits and sometimes Rome at the second? Then all Greece has to do is lose 1 city and they're completelky destroyed.
I think the requirement should be to:
Lose 1/3 of a civs cities, but must lose a minimum of 2.
Thus the minimum number of cities a civ can lose and fall is 2, and that will help out smaller civs in the very beginning, which is generally when they seem to fall.
I've read the code, it says
iLostCities*2 > iNumCities
that is, if 1 city in 3 get conquered, it shouldn't be enough to make the civ fall (it's 2>2; should have been >=)
are you sure you saw exactly 3 greek cities?