NextLevelPlugins
Visit NextLevelPluginsContact
  • 😁Introduction
  • Any Questions?
  • Plugins
    • Server Manager
      • Step 1 - Setup
      • How Tos
        • Merge With Project
        • Server Manager Application
      • Blueprints
        • Find Session
        • Server Browser
        • Create Session
        • Join Session
    • Ranked Server Manager
      • Step 1 - Setup
      • How Tos
        • Merge With Project
    • Advanced Chat System
      • Step 1 - Setup
      • How Tos
        • Merge With Project
    • Advanced Steam Party
      • Step 1 - Setup
      • How Tos
        • Example Project
        • Merge With Project
Powered by GitBook
On this page
  1. Plugins
  2. Ranked Server Manager
  3. How Tos

Merge With Project

You may need to go into View Options and make sure "Show Plugin Content, and Show Engine Content is checked"

PreviousHow TosNextAdvanced Chat System

Last updated 7 months ago

Easy Merge

You should already have the Server Manager added into your project, next thing to do is implement the nodes and explain a bit what they do.

Init User

Notice we have NLP as provider, but you can put any provider from steam, epic, ur own provider. Then the ID will need to be Unique ID, for example in our Lobby System plugin we have a node called GetUniqueNetID that you can use inside ID.

Get Ranked ELO

Getting Current Ranked ELO is going to be used the most, as you will need it for Find Session. Maybe displaying the current ELO so you can match it to your Data Table of ranks.

Increase and Decreasing ELO

Find Session

Finding a ranked session is similar to the normal find session it just contains a Ranked Settings struct

Field
Details

Elo

This is your users current elo

Max Elo Search Attempts

This is how many times it will search that elo before applying the step.

Elo Search Step

This is the amount that will be applied if a server wasn't found on top of the current elo. 0 Value to disable. * But at least one step has to have a value for results. * You can also step backwards by enabling it.

Enable Search Step Backwards

This just allows it to search the ranked backwards as well looking for lower ranked games.

Elo Max Before Hosting

If no server was found at this max elo and after all the search attempts, it will then create a server. For the players current elo