AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CS:GO] FaceitLevels for kento RankMe & Level Rank (https://forums.alliedmods.net/showthread.php?t=329077)

Sarrus 12-07-2020 09:49

[CS:GO] FaceitLevels for kento RankMe & Level Rank
 
FaceitLevels

for RankMe Kento Edition and Level Rank


GSLT TOKEN BAN WARNING
This plugin might get your GSLT token banned. Use at your own risks.



Description:

Plugin module for Kento-RankMe (and Level Rank) that allows to display faceit styled ranks based on the ranks calculated by Kento's RankMe (or Level Rank).


Requirements:


Installation:
  1. Download the files from the latest release.
  2. Unzip them into your csgo directory.
  3. Upload the materials folder to your FASTDL server (checkout my tutorial above if you don't have one).
  4. Then load the plugin or restart your server.
  5. The configuration file will be automatically generated in `csgo/cfg/sourcemod`


Tutorial:

How to setup a FASTDL on a CSGO Server


DOWNLOAD:
LATEST RELEASE

SOURCE:
GITHUB REPO

STATUS:

https://img.shields.io/github/downlo...le=flat-square https://img.shields.io/github/last-c...le=flat-square
https://img.shields.io/github/issues...le=flat-square https://img.shields.io/github/issues...le=flat-square
https://img.shields.io/github/workfl...le=flat-square

sneaK 12-07-2020 10:47

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
Moving to unapproved, as we do with all plugins that cause GSLT bans/Valve server guideline violations. Probably worth noting the requirements to run this successfully and the potential repercussions.

Sarrus 12-07-2020 11:05

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
Quote:

Originally Posted by sneaK (Post 2727924)
Moving to unapproved, as we do with all plugins that cause GSLT bans/Valve server guideline violations. Probably worth noting the requirements to run this successfully and the potential repercussions.

Alright will do!

Rugal 12-07-2020 12:22

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
Could you make this work together with the latest "Levels Ranks Core" plugin?, so you would have more options for use.

Sarrus 12-07-2020 13:38

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
Quote:

Originally Posted by Rugal (Post 2727941)
Could you make this work together with the latest "Levels Ranks Core" plugin?, so you would have more options for use.

Thanks for the suggestion!
I've updated the code on the repo with support for LevelRanks.

Just use the clone button instead of downloading the latest release.

I can't test it but let me know if it works for you :)

lugaa 12-17-2020 22:51

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
How are you First of all, I'm sorry for my bad English.
I run 10 match servers. So I installed this rank. Now I want to make Match # 1-3 for people of silver rank. / level 1-3 / And further, I want to make Match 4-7 only for people with 4-7 levels. And how do you do that when you want people with 8-10 levels to go into Match 8-10? Otherwise, people with level 1 will get a lot of points from people with level 10 because they have less points. High-level people, on the other hand, can enter any match and play, for example, admins. Can you do this? Talk to Kento / rogeraabbccdd /

Sarrus 12-21-2020 06:22

Re: [CS:GO] FaceitLevels-for-kento-RankMe
 
Quote:

Originally Posted by lugaa (Post 2729132)
How are you First of all, I'm sorry for my bad English.
I run 10 match servers. So I installed this rank. Now I want to make Match # 1-3 for people of silver rank. / level 1-3 / And further, I want to make Match 4-7 only for people with 4-7 levels. And how do you do that when you want people with 8-10 levels to go into Match 8-10? Otherwise, people with level 1 will get a lot of points from people with level 10 because they have less points. High-level people, on the other hand, can enter any match and play, for example, admins. Can you do this? Talk to Kento / rogeraabbccdd /

Hello,
I think I understand what you want.
You'll have to make something that kicks players if they are not level 4-7 (for example) and ignore admins.
This is not the purpose of this plugin. Add me on discord and I can make this a private request.

Le1T 06-19-2021 12:18

Re: [CS:GO] FaceitLevels for kento RankMe
 
Im using it for now. Great plugin.
But how to add more levels? For example: 11,12....20....30 etc.

Sarrus 06-22-2021 11:11

Re: [CS:GO] FaceitLevels for kento RankMe
 
Quote:

Originally Posted by Le1T (Post 2750405)
Im using it for now. Great plugin.
But how to add more levels? For example: 11,12....20....30 etc.

There is not such a feature yet.
If you want to add it, you can add a ConVar corresponding to the level you want to add, then add it to the array here and don't forget to add the proper icon following the already existing naming convention.

Le1T 06-26-2021 04:26

Re: [CS:GO] FaceitLevels for kento RankMe
 
Quote:

Originally Posted by Sarrus (Post 2750723)
There is not such a feature yet.
If you want to add it, you can add a ConVar corresponding to the level you want to add, then add it to the array here and don't forget to add the proper icon following the already existing naming convention.

g_iFaceitLevelsMins[10] = GetConVarInt(g_FaceitLevelRank11);
g_iFaceitLevelsMins[11] = GetConVarInt(g_FaceitLevelRank12);
g_iFaceitLevelsMins[12] = GetConVarInt(g_FaceitLevelRank13);
etc

like this?


All times are GMT -4. The time now is 10:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.