redeclipse-conf

configuration and runit scripts for RedEclipse 1.6 (template)
git clone git://deadbeef.fr/redeclipse-conf.git
Log | Files | Refs | README

commit 27f520166b9370f91a166c1f3a402be05dca4c78
parent 06c4a176e781dada726ed8f644c04d6d8b4043ef
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun, 21 Jun 2020 18:26:13 +0200

added other vote options

Diffstat:
Mserver.cfg | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/server.cfg b/server.cfg @@ -195,8 +195,13 @@ exec limit.cfg /// 0 = votes don't pass mid-match or need to wait entire time in inter-match /// 1 = passes if votethreshold is met /// 2 = passes if unanimous +/// 3 = undocumented (only for sv_voteinterm) // sv_votestyle 2 // sv_voteinterm 2 +/// filters out spectators that have not voted from threshold +// sv_votefilter 1 +/// vote threshold when style = 1 +// sv_votethreshold 0.5 ////////////////////////////////////////////////////////////////////////////////