Skip to content

Releases: partiusfabaa/cs2-ranks

v2.0.4

03 May 14:39
Compare
Choose a tag to compare
  1. Removed the css_lr_enabled command and replaced it with FakeCVar css_lr_enable true/false (def. true)
  2. Fixed rank counting. Previously the last rank was not counted
  3. Added new parameter to config StatisticsResetEnabled true/false (def. true) if true it will be possible to reset the rank
  4. Added translation for the output of all ranks in the menu.

v2.0.3

02 May 13:19
Compare
Choose a tag to compare

updated to the latest CSSharp

v2.0.2u

27 Apr 17:30
Compare
Choose a tag to compare
  1. Updated to 217 version of CSS.
  2. Chat Menu has been replaced with Centre Menu

v2.0.2

16 Apr 10:26
3fbf732
Compare
Choose a tag to compare
  1. Fix localizer typo. Thanks @st1ng2
  2. Added a new Rank Tag module
  3. Added a new method to the API that returns the rank name and level by experience.
(string Name, int Level) GetLevelFromExperience(long experience);

v2.0.1

01 Apr 17:06
Compare
Choose a tag to compare
  1. Simplified Chinese translation added. Thanks @CeLicat
  2. Added static field Capability to the api. Now in modules you can just write var api = IRanksApi.Capability.Get();

1 New module

v2.0.0

11 Mar 19:46
Compare
Choose a tag to compare

Only Ranks For LevelsRanks Database is now supported, It is now completely redesigned for modularity.

There could be bugs. Write me in discord if you find them. Discord: thesamefabius

There are a lot of things removed from the core. But it will be added later, with the help of modules

Installation

  1. Uninstall the old version.
  2. Download the archive and upload it to your server.
  3. Now the configs will appear in the path addons/counterstrikesharp/configs/plugins/RanksCore/

The modules can be viewed here

New commands:

  1. css_lr_giveexp <username or #userid> [exp (def. 0)](@css/root) //allows you to give the player experience
  2. css_lr_takeexp <username or #userid> [exp (def. 0)](@css/root) //allows you to take away a player experience
  3. css_lr_enabled 1/0 //allows you to disable ranks (useful for minigame servers) (ONLY SERVER CONSOLE) you can put it in the cfg

v1.0.6.6

09 Mar 19:01
Compare
Choose a tag to compare

Ranks will now be displayed in the tab.

Added 2 parameters to the config:

  • "ShowRanksInTheTab": true //true to display | false not to display
  • "RankType": 0 //0 - from premiere | 1 - from competitive mode

if its 0, it will display experience, and if its competitive, it will display rank

Type 0 - Premiere:
image

Type 1 - Competition
image

v1.0.6.5

02 Mar 23:53
Compare
Choose a tag to compare

fix

v1.0.6.4

03 Feb 20:54
Compare
Choose a tag to compare

Fixed server crash on rank reset (or maybe not :) )

v1.0.6.3

29 Jan 20:07
Compare
Choose a tag to compare
  1. Bug fixes
  2. Arabic translation added. Thanks @KillerRoi

Full Changelog: v1.0.6.2...v1.0.6.3