Marksman77
Aethernaut
Sorry for double posting, but I need to bump the thread.
There are txt_... 's in place of proper text items on the Options Screen.
There are txt_... 's in place of proper text items on the Options Screen.
- Permanent alliance max member (up to 34!)
- Improved AI diplomacy. The AI will make demands/request for help etc to other AIs, not just the human. For all the changes see the forum thread.
#Snarko mod
if pPlayer.isHuman() == False:
unit.changeExperience(CyGame().getGameTurn() / 15, -1, False, False, False)
if isWorldUnitClass(unit.getUnitClassType()) == False:
if isNationalUnitClass(unit.getUnitClassType()) == False:
for i in range(CyGame().getGameTurn() / (25 * gc.getGameSpeedInfo(CyGame().getGameSpeedType()).getTrainPercent() / 100)):
newUnit = pPlayer.initUnit(unit.getUnitType(), city.getX(), city.getY(), UnitAITypes.NO_UNITAI, DirectionTypes.DIRECTION_SOUTH)
newUnit.changeExperience(CyGame().getGameTurn() / 15, -1, False, False, False)
Good idea on asking that they end war with other civs too. You can already do that if you're at peace so the code exist. I was not aware you couldn't if you are at war with the civ.
You should look into including some of Dom Pedro II's Conqueror's Delight modcomp as options in yours. I'd especially like to see unit trading through diplomacy and the creation of puppet states as options.
This thread should have been moved to the Modmods, Scenarios, and Maps sub-forum a long time ago.
I had never read about this mod before. Some of the stuff here sounds fantastic. It's always bothered me how the AI's all buddy up, and never make demands of each other.
Whats worse is when you ask a "friend" for help with a war, they say "We have too much on our hands right now" but the same civ will ask you for help with THEIR war and you take a penalty for refusing.... Where is my "I have too much on my hands!" answer..??
This mod sounds like a good fix to the annoyances of Civ4 diplomacy.