LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 07-17-2004, 04:30 PM   #1
OThracerX
LQ Newbie
 
Registered: Jul 2004
Location: dallas tx
Posts: 4

Rep: Reputation: 0
quake3 rocket arena


hi all, im renting a linux server, running quake3 rocketarena. every thing is good except my map cycle wont auto rotate.
i can manually change them, but no auto rotation.
except for changing my passwords and server name, im using default cfg,s.
the host has tried helping me, but doesn't know any thing abought quake3.
ive read and read, but no luck so far.
can someone here please help or point me in a direction.
thanks in advance.
mark / aka OTHracerX
OTHacer@comcast.net
 
Old 07-18-2004, 10:07 AM   #2
uglydot
Member
 
Registered: Mar 2003
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
Here is the map rotation section of my FFA all maps config. I made these some time back for my clan and I know they work fine. The map names will be different, but setup should be the same.



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 m26"
set m26 "fraglimit 15; map mario ; set nextmap vstr m27"
set m27 "fraglimit 10; map senndm1 ; set nextmap vstr m28"
set m28 "fraglimit 15; map jk_dm4f ; set nextmap vstr m29"
set m29 "fraglimit 10; map bal3dm1 ; set nextmap vstr m1"
vstr m1
 
Old 07-18-2004, 12:08 PM   #3
OThracerX
LQ Newbie
 
Registered: Jul 2004
Location: dallas tx
Posts: 4

Original Poster
Rep: Reputation: 0
tks m8, im wondering how i can make this work with rocketarena mod, i know i can change the map names from, like " q3dm1, to ra3map1"
but would i put this in my arena cfg ?
humm.
tks
 
Old 07-22-2004, 12:34 AM   #4
TriGGer
LQ Newbie
 
Registered: Jul 2004
Location: jolt.co.uk
Posts: 3

Rep: Reputation: 0
Map rotation is done via the arena.cfg with this mod, theres one included with the mod files, however, you should note that unlike other .cfg files, this wont work if its in your ~/.q3a/arena folder, it must be directly below the q3ded binary in the folder hierarchy. ie /usr/games/quake3/arena/arena.cfg , assuming that your q3ded is in /usr/games/quake3/.


Hope this makes sense
 
Old 07-22-2004, 07:46 AM   #5
OThracerX
LQ Newbie
 
Registered: Jul 2004
Location: dallas tx
Posts: 4

Original Poster
Rep: Reputation: 0
TriGGer, tks m8, i think i know what youe talking abought, but im not sure, im trying it.
tks again, ill let yu know if what i did works.
peace.
<3
rX
 
Old 07-22-2004, 02:23 PM   #6
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Rep: Reputation: 32
Dood! All you need to do is create those vars at run time. Take this:
Code:
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 m26"
set m26 "fraglimit 15; map mario ; set nextmap vstr m27"
set m27 "fraglimit 10; map senndm1 ; set nextmap vstr m28"
set m28 "fraglimit 15; map jk_dm4f ; set nextmap vstr m29"
set m29 "fraglimit 10; map bal3dm1 ; set nextmap vstr m1"
vstr m1
And put it in a file called "maps.cfg". Save this file anywhere that quake3 can access it (~/.q3a/baseq3, baseq3, rocketarena, etc...), and then just start your server as follows:

q3ded +set fs_game rocket_arena (if rocket_arena is the name of the mod) (my other commandline options) +exec maps.cfg

That will give you a map rotation.
You can also rcon into the server when it is running and type:
/exec maps.cfg

You can Also put "exec maps.cfg" into your "arena.cfg"

Hope that tells you enough!
 
Old 07-23-2004, 08:53 PM   #7
OThracerX
LQ Newbie
 
Registered: Jul 2004
Location: dallas tx
Posts: 4

Original Poster
Rep: Reputation: 0
triGGer and The_Nerd, thank you both for helping me,
im not sure how to do what you told me triGGer, >>> you should note that unlike other .cfg files, this wont work if its in your ~/.q3a/arena folder, it must be directly below the q3ded binary in the folder hierarchy. ie /usr/games/quake3/arena/arena.cfg , assuming that your q3ded is in /usr/games/quake3/. <<<
so i did what The_Nerd said, i made a maps.cfg, i put it in the arena and the baseq3 folders, and added exec maps.cfg to the q3config.cfg, and also tryed useing rcon command, when i used rcon command it restarted the map, but still wont rotate, shit !
heres my maps.cfg, >>>>>
set m1 "map ra3map1 ; set nextmap vstr m2"
set m2 "map ra3map2 ; set nextmap vstr m3"
set m3 "map ra3map3 ; set nextmap vstr m4"
set m4 "map ra3map4 ; set nextmap vstr m5"
set m5 "map ra3map5 ; set nextmap vstr m6"
set m6 "map ra3map6 ; set nextmap vstr m7"
set m7 "map ra3map7 ; set nextmap vstr m8"
set m8 "map ra3map8 ; set nextmap vstr m9"
set m9 "map ra3map9 ; set nextmap vstr m10"
set m10 "map ra3map10 ; set nextmap vstr m11"
set m11 "map ra3map11 ; set nextmap vstr m12"
set m12 "map ra3map12 ; set nextmap vstr m13"
set m13 "map ra3map13 ; set nextmap vstr m14"
set m14 "map ra3map14 ; set nextmap vstr m15"
set m15 "map ra3map15 ; set nextmap vstr m16"
set m16 "map ra3map16 ; set nextmap vstr m17"
set m17 "map ra3map17 ; set nextmap vstr m18"
set m18 "map ra3map18 ; set nextmap vstr m19"
set m19 "map ra3map19 ; set nextmap vstr m20"
set m20 "map ra3map20 ; set nextmap vstr m1"
vstr m1 <<<<<
omg im such a newb, i need help, smile.
tks for your time, both of you.
still no luck,
>>>> me = newbie admin <<<
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
quake 3 rocket arena dedicated server radiohead19 Linux - Games 5 07-06-2004 11:03 PM
OpenGL problems with Quake3 Arena thanat0s Linux - Games 3 01-28-2004 12:42 PM
How+Quake3 Arena... robo_br Linux - Software 4 10-13-2003 08:15 PM
Quake3 Arena Rocks!!! Q3TA?? DigitalTygrrr Linux - Software 3 07-22-2003 02:57 PM
I need help installing quake3 team arena demo. bling bling Linux - Software 1 06-19-2003 09:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 07:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration