I have tried to put more than 25 maps in the map cycle unsuccessfully. Is there a 25 cap to the number of maps that can be on rotation for ut3 servers? Does anyone know where and if this can increased?
Announcement
Collapse
No announcement yet.
Map cycle limits! Is there a number cap?
Collapse
X
-
there is not really a cap, but there is a technical limitation, the configuration entry can not exceed 1024 or 4096 bytes, or something like that.
if you are using the webadmin to update the mapcycle you have to increase the maximum variable size (1.2 does this automatically).
in UTWeb.ini:
[UWeb.WebConnection]
MaxValueLength=1024
MaxLineLength=4096
Comment