Player Stats Information

These pages contain statistics gathered on the Euroskillz servers using TFC skills rank with speed run timer. In the quote below you can find information about how the mod works.

AMX Mod X script

TFC Skills Player Rank with Speed Run Timer
by Lt Llama

WHAT IS THIS?
====================
The TFC skills community has never had an ingame ranking system, like other mods
where you can count how many frags you got by using what. Skillsrank solves
this by using a difficulty setting for each map. This is added to a map config file which
is read by this plugin, When a player finish a map with a difficulty setting he
triggers a goal model and data is saved to two SQL tables.

If the map config has coords for the start model it spawns it and you have a
speedrun timer.

Skillsrank is designed so you can only finish and collect points ONE time during
the current loaded map. This is to not get a skewed collection of points because
someone continuosly collects points on an easy map.

WHAT IS CALCULATED?
===================
- How many maps you finished and compared to others
- Which class you finished with
- How many points you have collected and compared to others
- First and last time you finished a map on the server
- Your best speedrun on the current map
- The all time high speed run on the current map
- The average difficulty of finished map (UBER factor)
- The top 5 players in 3 cathegories 1. Ubers, 2. Finished maps, 3. Collected
  points.

WHAT IS AN UBER?
================
UBER is someone who have finished at least the amount of maps defined by the
admin on the current server. At Euroskillz you have to finish at least 10 maps
before your average shows up in the stats. When someone finished in this case 10
maps the plugin divides sum of collected points/number of finished maps. It then compares
these players average difficulty and sort it. The top 5 gets into the /top 5 list.
This is to encourage playing harder maps. If you play easier maps your average
drops.

USER COMMANDS
=============
- say '/difficulty' to show difficulty (number between 1-100)
- say '/top5' to show top 5 players in 3 cathegories (finished times, total points, 
average difficulty)
- say '/mapstats' to show your stats on the current map.
- say '/skillme' to see your overall stats.
- 'amx_stoptimer' = Client command to stop speed run timer

Originally the difficulty to chose for the maps was taken from Concs 'R Us where each map was ranked by the site admin. Cru's difficulty ranking was done using the levels beginner, intermediate, advanced and expert and having + and - added to each of the levels. Skillsrank uses the following conversion to rank maps

CRU Ranking Euroskillz Ranking
Beginner - 8
Beginner 16
Beginner + 24
Intermediate - 32
Intermediate 40
Intermediate + 48
Advanced - 56
Advanced 64
Advanced + 72
Expert - 80
Expert 88
Expert + 100

All the TFC servers at Euroskillz use the Skillsrank system. Euroskillz Easy, Medium and Hard use the same stats. Euroskillz - Jumps has its own stats.