Questions & Answers

The newest one (I think) for Warlords.

How can I find out which version it is?

EDIT: I believe it is 142, but I'm not sure. Just found the readme for that version.
 
I discovered a Civ 3 Modpack called Rhye's of The Prince :D

But seems to be a trap because it's not you :D

Alors ? Then ? Quid ?
 
Why in the world is there the thrice accursed plague? nothing is more annoying than having your entire army destroyed by the plauge. I had a huge stack of conquistadors, catapults, trebuchets, pikes, maceman, the whole nine yards and i was about to take out egypt (they got lucky and ruled carthage, arabia, persia, babylon, almost all of india, rome, and grece) then WHAM! hello plauge, good bye entire army. In the next release could you remove the plauge?
Sidenote: as the ottomas having your conquered cities able to work no tiles is annoying. When germany took over france, did english, spanish, italian, and swiss boarders take over france? No, so why should it happen to the ottomans?
 
The cultural borders is a base rule of Civ4.

The plague was nerfed to it's current level. There is no way it could have killed your entire stack unless that stack was spread out among a bunch of cities. You'll lose 1-3 units in each city that gets the plague. The severity of the plague depends on the health of the city.
 
Sidenote: as the ottomas having your conquered cities able to work no tiles is annoying. When germany took over france, did english, spanish, italian, and swiss boarders take over france? No, so why should it happen to the ottomans?

He is right, the Ottoman power actually gives them an advantage to help prevent this from happening.
 
Since he complained about not working tiles, I assumed he was playing as Arabia and called them Ottomans.

Then again, he could be playing an older version (that would also explain the strong plague). Have you downloaded the most recent version Ajidica?
 
And countried did do that anyway, especially in the middle ages, if a country was losing badly they would snatch up as much of thier land as they thought they could get away with.
 
i was playing as the ottomans. i had to go to war with arabia because the nice babylonia cities i took were either surrounded by arab culture or flipped. and no, i did not try the newest release. will i be able to use my current saved games and what is new?
 
Just wondering if anyone knew how to change it so Capulated civs cant declare war on their masters.
 
@Ajidica = In the new versions the ottomans have a power stopping that cultural border problem and also in the newest release plague is much much weaker.

@Panzerpantz - I dont know how or if you can change that, but if you did that would mean that they would not be able to gain independance, just warning ya :)
 
thanks, downloading mod now. babylonian bowmen are too good. persia now has a hard time reaching greece. collateral damage??? whoever came up with that idea what are you smoking? (no offense intended.) but a mini-catapult for 25 production and archery is way to good.
 
I want to change the number turns for the congress from 25 to 10.

I found the Py file. Is this the part I change

######################################
### Main methods (Event-Triggered) ###
#####################################


def checkTurn(self, iGameTurn):
if (self.getCongressEnabled() == False):
self.enableCongress(iGameTurn)
if (self.getCongressEnabled() == True):
if (iGameTurn % 25 == 2):
iNumNationsTemp = self.preInvitations()
self.setNumNationsTemp(iNumNationsTemp)
if (iGameTurn % 25 == 3):
self.bribingTurn(self.getNumNationsTemp())
if (iGameTurn % 25 == 4):
self.startCongress(self.getNumNationsTemp())
## pass
 
That looks like it. It should work if you change all the 25's to 10's.

PS In the future try to use the
Code:
 tags for python code so that its spacing is preserved on the forum. Makes it much more readable :)


Edit: cross post, yay! :D
 
I'll try it now. Thanks.

"PS In the future try to use the
Code:
 tags for python code so that its spacing is preserved on the forum. Makes it much more readable "

Not sure what you mean. I copied and paste the text from the notepad to the forum.

Edit: 50 posts yeah!!
 
I'm playing as England, and in modern Belgium, Babylonia has just built a city...
 
Back
Top Bottom