I’m hoping someone familiar with the Advanced Sessions Plugin can help. I’m using UE5.3.2 built from source so I can build and package a dedicated server and I’m and the Spacewar App Id for testing, so I’m not sure if this is a limitation.
First, how can I set name of the server? In stead of seeing “90200318001581062” I’d like to let server owners set the name, “Super Duper Gaming” for example. I’ve tried many variations of Game/Server/Host/Session/Name but nothing’s taking. Again, not sure if this is a limitation of the Spacewar ID or if I’m missing something. I have followed numerous posts and “how-tos” but no luck.
Second, the server will not bind to port 7777 unless I include “bIsLanMatch” as a parameter from the command prompt. If I don’t do this, the server will still start and bind to the query port, just not the server port. Is this expected? I cannot find any information or documentation on this. I can verify this by running the command “netstat -a -o -n”
Binds to 7777, 27015 and I can join
GameServer.exe TestMap?bIsLanMatch -log
Starts just fine but will only bind to 27015 and I cannot join
GameServer.exe TestMap -log