map rotation....

chillerW

Newbie
Joined
Nov 17, 2004
Messages
83
Reaction score
0
What do i put in my server cfg to have dm_crossfire,dm_overwatch and dm_lockdown in rotation after 20 mins per map?

thx.
 
server.cfg: mp_timelimit 20

copy the maplist.txt, change the name of the copy to mapcycle.txt .. should do the job
 
i guess its the same command for cs:s...

we got like thousand of servers out there...but NOONE knows how to input a map rotation script..??
 
Messermeier said:
server.cfg: mp_timelimit 20

copy the maplist.txt, change the name of the copy to mapcycle.txt .. should do the job

Where is the maplist.txt?
Cant find it...
 
This is what i have in my server cfg as of now...

hostname "Combine VS Resistance (swe)"
mp_forcerespawn 0
mp_teamplay 1
mp_timelimit 20
mp_weaponstay 1
mp_allowspectators 1.0
mp_friendlyfire 0
mp_flashlight 1
mp_footsteps 1
mp_fraglimit 0
deathmatch 0
maxplayers 8
sv_lan 0
net_start
map dm_crossfire
sv_unlag 1
sv_allowdownload 1



but when those 20mins is gone it dosent rotate maps.. i need to know what to add in this cfg..
should it be soemthing like: start map dm_crossfire,dm_lockdown,dm_overwatch... or?
 
you don't have this file from the beginning. create it in the /hl2mp-dir.

then just put the names of the maps in it, like

dm_this
dm_that
...
 
Back
Top