Hi there,
Does anyone know if its possible to set the "round time limit" to more than 900 seconds?
I have modified the header_common.py as below
multiplayer_round_max_seconds_min = 900
multiplayer_round_max_seconds_max = 1800
This allows me to set a higher value in the GUI but when the battle starts it is set to five minutes only
When I go back to the admin page and set it to 900 seconds the timer goes up to 15 minutes but if you try to set it even 1 second higher it goes back to five minutes.
It seems to me there is a hard coded limit that does not like to go beyond 900 seconds?
Any help appreciated
NVM Managed to figure it out!
Also need to modify the module_scripts.py file
(assign, "$g_multiplayer_round_max_seconds", 3600),