Quake III Arena Setting up a Server With Map Cycling
Quake III Arena Setting up ap Cycling \
Quake 3 Arena Setting up a Server With Map Cycling :icon33: :icon33: :icon33:
Setting up a Server With Map Cycling HELLP ME
-
- Posts: 4
- Joined: Thu Jun 08, 2006 3:56 pm
-
- Posts: 4
- Joined: Thu Jun 08, 2006 3:56 pm
Quake III Arena Setting up a Server With Map Cycling
i cant gant Map Cycling to worck ok
:icon33: :icon33: :icon33:
on my mp amd 2000+ 512 ram on dsl SBC Yahoo! DSL
windows xp professional
Team Fortress Classic
Quake III Arena
on my server :icon31: :icon31:

on my mp amd 2000+ 512 ram on dsl SBC Yahoo! DSL
windows xp professional
Team Fortress Classic
Quake III Arena
on my server :icon31: :icon31:
Last edited by drpeppermanmm@Hotmail.com on Fri Jun 09, 2006 12:04 pm, edited 1 time in total.
-
- Posts: 4
- Joined: Thu Jun 08, 2006 3:56 pm
details of what you've tried
Setting up a Server With Map Cycling
Advanced users can create configuration (or .cfg) files that will execute many commands at once. One application for this is in creating a multiplayer game where the game cycles to the next arena listed in the "config" file and sets a new fraglimit for that arena. An example config file is listed below. To create this or a similar config file, you will simply need to create a new text file, copy everything listed below, save it, then rename it to FFA.cfg (or whatever name you choose). You should place these files in your \baseq3 directory.
//This config file cycles through all the maps in the game. Free For All mode.
set g_gametype 0
set m1 "fraglimit 10; map q3dm1; set nextmap vstr m2"
set m2 "fraglimit 10; map q3dm2 ; set nextmap vstr m3"
set m3 "fraglimit 15; map q3dm3 ; set nextmap vstr m4"
set m4 "fraglimit 10; map q3tourney1 ; set nextmap vstr m5"
set m5 "fraglimit 15; map q3dm4 ; set nextmap vstr m6"
set m6 "fraglimit 15; map q3dm5 ; set nextmap vstr m7"
set m7 "fraglimit 15; map q3dm6 ; set nextmap vstr m8"
set m8 "fraglimit 10; map q3tourney2 ; set nextmap vstr m9"
set m9 "fraglimit 20; map q3dm7 ; set nextmap vstr m10"
set m10 "fraglimit 20; map q3dm8 ; set nextmap vstr m11"
set m11 "fraglimit 20; map q3dm9 ; set nextmap vstr m12"
set m12 "fraglimit 10; map q3tourney3 ; set nextmap vstr m13"
set m13 "fraglimit 15; map q3dm10 ; set nextmap vstr m14"
set m14 "fraglimit 20; map q3dm11 ; set nextmap vstr m15"
set m15 "fraglimit 20; map q3dm12 ; set nextmap vstr m16"
set m16 "fraglimit 10; map q3tourney4 ; set nextmap vstr m17"
set m17 "fraglimit 15; map q3dm13 ; set nextmap vstr m18"
set m18 "fraglimit 20; map q3dm14 ; set nextmap vstr m19"
set m19 "fraglimit 20; map q3dm15 ; set nextmap vstr m20"
set m20 "fraglimit 10; map q3tourney5 ; set nextmap vstr m21"
set m21 "fraglimit 15; map q3dm16 ; set nextmap vstr m22"
set m22 "fraglimit 15; map q3dm17 ; set nextmap vstr m23"
set m23 "fraglimit 15; map q3dm18 ; set nextmap vstr m24"
set m24 "fraglimit 15; map q3dm19 ; set nextmap vstr m25"
set m25 "fraglimit 10; map q3tourney6 ; set nextmap vstr m1"
vstr m1
To execute a server setup configuration file, you should bring down the console (accessed by pressting the ~ key) while in the Quake III menu system and type:
\exec ffa.cfg
:icon33: :icon33: :icon33:
i
Advanced users can create configuration (or .cfg) files that will execute many commands at once. One application for this is in creating a multiplayer game where the game cycles to the next arena listed in the "config" file and sets a new fraglimit for that arena. An example config file is listed below. To create this or a similar config file, you will simply need to create a new text file, copy everything listed below, save it, then rename it to FFA.cfg (or whatever name you choose). You should place these files in your \baseq3 directory.
//This config file cycles through all the maps in the game. Free For All mode.
set g_gametype 0
set m1 "fraglimit 10; map q3dm1; set nextmap vstr m2"
set m2 "fraglimit 10; map q3dm2 ; set nextmap vstr m3"
set m3 "fraglimit 15; map q3dm3 ; set nextmap vstr m4"
set m4 "fraglimit 10; map q3tourney1 ; set nextmap vstr m5"
set m5 "fraglimit 15; map q3dm4 ; set nextmap vstr m6"
set m6 "fraglimit 15; map q3dm5 ; set nextmap vstr m7"
set m7 "fraglimit 15; map q3dm6 ; set nextmap vstr m8"
set m8 "fraglimit 10; map q3tourney2 ; set nextmap vstr m9"
set m9 "fraglimit 20; map q3dm7 ; set nextmap vstr m10"
set m10 "fraglimit 20; map q3dm8 ; set nextmap vstr m11"
set m11 "fraglimit 20; map q3dm9 ; set nextmap vstr m12"
set m12 "fraglimit 10; map q3tourney3 ; set nextmap vstr m13"
set m13 "fraglimit 15; map q3dm10 ; set nextmap vstr m14"
set m14 "fraglimit 20; map q3dm11 ; set nextmap vstr m15"
set m15 "fraglimit 20; map q3dm12 ; set nextmap vstr m16"
set m16 "fraglimit 10; map q3tourney4 ; set nextmap vstr m17"
set m17 "fraglimit 15; map q3dm13 ; set nextmap vstr m18"
set m18 "fraglimit 20; map q3dm14 ; set nextmap vstr m19"
set m19 "fraglimit 20; map q3dm15 ; set nextmap vstr m20"
set m20 "fraglimit 10; map q3tourney5 ; set nextmap vstr m21"
set m21 "fraglimit 15; map q3dm16 ; set nextmap vstr m22"
set m22 "fraglimit 15; map q3dm17 ; set nextmap vstr m23"
set m23 "fraglimit 15; map q3dm18 ; set nextmap vstr m24"
set m24 "fraglimit 15; map q3dm19 ; set nextmap vstr m25"
set m25 "fraglimit 10; map q3tourney6 ; set nextmap vstr m1"
vstr m1
To execute a server setup configuration file, you should bring down the console (accessed by pressting the ~ key) while in the Quake III menu system and type:
\exec ffa.cfg
:icon33: :icon33: :icon33:
i
-
- Posts: 4
- Joined: Thu Jun 08, 2006 3:56 pm
You're doing more long-term harm by kowtowing in this thread than I was in providing a serious link to something which would benefit everyone involved.riddla wrote:p.s. troll replies removed, please refrain from tormenting the noobs
That would be http://www.catb.org/~esr/faqs/smart-questions.htmlSurvivor wrote:, didn't save that link foo posted.