If I want to just make a game where multiple people can connect to a listening server, run around, and see each other, how would I go about that?
I think my biggest question is how to make it so people can connect from different computers.
Do I put my ip somewhere?
Do I have to set up my router to a certain port?
I know it’s better to do a dedicated server, but I’m just trying to get something up and running while I figure out more.
I know there are networking tutorials out there, but none of them just answer this question.
You should also be able to connect over the internet. You can’t connect to yourself on Steam though so you will need several PC’s and several accounts.
Thank you for responding.
I’m not very well versed in coding.
Is there some Blueprint I could use to do this?
It seems like there should just be a blueprint that says “connect to server”, then you put in the ip or have a field where the player can put in the ip.
Then a place in Blueprints to input the port.
There are a lot of tutorials out there, but they all use multiple players on the same computer. I’m thinking/hoping it’s something so simple that people don’t think mention it.