Q3A Server Map Rotation CFG. Need Help.
Posted: Thu Nov 17, 2016 7:33 pm
I wont to combining CTF & FFA maps in one CFG file for map rotation. How to do it ? And on CTF maps the blue and red team have 2 bot's auto join. Skill must be Hardcore. On FFA maps without bot's.
I make a script but it not work correctly. First map wtf-q3a-3 is CTF. Second map dc_map06 is FFA. They's loading incorrect and CTF map loading without bot's..
Someone help me ?
//0 = OFF
//1 = ON
//seta g_teamAutoJoin 1
//seta g_teamForceBalance 0
//seta g_gametype 4 // Capture the Flag
//seta g_gametype 0 // Free For All
//seta g_friendlyFire 0
//seta sv_maxclients 20
set d1 "map wtf-q3a-3; set g_gametype 4; capturelimit 5; set bot_enable 1; g_spskill 4; seta g_teamAutoJoin 1; set nextmap vstr d2"
set d2 "map dc_map06; set g_gametype 0; fraglimit 20; set nextmap vstr d1"
vstr d1
I make a script but it not work correctly. First map wtf-q3a-3 is CTF. Second map dc_map06 is FFA. They's loading incorrect and CTF map loading without bot's..
Someone help me ?
//0 = OFF
//1 = ON
//seta g_teamAutoJoin 1
//seta g_teamForceBalance 0
//seta g_gametype 4 // Capture the Flag
//seta g_gametype 0 // Free For All
//seta g_friendlyFire 0
//seta sv_maxclients 20
set d1 "map wtf-q3a-3; set g_gametype 4; capturelimit 5; set bot_enable 1; g_spskill 4; seta g_teamAutoJoin 1; set nextmap vstr d2"
set d2 "map dc_map06; set g_gametype 0; fraglimit 20; set nextmap vstr d1"
vstr d1