How to disable collapse for human player after winning?

oktot0320

Chieftain
Joined
Jun 12, 2017
Messages
23
I used to play RFCM-LuKo, another mod-mod of RFC, and a feature I liked there was that the player has a permanent golden age and +100 stability after winning a victory. Now, I'd like to ask: how do I implement a similar feature in DOC? (Or if there is already a similar option, what do I do to activate it?)
 
I am not sure right now how to check if a player has already one, but it's certainly possible. You can also use the win check to give as many GA turns as there are turns remaining in the game after you win.

Edit: CvGame::getGameState() returns 2 (i.e. GameStateTypes.GAME_STATE_EXTENDED) when the game is won and the player has decided to continue the game. It's also exposed to Python. You can use this check in Stability.checkStability() to abort the human stability check.
 
Last edited:
There's an option for that in the world builder. Look for options.
 
Top Bottom