Bruno Kestemont Lv 1
Hello,
see:
http://fold.it/portal/info/faq
item
Q: What are "global points"?
Replace
Points = Max(1, RoundUp(((1 - (Rank - 1)/(NumPlayers - 1)^6) * X))
by
Points = Max(1, RoundUp(((1 - ((Rank - 1)/(NumPlayers - 1))^6) * X))
Hello,
see:
http://fold.it/portal/info/faq
item
Q: What are "global points"?
Replace
Points = Max(1, RoundUp(((1 - (Rank - 1)/(NumPlayers - 1)^6) * X))
by
Points = Max(1, RoundUp(((1 - ((Rank - 1)/(NumPlayers - 1))^6) * X))
sorry, I have to verify