Hi ,
Maybe this is not the right forum place, but I could not find a section dedicated to Networking in the forum (or I am blind and haven’t seen it), but - I want to test my multiplayer game with some friends, and as I understand the way to do that, is:
I should create a dedicated server and open the UE4 port , then have my friends run the client and connect to my dedicated server - is this the recommended or best practice?
is there some other way that Epic provides, an easier way to test over the network? I am thinking of a sandboxed environment for multiplayer over the network, would be great. Maybe there is such a thing?
Epic doesn’t provide anything at the moment. Yes, you have to host the dedicated server(s) on a PC and have your friends connect via “open IP:port”, with the port being the one you set in your NAT/router’s configuration settings.
I usually test with PlayInEditor with “number of players” set to 2 (or more) to develop multiplayer stuff.
but also I use shootergame as a base for projects along with a steam direct ($100) access, and simply feed my steam appid and I’m good to go. With this I can use ShooterGame’s integrated “find game” menu option and actually playtest multiplayer through steam with other players