Any chance to see maps in rotation ?

7 replies [Last post]
RANDIE.ST
unruly.st1's picture
Offline
Joined: Jan 2005
Posts:

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.

|¯|E><US
nexus's picture
Offline
Joined: Sep 2004
Posts:
Any chance to see maps in rotation ?

Good idea Big grin

(\/)
(O.o)
0('')(")

[MR.]^SlipStream
Johny's picture
Offline
Joined: Aug 2004
Posts:
Any chance to see maps in rotation ?

Yeah that would be a very good idea i will lookinto it

CLEMSON TIGERS ARE #1
**RETIRED**1st E+ forum whore Muhahaha :mrgreen:
*2nd highest NON-CHEATED post count***RETIRED**

mow Q [EN]
Offline
Joined: Nov 2003
Posts:
Any chance to see maps in rotation ?

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)

madbringer
Madbringer's picture
Offline
Joined: Jan 2006
Posts:
Any chance to see maps in rotation ?
mow Q [EN] wrote:

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? Happy

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Any chance to see maps in rotation ?
mow Q [EN] wrote:

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*

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Any chance to see maps in rotation ?

so simple yet so elusive Smug

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

(HK) GoddaM
goddam's picture
Offline
Joined: Aug 2004
Posts:
Any chance to see maps in rotation ?

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]