Skip to content

Releases: partiusfabaa/cs2-ranks

v2.0.5.2

05 Oct 13:55
Compare
Choose a tag to compare

Recompiled to CSSharp v272

v2.0.5.1

03 Aug 09:46
Compare
Choose a tag to compare

now it is possible to give or take away player's experience by SteamId

css_lr_giveexp <username or #userid or @steamid> [exp (def. 0)]
css_lr_takeexp <username or #userid or @steamid> [exp (def. 0)]

v2.0.5

08 Jul 05:16
Compare
Choose a tag to compare

Important

  • In the new version of the configuration, you must now add a minus sign before each value for an event where you want experience points to be deducted. If previously negative signs (e.g., -20) were added automatically, now you have to add them yourself. Please update the settings to avoid errors. If you do not want experience points to be given for an event, set the value to 0
  • It is desirable to regenerate the cofniguration (having previously saved the old one)

  1. The core and all modules have been updated to CSS V247
  2. The PlayerGainedExperience and PlayerLostExperience event has now been marked as Obsolete use the PlayerExperienceChanged event to track the change in experience
  3. A new CreatedMenu event has been added to the API to track the creation of a menu and the addition of an item to it
  4. You can now view the top 10 players not only by command, but also through menus.
  5. Competitive statistics have been added, along with two new items in the configuration:
"TypeStatistics": 1, // 0 - default, 1 - competitive 
"KillCoefficient": 1.04, // recommended value: 1.04 (theoretically)
  1. Slightly modified code

Modules

The ExStats Hits module has been updated. Now, in the ranks menu, there is an option where you can see how many and where you hit, as well as the damage dealt

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