Page 1 of 1
Voting calculation error
Posted:
Sun Aug 05, 2012 1:04 pm
by main_gi
1 yes, 0 no and the other 5 did not vote, yet the vote still failed.
Re: Voting calculation error
Posted:
Sun Aug 05, 2012 4:34 pm
by Skybax
1 out of 6 is still 17% Positive, even if the others didn't vote.
Re: Voting calculation error
Posted:
Sun Aug 05, 2012 6:43 pm
by sam686
The voting calculation really goes by this formula:
vote_has_passed = ((yes * 3) + (no * -3) + (not_voted * -1) > 0)
So basically, every 3 players not voted counts as one player voted no. This was done to avoid problems with players not paying attention and is busy playing.
Re: Voting calculation error
Posted:
Fri Oct 26, 2012 6:59 pm
by amgine
note i tried vote yes streng as 3 no = -3 and none = -.5 and it seems to work better