mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-08 11:37:39 +08:00
34 lines
1.4 KiB
INI
34 lines
1.4 KiB
INI
// Votes have several configurable variables, these are:
|
|
// Duration: The duration of the voting time.
|
|
// ResultPresentationDuration: The duration where players can see the results displayed, but cannot vote.
|
|
// AccessFilter: The minimum access level required in order to vote.
|
|
// TeamFilter: The teams that you must be a member of in order to vote.
|
|
|
|
// When using Level Vote, this value lets you control how many levels will be picked from your rotation and offered for each level vote
|
|
LevelCountPerVote=4
|
|
LevelVote_Duration=30
|
|
LevelVote_ResultPresentationDuration=5
|
|
LevelVote_AccessFilter=Public
|
|
LevelVote_TeamFilter=Team_Neutral+Team_One+Team_Two
|
|
|
|
// When not using Level Vote, this value lets you control how many layers will be picked from your rotation and offered in each layer vote
|
|
LayerCountPerVote=4
|
|
LayerVote_Duration=30
|
|
LayerVote_ResultPresentationDuration=5
|
|
LayerVote_AccessFilter=Public
|
|
LayerVote_TeamFilter=Team_Neutral+Team_One+Team_Two
|
|
|
|
Team_Neutral_Duration=30
|
|
Team_Neutral_ResultPresentationDuration=5
|
|
Team_Neutral_AccessFilter=Public
|
|
Team_Neutral_TeamFilter=Team_Neutral+Team_One+Team_Two
|
|
|
|
Team_One_Duration=30
|
|
Team_One_ResultPresentationDuration=5
|
|
Team_One_AccessFilter=Public
|
|
Team_One_TeamFilter=Team_Neutral+Team_One+Team_Two
|
|
|
|
Team_Two_Duration=30
|
|
Team_Two_ResultPresentationDuration=5
|
|
Team_Two_AccessFilter=Public
|
|
Team_Two_TeamFilter=Team_Neutral+Team_One+Team_Two |