q3 cpma server cfg: can't make gameplay callvote

Locked
bagheera
Posts: 3
Joined: Fri Apr 06, 2012 6:56 pm

q3 cpma server cfg: can't make gameplay callvote

Post by bagheera »

Hi,
I'm trying to configure ioquake3 1.36 server with cpma 1.48 mod on 64b Linux environment. I want it to support both cpm and vq3. How the i can do that?

There is default gameplay set and voting allowed :

Code: Select all

seta server_gameplay VQ3
seta g_allowVote 1
seta vote_allow_gameplay 1
However, player CAN NOT change gameplay via calling a vote:

Code: Select all

/callvote gameplay cpm
because every attempt ends in

Code: Select all

sorry, CPM voting has been disabled
I don't see an option in modes to set pre-defined modes vq3ffa, cpmffa, etc.., so i'm stuck with one gameplay.

Is that cpma bug? ioquake3 bug or misconfiguration?
bagheera
Posts: 3
Joined: Fri Apr 06, 2012 6:56 pm

Re: q3 cpma server cfg: can't make gameplay callvote [solved]

Post by bagheera »

Fortunately it was just misconfiguration.
I found in changelog:

Code: Select all

chg: vote_allow_promode renamed to vote_allow_gameplay (default "", behaves like server_availmodes)
Locked