UltiRank is a simple ranking system that keeps kills, deaths, and points. It's completely free!
Kills will gain you 2 points, deaths will make you lost 2 points. TK and suicide will make you lose 4 points (although these can be changed). This means, only an above 1 KDR can get a positive score, everyoine else will get a negative score. You can customize the ranking mod to give extra points for headshot, although it's off by default.
If you want to change the default behaviour, open up ultirank.py and change the constants following the instructions there.
You can also change the points lose and gain via CVAR.
ultirank_botcount - if set's to 1, bot kills and deaths will count, however bot itself will not be ranked.
ultirank_tk_points_decrease - the points lost when a player tks
ultirank_kill_points_increase - The points gained when killing a player from the opposite team.
ultirank_death_points_decrease - The points gained when getting killed by a player from the opposite team.
ultirank_headshot_extra - The number of points headshots will earn.
ultirank_user_reset_per - The number of hours before another reset by the user is allowed. 0 completely disables it.
Console commands include:
ultirank_enable <1/0> - Setting to 1 will enable the ranking system while setting to 0 will disable the ranking system.
ultirank_upgrade - Upgrades the database if the database is an older format.
ultirank_info - Shows the information about ultirank
Say commands include:
showrank - announce a player's rank in chat.
rank - tell the player his rank via a popup
top - shows the top 10 player
top10 - same as above
!resetrank - Resets a player's rank, if allowed by ultirank_user_reset_per.
Installation
Extract the zip file to cstrike
Version Notes For 0.21 Beta
Updated on: 2010-11-02 19:42:53 EST by ultimatebuster (View Zip Contents)
Fixed a bug reported [url=http://forums.eventscripts.com/viewtopic.php?f=27&t=40497&p=363802#p363802]here[/url].