Check if a server exists

Hi,
I work on a multiplayer game and have some trouble with the connection setup: If I use the session nodes everything is fine, but I want to offer the possibility to join via IP (console command: “open [IP]”). Is there a possibility to find out, if there is a server before I execute the command?
Thanks in advance,
Tim

Still have no idea how to check if the server exists, any ideas?

well if the connection fails you got your response… but without the session-nodes i guess there is no other way to check for servers in bp.

Hi, thanks for the reply. The problem is, that I don’t get a return value after I try to execute a console command. I tried to identify if my GameState changed so I’d know I am in another session.But a problem is: No matter if there acutally is a server, the execution of the command will try to do something (at least it seems like)… I had several bugs eG if I try to join an existing server after I already executed the command when there was no server did not work and a lot of fun stuff like this. Thats why I wanted to check before I attempt to connect. Are there any other ideas?

still no idea here :S

did you ever figure this out. I too am wanting to know. The problem with just trying to connect and letting it fail is that it just launches the entry level on failure. Very jarring for the player :frowning: