What file?I've all ready tired that and nothing happened and when I look in the file the is no cheat.![]()
It is an current update so I cant figure out why it isn't there.
![]()

What file?I've all ready tired that and nothing happened and when I look in the file the is no cheat.![]()
It is an current update so I cant figure out why it isn't there.
![]()
if ( eventType == self.EventKeyDown and theKey == int(InputTypes.KB_Q) and self.eventManager.bAlt and self.eventManager.bShift):
print("SHIFT-ALT-Q") #enables squatting
self.rnf.setCheatMode(True);
CyInterface().addMessage(utils.getHumanID(), True, con.iDuration, "EXPLOITER!!! ;)", "", 0, "", ColorTypes(con.iRed), -1, -1, True, True)
#Stability Cheat
if self.rnf.getCheatMode() and theKey == int(InputTypes.KB_S) and self.eventManager.bAlt and self.eventManager.bShift:
print("SHIFT-ALT-S") #boosts stability by +10 for the human player
utils.setStability(utils.getHumanID(), utils.getStability(utils.getHumanID())+10)
Yeah, it affects the current human player.
Could you please create same for AI players? I'm fine with my stability, it is a challenge and no need to change, but AI civs collapsed too often and respawned too slowly. There are a lot of grey color every time, which is not good.Yeah, it affects the current human player.