View Single Post
  #7  
Old 10-17-2009, 02:20 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by EclipsedAngel View Post
I just want an HD where when it looks like I hit the person, I damn hit the person.
=

Quote:
Originally Posted by Crono View Post
Sometimes you'd get hit far away from where the other guy's sword is slashing.
........unless everybody had a fast connection anyway.

Quote:
Originally Posted by EclipsedAngel View Post
Well then it feels like the server picks up my swings last out of everyone else.
It's not really the server that needs to pick up your hits, but the client of each player, in most cases they'd be automatically recieving it via TCP through the gserver (not npcserver) which is in turn relaying the coordinates it recieves from your client.

The other possibility is UDP, which sends packets of data directly from one client to another and bypasses the server,
when it works properly it can be much smoother and even make a player who'd seem laggy with TCP move pretty smoothly, but the packets can be unreliable sometimes and even make it so you struggle to hit players.

Last edited by ffcmike; 10-17-2009 at 07:10 PM..
Reply With Quote