Does anyone know how to set the server name in the Steam Advanced Sessions plugin’s Create Advanced Session node? I keep getting a long number in the steam server browser.
2 Likes
Have you solved it?
Yes, I did.
You place a Make Literal Session Property String node.
Key = ServerName
Value = Your server name
You can also place another Make Literal Session Property String node.
Key = MAPNAME (Case Sensitive)
Value = Your map name
This will get your map name to show up in the Steam server browser.
Then connect the nodes to a Make Array node and plug them into the Extra Settings pin of the Create Advanced Session node.
2 Likes
Perhaps ill find it literally on my google search here in a moment, but what are the other keys that you can pass as extra settings?