Any chance to see maps in rotation ?
I think i would be pretty useful to see what maps are in rotation and the order of them. We all like n dislike some maps, so its better to know whats maps are next. A simple solution to this could be adding map order in motd.
Good idea
Yeah that would be a very good idea i will lookinto it
i dunno if i mix some right things the wrong way, but as far as i remember u can write behind the map in rotation.cfg "cp next map xyz".
someone with bigger scriptknowledge as me should know it more exactly.
(i thought i saw something like this also on a HK Server)
i dunno if i mix some right things the wrong way, but as far as i remember u can write behind the map in rotation.cfg "cp next map xyz".
someone with bigger scriptknowledge as me should know it more exactly.
(i thought i saw something like this also on a HK Server)
Actually, the official servers (or at least the tag server) has the name of the next map written when the current one is loading on the loading screen. Perhaps one of the E+ fathers could share the magic behind that?
u can write behind the map in rotation.cfg "cp next map xyz".
That's the magic.
*cough*
[code:1]# generated by excessiveplus.net/vote on 3 March, 2007
/load "conf/excessive5.cfg"
/sets .Rotation "q3dm11 ztn3dm1 overkill q3dm6 6++ q3dm9remix cpm21 tig_qubert pom q3dm7 q3dm13 q3dm8 q3dm14 q3dm15 q3dm12"
roundlimit: 20
timelimit: 20
g_gametype: 8
q3dm11 { g_motd: "Next map: ztn3dm1" }
ztn3dm1 { g_motd: "Next map: overkill" }
...[/code:1]*cough*
so simple yet so elusive
i used to run a 1v1 server which had some custom maps, i used the rotation.txt to initiate different crontabs to advertise the next map and to tell players to set \cl_download 1 for those who needed it.
[code:1]#------\\Map rotation for 1v1 - - by (HK)GoddaM - - June 2004 //-----#
timelimit: 40
fraglimit: 12
g_gametype: 1
q3dm2
q3dm1
q3dm3
#------// next map added to include unique crontab text \\--------------
q3dm17 {
g_gametype: 1
timelimit: 40
fraglimit: 12
/set xp_crontab "cpm8.txt"
}
#------------------------------------------------------------------
cpm8 {
g_gametype: 1
timelimit: 40
fraglimit: 12
/set xp_crontab "crontab1v1.txt"
}
q3tourney4
q3dm17
q3tourney3
q3dm3
q3dm5
q3dm4
q3tourney2[/code:1]