Raised This Month: $51 Target: $400
 12% 

[Levels Ranks] Module - Synchronization RankMe 2.3.2


Post New Thread Reply   
 
Thread Tools Display Modes
Author
RoadSide Romeo
Member
Join Date: Jan 2014
Location: Russian Federation
Plugin ID:
5696
Plugin Version:
2.3.2
Plugin Category:
Statistical
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    The module synchronizes with RankMe and sends the data to the LR Core.
    Old 07-11-2017 , 03:30   [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #1

    Description :
    [Levels Ranks] Module - Synchronization RankMe is the module for the Levels Ranks plug-in. This module is used when you set the synchronization mode in the Plug-in Core. The module gives data about the experience points of players from the RankMe plugin and sends them to the Core, where it (the Core) issues the rank to the player.
    Supported Games :
    Counter-Strike: Global Offensive
    Counter-Strike: Source
    Requirements :
    SourceMod 1.9.0.6223 and higher (only stable)
    [Levels Ranks] Core
    RankMe
    How to install :
    1) Uninstall the previous version of the plug-in, if available
    2) Extract the contents of the archive into folders
    3) Configure the files:
    - addons/sourcemod/configs/levels_ranks/settings.ini (lr_type_statistics must have a value of 2)
    - addons/sourcemod/configs/levels_ranks/settings_ranks_synhc.ini​
    4) Restart the server
    Attached Files
    File Type: zip Module - Synchronization RankMe v2.3.2.zip (12.3 KB, 1827 views)

    Last edited by RoadSide Romeo; 01-09-2018 at 09:40.
    RoadSide Romeo is offline
    Wacci
    AlliedModders Donor
    Join Date: May 2017
    Location: Hungary
    Old 02-08-2018 , 04:13   Re: [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #2

    It's compatibile with Kento's Rankme ?
    I tried to use, but didn't worked for me.

    Can you make a compatibile version ?
    __________________

    Last edited by Wacci; 02-08-2018 at 04:15.
    Wacci is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 02-08-2018 , 04:22   Re: [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #3

    Quote:
    Originally Posted by Wacci View Post
    It's compatibile with Kento's Rankme ?
    I tried to use, but didn't worked for me.

    Can you make a compatibile version ?
    PHP Code:
    This module is used when you set the synchronization mode in the Plug-in Core 
    Have you done that?
    __________________
    Obyboby is offline
    Wacci
    AlliedModders Donor
    Join Date: May 2017
    Location: Hungary
    Old 02-08-2018 , 05:14   Re: [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #4

    Quote:
    Originally Posted by Obyboby View Post
    PHP Code:
    This module is used when you set the synchronization mode in the Plug-in Core 
    Have you done that?
    I using Kento' rankme with MySQL sinc on 5 server.
    It was my cfg:

    PHP Code:
    "LR_Settings"
    {
        
    // After changing any parameter, restart the server.

        
    "MainSettings"
        
    {
            
    // Which command to call the main menu (without exclamation mark)
            
    "lr_call_menu" "lvl"

            
    // What kind of flag should an administrator have to have access to the Admin Panel
            
    "lr_flag_adminmenu" "z"

            
    // Choose a type statistics
            //
            // 0 - Exp Stats
            // The player's rank will depend on the number of points gained.
            //
            // 1 - Elo Stats
            // The player's rank will depend on the level of the player (the better the play, the higher the rank).
            // Analogs: SodStats, gameMe, RankMe, HLstatsX:CE.
            //
            // 2 - Synchronization with other statisticians
            // Experience points will be taken from other statistics (synchronization will occur by connecting the required module).
            //
            // If you want to change the type of statistics, be sure to reset the parameters of the players.
            // After starting, just type the command [ sm_lvl_reset ]
            //
            
    "lr_type_statistics" "2"

            
    // The minimum number of players required to run the plugin
            
    "lr_minplayers_count" "4"

            
    // To play a sound when the rank is raised / lowered [ 0 - no, 1 - yes ]
            
    "lr_sound" "1"

            
    // The path to the file that will be played when the rank is raised (without sound/)
            
    "lr_sound_lvlup" "levels_ranks/levelup.mp3"

            
    // The path to the file that will be played when the rank is lowered (without sound/)
            
    "lr_sound_lvldown" "levels_ranks/leveldown.mp3"

            
    // Enable rank overlays [ 0 - no, 1 - yes ]
            
    "lr_overlay" "1"

            
    // The path to the file that will be showed when the rank is raised (without materials/)
            
    "lr_overlay_lvlup" "lvl_overlays/lvl_up"

            
    // The path to the file that will be showed when the rank is lowered (without materials/)
            
    "lr_overlay_lvldown" "lvl_overlays/lvl_down"

            
    // Enable "Inventory" button [ 0 - no, 1 - yes ] - Use only if there are modules that use inventory.
            
    "lr_show_inventory" "0"

            
    // Show messages about getting (points or sec) [ 0 - no, 1 - yes ]
            
    "lr_show_usualmessage" "1"

            
    // Show the main messages at the beginning of the round [ 0 - no, 1 - yes ]
            
    "lr_show_spawnmessage" "1"

            
    // Whether to write a message to all players if the player enters a command - rank [ 0 - no, 1 - yes ]
            
    "lr_show_rankmessage" "1"

            
    // Can I give experience points during warm-up? [ 0 - yes, 1 - no ]
            
    "lr_block_warmup" "0"

            
    // How many days a player should be absent to remove from the database [ 0 - disable ]
            
    "lr_cleaner_db" "30"
        
    }

    __________________

    Last edited by Wacci; 02-08-2018 at 05:25.
    Wacci is offline
    BaljeeT
    New Member
    Join Date: Feb 2019
    Old 03-03-2019 , 09:31   Re: [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #5

    I'm using Kento RankMe and i want to sync it to score board fake rank can somebody help me?
    BaljeeT is offline
    Cruze
    Veteran Member
    Join Date: May 2017
    Old 03-03-2019 , 12:42   Re: [Levels Ranks] Module - Synchronization RankMe 2.3.2
    Reply With Quote #6

    Quote:
    Originally Posted by BaljeeT View Post
    I'm using Kento RankMe and i want to sync it to score board fake rank can somebody help me?
    https://github.com/hallucinogenic/Ma...anks-By-Points
    __________________
    Taking paid private requests! Contact me
    Cruze 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 11:00.


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