Recently I’ve been struggling on finding the perfect equation for a rating to give a person based off of their kills and deaths.
At first it seemed fairly simple for me, just use KDR and then give them an A through F based on their KDR, but got stuck when I realized a person with just 5 kills and only 1 death gave them the same score of someone with 50 kills and 10 deaths. Clearly, a person with 50 kills would get a better rating than the person with 5 kills, despite them having the same KDR.
Here’s the script I created. The ratings table could have been optimized more but I’m too lazy to create something for that -_-
I don’t know how well this method will play out because I’m not grading them based off of their place on the team, just based off of how well they did.