View Single Post
Author Message
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 11-04-2016 , 16:38   [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)
Reply With Quote #1

IF YOU WANT TO UPDATE YOUR RANKME TO MINE,
YOU HAVE TO DELETE YOUR OLD RANKME DATABASE


RUN THIS SQL COMMAND BEFORE YOU UPDATE TO THIS .31.5
OR PLAYER NAMES WILL FUCKED UP IN GAME MENUS LIKE TOP PLAYERS...ETC

PHP Code:
UPDATE `rankmeset name convert(cast(convert(name using latin1) as binaryusing utf8

Description

An improved Rankme for CSGO servers, edited from benscobie's rankme


Changes
  • Add Colors. (Edited csgocolors.inc)
  • Add CSGO Weapons. (Revolver, USP-S, M4A1-S, CZ75-A...etc)
  • Fix knife_falchion, knife_push and knife_survival_bowie will not count bug.
  • Fix Molotov & Inc Grenade bug. (They should count in "Inferno")
  • Include RankMe Connect Announcer.
  • Add Kill Assist Support And Assist Stats. (Part of code from pracc's rankme, You will get point if you assist kill enemy.).
  • Add MVP stats.
  • Add Damage stats and DPR.
  • Add KPR in statsme.
  • Add New Commnad "topassists", "topmvp", "topdamage" & "toptk".
  • Remove command "topnade", "topknife" and "toptaser". (Useless, you can check them in "topweapon")
  • "statsme2" is open for everyone now.
  • Make more phrases translatable.
  • Match stats.
  • No scope stats.
  • And more...

Install
  1. Upload smx and translation files to your server.
  2. Plugin will auto crate config file "cfg/sourcemod/kento_rankme.cfg".
  3. If you want to use mysql, change "rankme_mysql" to 1, and add this in your databases.cfg
    Code:
    "rankme" 
     {        
      "driver"  "mysql"        
      "host"   "your_host"        
      "database"  "your_database"
      "user"   "your_user"        
      "pass"   "your_pw"        
      //"timeout"   "0"
      "port"   "3306" 
     }
  4. If mysql is not working for you, please check your sql connection, and linux user should also make sure sourcemod extention "dbi.mysql.ext" is running.


Cvars
Spoiler


Commands
Spoiler


Pictures Preview
Spoiler



Changelog
Spoiler



Known Bugs

Web Interface

Discord


Third party plugins

To Do
  • Add new commnad "topkpr"
  • Add new commnad "topdpr"
  • Remove vip stats? Will CSGO official add vip gamemode in the future?


WARNING
"zho" and "en" phrases are always up to date, if you're using other language, please help me translate the plugin, thanks.


Credits
  • lok1 - Developed the original RankMe plugin that this plugin is based on.
  • benscobie - This plugin is improved from his version.
  • pracc - Part of kill assist code is edited from his rankme.
  • TR1D - Thanks for his Russian translation.
  • shanapu - Thanks for his German translation.
  • 2389736818 - Thanks for his Simplified Chinese translation.
  • Kxnrl - Thanks for his rankme cache.
  • anyoneljv - Thanks for his Romanian translation.
  • Elitcky - Thanks for his Spainish translation.
  • CrazyHackGUT - Thanks for his optimization.
  • awyxx - Thanks for his Portuguese translation.


Donate
If you apreciate my work, you can donate me via steam trade offer or paypal.



Git Repo
Download
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 04-26-2022 at 04:02.
rogeraabbccdd is offline