Putting New Maps into Rotation

Posted:
22 Jul 2012, 21:42
by jadwight
How do I put custom maps into my server rotation?
Re: Putting New Maps into Rotation

Posted:
23 Jul 2012, 03:04
by greaserpirate
in "servexec.cfg" there should be some lines that say "sv_allowmaps "", sv_mainmaps "", sv_capturemaps "", etc. Just add the name of your map to sv_allowmaps and one of the other lists, depending on the modes you want it to be played on. The list of regular maps should be in "redeclipse/src/game/vars.h" if you want to keep all the other maps.
Re: Putting New Maps into Rotation

Posted:
23 Jul 2012, 06:51
by qreeves
See "data/examples/servexec.cfg" for a template with a list of variables that can be un-commented and modified.