K4ryuu / CS2_SimpleRanks

A CS2 server extension that allows you to create an unlimited number of ranks with customizable experience thresholds and rank colors. Players gain or lose experience during various in-game events, enabling them to advance or regress between ranks. The extension is fully configurable using 'configs.json' and utilizes MySQL to store data.
GNU General Public License v3.0
27 stars 1 forks source link

[REQ] Support for rank images on the scoreboard #18

Open crashzk opened 8 months ago

crashzk commented 8 months ago

Implement players' rankings to be displayed on the scoreboard based on their points.

image image image

Each rank has its points configured in the plugin configuration, it would be interesting for each rank that the player reaches to show the rank he is in on the score.

To begin with, we can use the patents that are in CS2, Competitive and PREMIER and Wingman, and thus allow us to configure which patent image it will show as default.

In the future, if CS2 allows the use of FastDL, we can start creating our own patent images and using them.

ghostt187 commented 8 months ago

this would look so good

K4ryuu commented 8 months ago

Hello, Sounds great, but I have to check to possibilities behind this idea. I saw the property existing already in CSS, but I'm not sure if it has a setter part.

Within the next 24 hour I check it and give you a response about that.

Best Regards, K4ryuu