Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
PS: Why we need to open any ports? I never see something like this...
3 of us play, if we create a new world (any of us) we can all connect no problem,
if it crashes for any reason and we try to log back in we get the host unreachable thing,
makes it unplayable as we dont wont to spend a pile of time building a world only to get to a point we cant get back in :(
Now for your servers we tried north america exploration 29...well we built a ship and ran for another island due to some people that saw us online and came to attack us...not realizing we were together it didn't work out well for them but as we arrived at our new home island problems started happening that were more serious than anything we had experienced thusfar. Initially the only problems we encountered were whenever someone would join it would lag out the server causing us to either repeatedly pick an item for oh 30 seconds or more...occasional server stutter...but once we made it to the desert island we couldn't mine as nothing would show up on the ground...I could do nothing productive and the textures on the ship and crabs i saw went black for some reason making it unplayable...even relogging wouldn't fix the problems and we finally had to give up.
I connect to these people on so many games and never...ever...have a problem. I read something posted today about it's our problem...our ports...our firewalls....I know i'm not the game designer...i'm not the programmer but thinking logically we never, ever have this problem with any other game. Add to it if it was our firewall and ports how on earth do we all initially join with little problems other than jamming up the game while each of us joins? Wouldn't it stop us from the beginning from joining together? I don't know if it's even possible but it really feels like if it doesn't load the whole game in a set time it just times us out and ships us back to main screen.
The most likely cause is random packet loss and/or packet reordering across the internet, which any application that uses UDP must be able to cope with. If not, the application is squarely at fault.
I also regularly play multiplayer with my friends and there is one who seems to specifically get this issue a lot. What we have noticed is that the game seems to use a lot of bandwidth (more so with the upload), and when there are multiple connections to the host, there seems to be an issue with the data bottle-necking somewhere. Also, because so much data is constantly sent back and forth, it makes it more susceptible to packet loss. We have to try and get around these issues by preventing multiple people from joining at once and by getting those who have the greatest difficulty with the connection to join first.
This leads me to believe that the fault is on the games side and not the users side. If the developers get the game to send bits of the world over in smaller chunks while preventing it from re-sending the same data, it should ease up the bandwidth. From what I can see, the bulk of the world gets saved on the hosts side and not the clients side, and thus it would probably be more beneficial to allow saving of the world on both sides. That would probably also help prevent the issue with the maps not saving for non-host players. My current multiplayer world size is about 28MB and even though it isn’t that much, it adds up to a lot of data if it constantly gets sent to multiple connections. This can become even worse if the data is routed through multiple points before reaching it’s destination.
Despite all this though, my friends and I are having a tremendous amount of fun. So I thank the developers greatly for all the hard work that they have and will put into this game.
I've been searching desperately for a working solution. The devs all seem to point to this thread, but the suggested fix does not seem to work at all.
If it works most of the time but you get random drops, then no, the situation is unchanged and the solution does not apply.
That result being... first 6-10 hours of gameplay, everything works 100%. The players are able to leave and reconnect at will with no issues. As soon as the map gets to a certain size with an amount of entities on it, the players one by one get disconnected and are prevented from reconnecting no matter how many attempts are made. All reporting "Host Unreachable".
I'm not sure about "random drops", in our case, we either can connect or can't connect, with no in between
For reference, my host file save is currently 29.4MB. I had 1 user join the host twice (second time after their character froze) and a second user join in shortly after. It took an average of 2min for all the data to be sent to each user. All of the following upload and download numbers belong to the “Steam Client Bootstrapper”. From what I can tell, this is what seems to be handling the multiplayer side of the game (also the devs said they use steam to handle the multiplayer).
From what I can see, each time the first user joined 52MB of data was uploaded, and around 62MB for the second user (will do more testing later to verify this). After the users finished joining, the connection seemed more stable uploading only 1.3MB of data within 1min. The download for connecting 2 clients was on average half of the stable upload with the odd spike. These average download and uploads numbers were about half that amount when there was only one client connected.
The entire duration of the test was about 1hr + 5-10min. Over that period of time 34.3MB was downloaded and 246.5MB was uploaded. If you remove the 166MB of file uploads from when the clients joined the host, it comes to about 80MB of uploads for the duration of the test for 2 clients.
Now, about the whole issue of UDP and TCP. To be honest, I haven’t had enough time to verify which connections this game is using, but Mr. Google has hopefully helped me become enlightened enough to give some input. To sum it up, it is best that this game stick with only using UDP because by using only TCP or a mixture UDP and TCP, it can cause instability issues and massive pings (TCP dissrupts UDP packets). If you want further reading, try these links:
https://gafferongames.com/post/udp_vs_tcp/
https://1024monkeys.wordpress.com/2014/04/01/game-servers-udp-vs-tcp/
If you want links to my screenshots of GlassWire, here they are...