View Single Post
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