Sizzled Chicken
Chieftain
- Joined
- Nov 18, 2007
- Messages
- 61
Looks like a great mod, but is there an easy way to remove the Future era or at least take out the Acrology (sp?) and shielding for cities? That's one thing I don't like at all.
I DLed the mod and loaded it and it was not different from the regular game at all, there were no new civs, no new leaders, no new units, no new techs, nothing. Obviously something happened here, do you know what it could be? Has anybody else experienced this issue?
EDIT" Actually now that I am looking at the folders there seems to be no XML files or anything, there is only an art folder in the assets folder. That's it, why is this?
Looks like a great mod, but is there an easy way to remove the Future era or at least take out the Acrology (sp?) and shielding for cities? That's one thing I don't like at all.
def cannotResearch(self,argsList):
ePlayer = argsList[0]
eTech = argsList[1]
bTrade = argsList[2]
iMaxEra = 5
iTechEra = gc.getTechInfo(eTech).getEra()
if( iTechEra > iMaxEra ) :
return True
return False
<Define>
<DefineName>USE_CANNOT_RESEARCH_CALLBACK</DefineName>
<iDefineIntVal>0</iDefineIntVal>
</Define>
<Define>
<DefineName>USE_CANNOT_RESEARCH_CALLBACK</DefineName>
<iDefineIntVal>1</iDefineIntVal>
</Define>