Difference between revisions of "Voting"

From OdaWiki
 
m (Vote Timeout)
Line 18: Line 18:
 
Usage: '''sv_vote_timeout (#)'''
 
Usage: '''sv_vote_timeout (#)'''
  
The amount of time a client must wait between calling votes. Measured in seconds, the default value is '''60'''.
+
The amount of time a client must wait to call another vote if their first failed. Measured in seconds, the default value is '''60'''.
  
 
==Vote Types==
 
==Vote Types==

Revision as of 16:42, 12 February 2012

Odamex offers a robust set of voting options to server administrators that allows them to give varying levels of control to the player.

Server

Vote Modifiers

The vote system offers a variety of options to server administrators that allow votes to be carried out following certain rules.

Vote Majority

Usage: sv_vote_majority (#)

Percentage of "yes" votes needed for a vote to pass. Default value is 0.5 (50%).

Vote Timelimit

Usage: sv_vote_timelimit (#)

The amount of time that clients can participate in a vote. Measured in seconds, the default value is 30.

Vote Timeout

Usage: sv_vote_timeout (#)

The amount of time a client must wait to call another vote if their first failed. Measured in seconds, the default value is 60.

Vote Types

There are a number of different types of votes available for server administrators. They can all be easily turned on or off.

Map

Usage: sv_callvote_map (0-1)

Allows clients the ability to change the map through a vote. All maps in the server's maplist can be voted on by the players.

Kick

Usage: sv_callvote_kick (0-1)

Allows clients the ability to kick other players from the server through a vote.

Fraglimit

Usage: sv_callvote_fraglimit (0-1)

Allows clients the ability to change the fraglimit through a vote.

Scorelimit

Usage: sv_callvote_scorelimit (0-1)

Allows clients the ability to change the scorelimit through a vote.

Timelimit

Usage: sv_callvote_timelimit (0-1)

Allows clients the ability to change the timelimit through a vote.

Client