adhiraj.bose
Deity
Remove entirely. They would never spawn.
Okay then, how would I stop a civ from spawning.
Remove entirely. They would never spawn.
def initBirth(self, iCurrentTurn, iBirthYear, iCiv): # iBirthYear is really year now, so no conversion prior to function call - edead
print 'init birth in: '+str(iBirthYear)
iHuman = utils.getHumanID()
iBirthYear = getTurnForYear(iBirthYear) # converted to turns here - edead
if iCiv in lSecondaryCivs:
if iHuman != iCiv and not data.isPlayerEnabled(iCiv):
return
if iCiv == iXXXX:
return
Is it difficult to make a new era in the dll?It's in the DLL (CvPlayer::getSoundtrackEra()), but it's also largely religion based only. The exception are east Asian civs receiving Confucian music with Buddhism.
if (eCurrentEra == ERA_CLASSICAL || eCurrentEra == ERA_MEDIEVAL || eCurrentEra == ERA_RENAISSANCE)
{
if (getID() == CHINA || getID() == MONGOLIA || getID() == JAPAN || getID() == KOREA)
{
return (EraTypes)ERA_EAST_ASIA;
}
else
{
return (EraTypes)ERA_SOUTH_ASIA;
}
}
if (eCurrentEra == ERA_CLASSICAL || eCurrentEra == ERA_MEDIEVAL || eCurrentEra == ERA_RENAISSANCE)
{
if (getID() == INCA || getID() == AZTEC || getID() == MAYA)
{
return (EraTypes)ERA_NEW_WORLD;
}
else
{
return (EraTypes)ERA_RENNASANICE;
}
}
}
ForNo. For which repository are you attempting to create a PR?
But I see it, next to Mars ColonyWell as you can see on that page, there's no PR from you open.
Or rather above the Mars Colony pull request, out of five pull requestsNext to?
I honestly wouldn't know.Not for me. Did you point the PR against your own fork instead of the original repo?
Then I need help because I am clearly lost, I have to put this pull quest here again and again. What could the problem be? On Github I am civplayer.I don't.