'refresh issue

Found a bug in UOX3? Or experienced a server crash? Perhaps you've noticed a broken feature? Post the details here!
Post Reply
stranf
UOX3 Guru
Posts: 939
Joined: Wed Jan 04, 2006 3:59 pm
Has thanked: 0
Been thanked: 0

'refresh issue

Post by stranf »

I have no problem using 'refresh to show "unloaded" tiles.

My players; however, have a hard time even seeing small houses built with Xuri's world builder. They are using dial-up so maybe the server dosen't send as much because of it.

Maybe a 'massrefresh command could be created to ensure that those clients can refresh a bigger building?
Grimson
Developer
Posts: 802
Joined: Sat Jun 04, 2005 1:52 am
Location: Germany
Has thanked: 0
Been thanked: 0

Post by Grimson »

stranf wrote:My players; however, have a hard time even seeing small houses built with Xuri's world builder. They are using dial-up so maybe the server dosen't send as much because of it.
By dial-up you mean something in the range of 2400 to 56000 KBit, I guess.

The server doesn't know what type of connection a player has and always sends the same amount of data. But using refresh it generates a big spike in the amount of data beeing send. That could actually be too much for dial-up (especially if the server is also connected via dial-up), so some packets may never reach the player in time or at all.
stranf
UOX3 Guru
Posts: 939
Joined: Wed Jan 04, 2006 3:59 pm
Has thanked: 0
Been thanked: 0

Post by stranf »

gotcha. That is why I wonder if we could have a 'dialuprefresh that would send the packets slowly...at a 35KB rate or something.

I wouldn't mind the lag for 10 seconds if it meant my PCs could see everything
Grimson
Developer
Posts: 802
Joined: Sat Jun 04, 2005 1:52 am
Location: Germany
Has thanked: 0
Been thanked: 0

Post by Grimson »

stranf wrote:gotcha. That is why I wonder if we could have a 'dialuprefresh that would send the packets slowly...at a 35KB rate or something.
Traffic-limiting is quite a complex thing, especially as the network stuff runs in the same thread as the rest of the server, so it would actually lag every player if one does a "slow" refresh (giving players the opportunity to do a DOS attack against the server). And I have no real experience with it, so I can't do much there.

The best way (and the way it was meant to be) to add in new houses is to edit the map instead of adding them with dynamic tiles. This way they don't need to be send to the client at all, which also makes quite a difference in the overall traffic usage.
stranf
UOX3 Guru
Posts: 939
Joined: Wed Jan 04, 2006 3:59 pm
Has thanked: 0
Been thanked: 0

Post by stranf »

Gotcha.

I heard awhile back there is a program that allows you to edit the map and create small *.zip files to "patch" the map.mul for each players.

Do you remember which program that was? Is there anyway to take what I have already made and send it over?
Post Reply