Today ive been looking closley into the Multiplayer Shootout project. I have run into a issue where i cant have more than 2 clients joining. Been trying everything thinkable for me as a scrub (spent about 10 hours+), would appriciate if someone could have a look at the project and see if they see something obvious and maybe point me into the right direction.
In the project you will notice that ive tried to allow 2 more players to join. I also seem to get a issue when you check server list from a different network it shows -1 in ping and doesnt upload the player counter.
Error when the third tries to join the game seems to be Pending Connection Failure.
I just opened up you project. Can’t get a third player to join either, but to be honest: I find it hard to understand anothers project so fast.
I would need some more time to understand what they are doing here. Also i changed the tag of one of those spawns to “Player 3” since you
are trying to spawn 3 player and you added a “Player 3” tag check for the spawns.
When i open the main menu level (not starting the game, just opening it) and launch the game with 3 players, i get this message with 2 of
them. After starting the game with one of them, i can find the game with both, but only join with 1. It is set to “InternetMode”
and the Error message made me laugh too hard:
I will need to investigate the project further to find the problem. I guess they somehow limited the players. Somewhere in this project there
might be a small number 2 that keeps us from connecting the third player.
If i have time this evening, i will try to find the source of it. In the meantime you can try to search for any limitation for the player number.
I saw that you already made some good changes.
EDIT: Ok “Ehm Mooni” is a pending connection error. I won’t ask why they called it “Ehm Mooni” >.<
I haven’t delved deep into it yet but I would assume there may be a config file set with a max players which is one of the errors you are getting. So if the max players is two you cannot connect a third.
I have found and set the player start tags correctly on both 3 and 4 but still same error
(btw i didn’t understand that was what eXi meant, I feel like such a scrub…)