View Single Post
Author Message
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-23-2013 , 06:18   [Tool] ELO Calculator
Reply With Quote #1

Hello everybody,

In addition to my ELO Ranking System in Pawn Tutorial I want to release this small tool here.
With it you can calculate matches for up to four players.

Quote:
Originally Posted by Kia's Original Description
You can use this Calculator to calculate possible results using ELO System
which is also used in my Bunnyhop Racers Mod (Vers. 1.1.7+).
Download the source code if you want to modify the calculator or if you want to advance it.

Used Formulas :

PHP Code:
ELO formula : New ELO ELO ELO_K * ( ELO_SCORE_X E
E formula / [ 10 ^ ( [ELO ENEMY ELO OWN] / 400 ) ] 
ELO Score Variables (Default) :

PHP Code:
Dim ELO_SCORE_WIN As Integer 
Dim ELO_SCORE_SEC 
As Double 0.85 
Dim ELO_SCORE_TRI 
As Double 0.425 
Dim ELO_SCORE_LOSE 
As Double 0.2125 
Attached Files
File Type: zip BRTC_bin.zip (10.8 KB, 213 views)
File Type: zip BRTC_Source.zip (134.3 KB, 209 views)
__________________
Kia is offline