By using this site, you agree to our Privacy Policy and our Terms of Use. Close

I am interested in what they mean by loading the entire level on the Server. This is something I have mentioned before where keeping an instance of a game server side allows you to keep a lot of things persistent within the MP level. It also allow you to do Physics, AI server side which reduce those calculation on the client machines.

It will be interesting if this allow framerates to stay high while having a bunch of stuff happening in 8 player MP.