Team-based Elo calculator for Chivalry: Medieval Warfare
telo
is a tool to calculate team-based Elo ratings for Chivalry: Medieval
Warfare.
The tool supports both 1v1 and team-based ratings from playing Last Team
Standing, or Team Objective games. The teams do not need to stay consistent and
players can freely move between teams. The rating is computed for the players,
not for the teams.
The algorithm is based on this blog
post with some modifications:
telo
expects the game results in a CSV format, which looks like this:
Name,Score,Kills,Deaths,Assists
player 1,240,10,4,6
player 2,200,8,6,7
,,,,
Name,Score,Kills,Deaths,Assists
player 2,140,10,4,6
player 1,135,8,6,7
Each recorded game should start with its own header line and the players from
both teams go in a single table.