HBOHBO Forum
glyphstrip  
Halo.bungie.org
glyphstrip
Frequently Asked Forum Questions
 Search the HBO News Archives

Any All Exact 
Search the Halo Updates DBs

BWU Halo Halo2 
Search Older Posts on This Forum:
Posts on Current Forum | Archived Posts

View Thread Reply Return to Index Set Prefs Previous Next
Re: One thing I don't get about H1 MP in the MCC.
By:uberfoop
Date: 6/11/14 4:49 pm

: I'd suspect even custom games will run on the dedicated servers, because
: otherwise the issue of Halo 1's netcode becomes an issue again. You
: shouldn't need to worry about the latency with this though; the idea of
: having the game run on a dedicated server is that each person is roughly
: equal distance from the host rather than one person being host and being
: at 0ms ping and everyone else being roughly equ-distant from them. Level
: playing field, so to speak.

That can balance things out more sometimes (but not completely, some people will still be farther from host server than other people), but the main thing is that dedis can have good upstream bandwidth, so you can use complex asynchronous networking schemes to permit handling lots of stuff client-side.

Peer-to-peer games with lots of stuff happening in-game often use synchronous networking schemes which only pass player input data between users; each player's machine carries out the full simulation of gameplay on their own, but it only works if everything that directly affects gameplay is synchronized, which means that you can't even apply your own action to the game until you send it to the host, the host gives it a timestamp saying when it can be applied, and you receive it back and apply it. What that means is, the higher your ping is, the more input lag you have. The Halo games on 360 used a clever trick where a player's viewing direction doesn't have a direct impact on gameplay, so usage of the right analog stick is still handled instantaneously client-side, but everything else has lag.

Halo MCC is likely to at least use a model like HPC's; if they were just going to fully synchronize it, the tech is already there in the original game (the LAN networking model), and the gains of using dedis really aren't that huge.


Messages In This Thread

One thing I don't get about H1 MP in the MCC.Gravemind6/11/14 2:29 pm
     Re: One thing I don't get about H1 MP in the MCC.DHalo6/11/14 2:41 pm
     Re: One thing I don't get about H1 MP in the MCC.Kal6/11/14 2:44 pm
           Re: One thing I don't get about H1 MP in the MCC.Aloyisus6/11/14 3:55 pm
                 Re: One thing I don't get about H1 MP in the MCC.zofinda6/11/14 4:00 pm
                       Re: One thing I don't get about H1 MP in the MCC.Bosticman6/11/14 4:20 pm
                             Re: One thing I don't get about H1 MP in the MCC.DHalo6/11/14 4:34 pm
                                   Re: One thing I don't get about H1 MP in the MCC.uberfoop6/11/14 4:49 pm
                 ReCARDO 8 ATL6/11/14 5:28 pm
     Being able to LAN is still necessary in my eyes.Revenant19886/11/14 3:59 pm
           Re: Being able to LAN is still necessary in my eyebluerunner6/11/14 5:22 pm
     Re: One thing I don't get about H1 MP in the MCC.GeekInABox6/11/14 5:05 pm
     Re: One thing I don't get about H1 MP in the MCC.FyreWulff6/11/14 8:32 pm
           What I want to know isGeneral Vagueness6/13/14 8:44 pm
     Re: One thing I don't get about H1 MP in the MCC.Someone6/11/14 10:26 pm

Sign up to post.

You will only be able to post to the forum if you first create a user profile.
If, however, you already have a user profile, please follow the "Set Preferences" link on the main index page and enter your user name to log in to post.