Page 1 of 1

Posted: Thu Jul 27, 2006 8:21 am
by ^misantropia^
Most CPMA admins use one of the default configs and let the players callvote on just about everything. What kind of server do you intend to host?

Posted: Thu Jul 27, 2006 4:56 pm
by prince1000
this is what i use:

Code: Select all

/cpma/modes/VQ3DUEL.cfg

type 1
timelimit 15

/cpma/vq3duel.cfg

seta server_gameplay "VQ3"
seta mode_start "VQ3DUEL"
g_allowvote 1
sv_hostname "CPMA"
sv_maxclients "8"
pb_sv_disable

map pro-q3dm6
F:\q3\quake3.exe +set fs_game cpma +set dedicated 1 +set vm_game 2 +exec vq3duel.cfg

Posted: Thu Jul 27, 2006 4:57 pm
by dzjepp
You can run an osp cfg just fine me thinks... the great thing about cpma is that callvoting a gametype does not require a map restart, so you can leave eveything in and have a fast way of switching when people want something else. :)

There are some different ways to tweak your connection for cpma though...

http://massman.dk/q3/network.cfg

Posted: Thu Jul 27, 2006 5:58 pm
by prince1000
one thing i dont know is how to set tdm to spawn w/ 50MG bullets...

Posted: Fri Jul 28, 2006 12:19 am
by ^misantropia^
Create a modes/TDM50MG.cfg with the following:

Code: Select all

type 3
ammo 50,0,0,0,0,0,0,0
Next, add the following lines to your server.cfg:

Code: Select all

set mode_start "TDM50MG"
set server_gameplay "TDM50MG"