Disabling last 2 votes

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
FraUz
Posts: 33
Joined: Fri Jan 09, 2004 12:22 am
Location: Italy
Contact:

Disabling last 2 votes

Post by FraUz »

I'd like to disable voting for "start match" and "restart map".
These ones are the only two cvars not included in b_voteallow set.
As "voteflags" has been made "read only" too, I found actually etadmin_mod the only way to get it.

Is there any other way in etpro?
Last edited by FraUz on Thu Jan 13, 2005 8:39 am, edited 1 time in total.
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

well cant u use the vote_allow_* cvars

Code: Select all

	set g_allowVote "0"
	set vote_limit "5"
	set vote_percent "50"
	set vote_allow_comp "1"
	set vote_allow_gametype "1"
	set vote_allow_kick "1"
	set vote_allow_map "1"
	set vote_allow_matchreset "1"
	set vote_allow_mutespecs "0"
	set vote_allow_nextmap "0"
	set vote_allow_pub "0"
	set vote_allow_referee "0"
	set vote_allow_shuffleteams "1"
	set vote_allow_swapteams "1"
	set vote_allow_friendlyfire "1"
	set vote_allow_timelimit "1"
	set vote_allow_warmupdamage "1"
	set vote_allow_antilag "0"
	set vote_allow_balancedteams "1"
	set vote_allow_muting "1"
	set vote_allow_config "clanwar"
	set vote_allow_cointoss "1"
	set vote_allow_surrender "1"
FraUz
Posts: 33
Joined: Fri Jan 09, 2004 12:22 am
Location: Italy
Contact:

Post by FraUz »

it doesn't help
I already use these ones

Code: Select all

setl g_allowVote 0
setl vote_limit 5
setl vote_percent 50
setl vote_allow_gametype 0
setl vote_allow_kick 1
setl vote_allow_map 0
setl vote_allow_matchreset 0
setl vote_allow_mutespecs 0
setl vote_allow_nextmap 0
setl vote_allow_referee 0
set vote_allow_shuffleteams 0
set vote_allow_shuffleteamsxp 1
setl vote_allow_swapteams 0
setl vote_allow_friendlyfire 0
setl vote_allow_timelimit 0
setl vote_allow_warmupdamage 0
setl vote_allow_antilag 0
setl vote_allow_balancedteams 0
setl vote_allow_muting 1
setl vote_allow_comp 0
setl vote_allow_pub 0
but "restart map" and "start match" are still active (you can also notice they are not in these lists)
User avatar
RoadKillPuppy
Posts: 207
Joined: Thu Apr 08, 2004 9:21 am
Location: Belgium!
Contact:

Post by RoadKillPuppy »

Same goes for cointoss, it's disabled in my config but still sits as a (non-working) option in the menu. (try to only allow kick and mute and you see what I mean... )

I guess it's safe to state that the "voting" is overall borked. I don't know if it can be done @ the modlevel or it needs to be changed in the engine, but IF it's possible and IF the etpro team find some time to have a look at it, it would be greatly appreciated.
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

yeh that my crappy coding :oops:

i added it to the menu but i since i dont code C i didnt have a flag to turn it on or off upon a server setting :roll:
User avatar
RoadKillPuppy
Posts: 207
Joined: Thu Apr 08, 2004 9:21 am
Location: Belgium!
Contact:

Post by RoadKillPuppy »

whoops ... well at least I noticed you work :lol:
User avatar
deej
Posts: 743
Joined: Fri Mar 19, 2004 12:44 am
Location: Belgium!
Contact:

Post by deej »

guess you still have some work cut out for you then ;-).

vote_allow_shuffleteamsxp 2 equals no restart please :p.
Our servers now run on 64 bit steroids. Point your ET to:
- Forgotten Ground StopWatch Server with occasional wolfrof 1
- Fraggle Rock ETPub Server - Mix up ET/UT & Duke Nukem
Post Reply