W:ET Server Question


(Widomakr) #1

Is there a way to change the default map time? If a map defaults to 10 minutes can I add a command to a script to tell the server to always play this map 30 minutes?

Is there a command for changing the default time between maps. When a map is over the time before the next map loads seems a bit long.

Thanks in advance.


(chr0nicles) #2

Using ETPro’s pluggable config you can achieve what you want :slight_smile:

Download the latest clanwar configs from www.clanbase.com and alter the settings to your likings.

Look for

b_intermissiontime
set g_userTimeLimit


(jah) #3

well i guess that you can change the timelimit in the server map rotation script with the cvar timelimit. something like:

map goldrush
timelimit 30

etpro is just cooler tho, you can set timelimits, fix bugs in maps, and a lot of other things with ETpro’s mapscripts. or you can use the plug config files for a more simpler solution :slight_smile:

J