Quantcast
Channel: Multiplayer
Viewing all articles
Browse latest Browse all 16796

Master Server sample project

$
0
0
MasterServer Sample

This is a "MasterServer" similar to the MasterServer that shipped with the old Raknet based networking system. The project is implemented using the HLAPI messaging system, not using [Command]s and [ClientRpc] calls, so it uses the MessageBase class to define messages which are registered with handler functions. The file Master.cs contains the network protocol built with these messages.

There are two components, a MasterServer and a MasterClient. The MasterClient...

Master Server sample project

Viewing all articles
Browse latest Browse all 16796

Trending Articles