Voteing issue

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

Post Reply
stebbi67
Posts: 15
Joined: Thu Jul 28, 2005 12:49 am
Location: Sweden

Voteing issue

Post by stebbi67 »

Hi all

I'm having a problem with voting on my server, again. I do not want players to be able to vote for game type so in the server.cfg I configured voting like this :

set g_allowVote "1"
set vote_limit "5"
set vote_percent "51"
set vote_allow_comp "1"
set vote_allow_pub "0"
set vote_allow_kick "1"
set vote_allow_map "1"
set vote_allow_matchreset "1"
set vote_allow_mutespecs "1"
set vote_allow_nextmap "1"
set vote_allow_referee "1"
set vote_allow_shuffleteams "0"
set vote_allow_swapteams "1"
set vote_allow_friendlyfire "0"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "1"
set vote_allow_antilag "0"
set vote_allow_balancedteams "0"
set vote_allow_muting "1"

And in my ..../etpro/configs/etpro.config :

setl g_allowVote 1
setl vote_limit 5
setl vote_percent 51
setl vote_allow_balancedteams 0
setl vote_allow_muting 1
setl vote_allow_swapteams 1
setl vote_allow_friendlyfire 0
setl vote_allow_timelimit 1
setl vote_allow_warmupdamage 1
setl vote_allow_kick 1
setl vote_allow_map 1
setl vote_allow_matchreset 1
setl vote_allow_mutespecs 1
setl vote_allow_nextmap 1
setl vote_allow_referee 1
setl vote_allow_config *
setl vote_allow_comp 1
setl vote_allow_gametype 0
setl vote_allow_pub 0
setl vote_allow_shuffleteams 0
setl vote_allow_cointoss 1

Still the players can vote for game type :?

Does this have to be in the server.cfg AND the etpro.config :shock:

ET 2.60, ETPro 3.2.4.

Any ideas?
Look at me, I'm a newbe.

213.114.178.53:27960
Statistics
Server status
Location : Sweden, Stockholm
jump3r
Posts: 159
Joined: Sun Apr 18, 2004 1:11 am

Re: Voteing issue

Post by jump3r »

stebbi67 wrote:Hi all

I'm having a problem with voting on my server, again. I do not want players to be able to vote for game type so in the server.cfg I configured voting like this :

set g_allowVote "1"
set vote_limit "5"
set vote_percent "51"
set vote_allow_comp "1"
set vote_allow_pub "0"
set vote_allow_kick "1"
set vote_allow_map "1"
set vote_allow_matchreset "1"
set vote_allow_mutespecs "1"
set vote_allow_nextmap "1"
set vote_allow_referee "1"
set vote_allow_shuffleteams "0"
set vote_allow_swapteams "1"
set vote_allow_friendlyfire "0"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "1"
set vote_allow_antilag "0"
set vote_allow_balancedteams "0"
set vote_allow_muting "1"
err, there is missing the gametype one.
set vote_allow_gametype 0

and you probably forgot to load .config file.
stebbi67
Posts: 15
Joined: Thu Jul 28, 2005 12:49 am
Location: Sweden

Post by stebbi67 »

Ehemmm he he missing uhhh right, stupid me :oops:

Another stupid question. How do you load the conf file? Do you exec it or how do one do it?
Look at me, I'm a newbe.

213.114.178.53:27960
Statistics
Server status
Location : Sweden, Stockholm
The Birdman
Posts: 47
Joined: Tue Dec 21, 2004 11:49 pm
Location: Ireland
Contact:

Post by The Birdman »

Reading your first post, i see you call your config file etpro.config, so just add this to the end of your server.cfg :

config etpro

Although i would call it something else in case of confusion, perhaps the obvious being public.config.
Server 212.187.208.13:27960

Visit our clan site
stebbi67
Posts: 15
Joined: Thu Jul 28, 2005 12:49 am
Location: Sweden

Post by stebbi67 »

Thanks Birdman, you have just saved me lot of trouble. :mrgreen:

It works fine now.
Look at me, I'm a newbe.

213.114.178.53:27960
Statistics
Server status
Location : Sweden, Stockholm
Post Reply