Help creating a map rotation config
i was wandering if somebody could help me out, i am trying to create a simple config but don't know where to start or how to execute it.
can someone help or point me in the right direction, unfortunetly i have no experience in config at all
ok check this is the full server cfg from Chiller Server!!
set sv_hostname "^2Chiller^s^1-^s^2*^s^1-^s^21v1 "
set g_motd "Welcome to CSA Clan"
set sv_maxclients "8"
set sv_privateClients ""
set sv_pure "1"
set sv_allowdownload "1"
set sv_maxrate "20000"
set sv_minping "0"
set sv_maxping "2000"
set sv_master1 "master0.gamespy.com"
set sv_master2 "master3.idsoftware.com"
set sv_master3 "master0.excessiveplus.net"
set sv_master4 "master.quake3arena.com"
set sv_master5 "q3master.allseeingeye.com"
set sv_privatePassword "set"
set g_password ""
set rconpassword "set"
set refereePassword "set"
set bot_enable "1"
set bot_minplayers "0"
set bot_nochat "1"
set bot_groundonly "1"
set bot_rocketjump "1"
set bot_fastchat "0"
set xp_config "conf/1v1.cfg"
set xp_bans "bans.txt"
set xp_crontab "1v1cron.txt"
set xp_voteconf "voteconf.txt"
set g_gametype "1"
set fraglimit "15"
set timelimit "0"
set capturelimit "0"
set roundlimit "0"
set g_friendlyFire "0"
set g_doWarmup "1"
set g_warmup "3"
set g_inactivity "0"
set g_weaponrespawn "3"
set g_forcerespawn "0"
set g_speed "350"
set g_gravity "800"
set g_teamForceBalance "0"
set g_maxTeamClients "0"
set xp_teamBalance "0"
sets Location "de"
sets System ""
set g_allowVote "1"
set xp_vote "map,conf,nextmap"
set xp_referee "kick,nextmap,map,mute,unmute"
set xp_userdb "1"
set xp_validTLD "0"
set xp_matchmode "1"
set xp_holyshit "0"
set xp_suddenDeath "0"
set g_log "1v1.log"
set g_quadFactor "1"
set com_hunkmegs "75"
pb_sv_disable
pb_sv_guidrelax 7
set dm1 "map q3dm1 ; set nextmap vstr dm2"
set dm2 "map q3dm2 ; set nextmap vstr dm3"
set dm3 "map q3dm3 ; set nextmap vstr dm4"
set dm4 "map q3dm17 ; set nextmap vstr dm5"
set dm5 "map q3dm5 ; set nextmap vstr dm6"
set dm6 "map q3tourney3 ; set nextmap vstr dm7"
set dm7 "map q3tourney1 ; set nextmap vstr dm8"
set dm8 "map q3dm6 ; set nextmap vstr dm1"
set dm9 "map eadm12 ; set nextmap vstr dm10"
I hope this will help u!!
Copy this in a text file and save as 1v1.cfg....
and load it!
Or you can create a map rotation txt file and then define it by setting xp_rotation "" in your cfg.
For example create a ffa.txt file, which contains this:
q3dm14
q3dm17
q3dm7
q3tourney2
q3dm5
q3tourney4
q3dm3
q3dm17
q3dm13
q3dm6
q3dm4
q3dm11
q3dm7
q3dm12
q3dm15
q3dm16
And then, again for example, you enter this line in ffa.cfg:
set xp_rotation "ffa.txt"