View Single Post
Author Message
Puppetmaster
Senior Member
Join Date: Jun 2015
Location: Probably at a computer.
Old 06-11-2015 , 06:39   [CS:GO] Simple CSGO Ranks
Reply With Quote #1

SimpleCSGORanks is being coded as an alternative to paid mods such as gameme.
The aim of the SimpleCSGORanks project is to create a simple plugin to track players skill in a simple way.

GitHub: https://github.com/ArclightHub/Simple-CSGO-Ranks
Website Basic Demo: https://gamingzoneservers.com/demo.php
Website Full Demo: https://gamingzoneservers.com/

Coming soon:
Server Status:
https://gamingzoneservers.com/playerApp.php

Demo Servers

By Default:

Everytime a player gets a kill their rank increases by 5.
When a player is killed their rank decreases by 6.
When a player assists a kill their rank increases by 2.
When a player is much lower rank than the player they killed the numbers are 10 and 11.
When a player defuses the bomb their rank increases by 5.

A player is considered recent if they have either killed a player or have themselves been killed by another player.
Their recent activity variable is updated at the end of the round and time-stamped. Team kills are not tracked.
A player can check their rank by saying !rank
A player can check the top 10/25 players by saying !top, !top10 or !top25

Setup:

Copy all the zipped files into your sourcemod server directory.
The plugin download link contains all of the sourcemod plugin files.
The plugin works with MySQL, as such you will need to have one set up.
The zip file contains a copy of databases.cfg that works with this mod.
You will also NEED to set up the databases by either importing the one from github or setting it up as per the readme on the github readme page.

It is also recommended that you increase the buffer pool if you have over 20000 players.
innodb_buffer_pool_size=384M

There are five basic console variables:
  • sm_simplecsgoranks_mode
    • Sets the mode. (0) is rounds mode. (1) is immediate mode. Immediate mode is useful for deathmatch type games.
  • sm_simplecsgoranks_ffa
    • Enables free for all mode.
  • sm_simplecsgoranks_kill_points
    • The number of points gained per kill
  • sm_simplecsgoranks_higher_rank_additional
    • Additional points gained when killing a higher ranked player.
  • sm_simplecsgoranks_higher_rank_gap
    • Difference between players ranks needed to consider one to be a higher ranked player.
Additionally there are five advanced console variables:
  • sm_simplecsgoranks_database
    • Allows changing of the database used from databases.cfg
  • sm_simplecsgoranks_cleaning
    • (0)Nothing. (1) Cleans the database. (2) Clears players who have no kills for more than two months.
  • sm_simplecsgoranks_useSlowCache
    • Limit the rate at which the cache updates its data.
  • sm_simplecsgoranks_useMaxThreads
    • Allows more threads than usual. Might be useful for servers with a large number of players.
  • sm_simplecsgoranks_debug
    • Enable or disable advanced error messages. (0 or 1)

The "Get Plugin" version does NOT have colored text, only the one in the zip file does.
The "Get Plugin" version is version 0.2.3.
For complete gathering of statistics for your website you will want to use the WebsitePlugins in addition to the base plugin.

Linux users may need this package: apt-get install lib32z1
Attached Files
File Type: zip webServerMotd.zip (974 Bytes, 3748 views)
File Type: zip simplecsgoranks0.1.6.zip (46.9 KB, 1996 views)
File Type: zip simplecsgoranks0.1.7.zip (47.4 KB, 1406 views)
File Type: zip simplecsgoranks0.1.9.zip (48.9 KB, 1314 views)
File Type: zip simplecsgoranks0.2.0.zip (52.2 KB, 2048 views)
File Type: zip WebsitePlugins.zip (41.3 KB, 1692 views)
File Type: sp Get Plugin or Get Source (simplecsgoranks.sp - 6000 views - 38.5 KB)
File Type: zip simplecsgoranks0.2.3.zip (40.8 KB, 1019 views)
File Type: zip simplecsgoranks0.2.4.zip (41.4 KB, 2192 views)
File Type: zip simplecsgoranks0.2.4b.zip (40.2 KB, 5663 views)

Last edited by Puppetmaster; 01-09-2017 at 18:38. Reason: Added skinned demo link
Puppetmaster is offline