Raised This Month: $32 Target: $400
 8% 

[Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]


Post New Thread Reply   
 
Thread Tools Display Modes
EnteXzzz
Junior Member
Join Date: Dec 2022
Old 04-14-2023 , 09:04  
Reply With Quote #411

Hi, Im using Fake Rank module for this plugin. I want custom ranks displayed on the TAB, however it only shows MM ranks. I tried changing TYPE from 0 to 1 and 2 but nothing changed sadly. Mine fakeranks.ini looks like this:

Code:
"LR_FakeRank"
{
	// 0 - обычные ранги из Match Making (1 - 18) или кастомные (19, 20, ...).
	// 1 - из Напарников (1 - 18)
	// 2 - из Опасной Зоны (1 - 15)
	"Type"	"0"

	"FakeRank"
	{
		// Ранг в LR	Ранг в TAB(е).
		"1"					"01"
		"2"					"02"
		"3"					"03"
		"4"					"04"
		"5"					"05"
		"6"					"06"
		"7"					"07"
		"8"					"08"
		"9"					"09"
		"10"				"10"
		"11"				"11"
		"12"				"12"
		"13"				"13"
		"14"				"14"
		"15"				"15"
		"16"				"16"
		"17"				"17"
		"18"				"18"
                "19"                            "19"
                "20"                            "20"
                "21"                            "21"
		"22"					"22"
		"23"					"23"
		"24"					"24"
		"25"					"25"
		"26"					"26"
		"27"					"27"
		"28"					"28"
		"29"					"29"
		"30"					"30"
		"31"				"31"
		"32"				"32"
		"33"				"33"
		"34"				"34"
		"35"				"35"
		"36"				"36"
		"37"				"37"
		"38"				"38"
		"39"				"39"
                "40"                            "40"

	}
}

// sm_lvl_reload - перезагрузить настройки
SVG files indexes are set properly but plugin somehow puts MM ranks on the TAB instead of my custom ranks

Last edited by EnteXzzz; 04-14-2023 at 09:05.
EnteXzzz is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 04-15-2023 , 02:44   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #412

Quote:
Originally Posted by EnteXzzz View Post
Hi, Im using Fake Rank module for this plugin. I want custom ranks displayed on the TAB, however it only shows MM ranks. I tried changing TYPE from 0 to 1 and 2 but nothing changed sadly. Mine fakeranks.ini looks like this:

Code:
"LR_FakeRank"
{
	// 0 - обычные ранги из Match Making (1 - 18) или кастомные (19, 20, ...).
	// 1 - из Напарников (1 - 18)
	// 2 - из Опасной Зоны (1 - 15)
	"Type"	"0"

	"FakeRank"
	{
		// Ранг в LR	Ранг в TAB(е).
		"1"					"01"
		"2"					"02"
		"3"					"03"
		"4"					"04"
		"5"					"05"
		"6"					"06"
		"7"					"07"
		"8"					"08"
		"9"					"09"
		"10"				"10"
		"11"				"11"
		"12"				"12"
		"13"				"13"
		"14"				"14"
		"15"				"15"
		"16"				"16"
		"17"				"17"
		"18"				"18"
                "19"                            "19"
                "20"                            "20"
                "21"                            "21"
		"22"					"22"
		"23"					"23"
		"24"					"24"
		"25"					"25"
		"26"					"26"
		"27"					"27"
		"28"					"28"
		"29"					"29"
		"30"					"30"
		"31"				"31"
		"32"				"32"
		"33"				"33"
		"34"				"34"
		"35"				"35"
		"36"				"36"
		"37"				"37"
		"38"				"38"
		"39"				"39"
                "40"                            "40"

	}
}

// sm_lvl_reload - перезагрузить настройки
SVG files indexes are set properly but plugin somehow puts MM ranks on the TAB instead of my custom ranks
The system works, it could be that your svg files are incorrect. This is how it should look
("1" "3939000") the value 1 is the 3939000.svg file like Silver 1...I use my own custom ranks and it works there too (preview)

Last edited by freak.exe_uLow; 04-15-2023 at 02:44.
freak.exe_uLow is offline
EnteXzzz
Junior Member
Join Date: Dec 2022
Old 04-15-2023 , 08:44   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #413

Now, ranks are being downloaded on client but theyre not shown on leaderboard in game. Everything in fakerank.ini is set properly now. So why doesnt it work?
EnteXzzz is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 04-15-2023 , 16:33   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #414

Quote:
Originally Posted by EnteXzzz View Post
Now, ranks are being downloaded on client but theyre not shown on leaderboard in game. Everything in fakerank.ini is set properly now. So why doesnt it work?
maybe forgot to upload it on the FastDL? or the svg are incorrect/broken
freak.exe_uLow is offline
EnteXzzz
Junior Member
Join Date: Dec 2022
Old 04-19-2023 , 09:19   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #415

Everything on the server is on FastDL and there's no option that SVGs are broken. It's weird tho cause I changed indexes, file names are synced to fakerank.ini numbers and everything is downloaded how it should be.
EnteXzzz is offline
evans
Senior Member
Join Date: May 2021
Location: OnSmokeDetonate();
Old 05-29-2023 , 13:37   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #416

I'm trying to install and test levels ranks. I saw tutorial install video but after i click on the left, links rank distribution, admin panel, player statistics, it say page not found , there is no directory adminpanel.
I guess the problem is somewhere in apache web server, but there is nothing about this in installation manual.
Thanks for help.

php 7.4.33
__________________

Last edited by evans; 05-29-2023 at 16:48.
evans is offline
evans
Senior Member
Join Date: May 2021
Location: OnSmokeDetonate();
Old 05-31-2023 , 01:51   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #417

Solved. Problem was with bad .htaccess file.
__________________
evans is offline
ProGamer_CZE9
New Member
Join Date: Jun 2023
Old 06-14-2023 , 07:42   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #418

Hi i just downloaded this, and everything works but it doesnt show the images of ranks in the scoreboard, is it because i havent downloaded fastdl?
ProGamer_CZE9 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-15-2023 , 10:24   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #419

Quote:
Originally Posted by ProGamer_CZE9 View Post
Hi i just downloaded this, and everything works but it doesnt show the images of ranks in the scoreboard, is it because i havent downloaded fastdl?
The Core of Level Ranks comes without this, what do you mean is "Fakeranks" (important to note that using this plugin "Fakeranks" can get your token banned)

Last edited by freak.exe_uLow; 06-17-2023 at 23:48.
freak.exe_uLow is offline
evans
Senior Member
Join Date: May 2021
Location: OnSmokeDetonate();
Old 07-19-2023 , 18:49   Re: [Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]
Reply With Quote #420

Hi, i'm registering several issues, one with levels ranks core and others in unusual kills plugin. There are not getting points in these features and there is nothing in error logs about that...I have no idea why it does not work.

Assists, penetration kills, kills in smoke, kills when blinded (flash), these 4 bonuses does not work. (noscope kills is ok because it works in csgo only).
Other kills works and points are added normally. I have no other issues with levels ranks in general. We using our private lan server on debian 10, mariadb 10.3.36, Counter strike source, sourcemod 1.11.0.6934, Levels Ranks 3.1.6. ("lr_type_statistics" "1") Have you anyone had similar issues? Or these features works in csgo only as well? Thanks for any help.

[edit]
Finally found that, these functions are not implemented in CSS by default. You have to do a lot of additional programming to make these work. So if you have similar issues, don't waste your time with looking for errors. Somebody just could add
additional commentary it's for csgo only and spare some people a lot of time..
__________________

Last edited by evans; 07-21-2023 at 22:18.
evans is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:02.


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