rnithyanand Posted September 29, 2014 Report Share Posted September 29, 2014 Hey all,I'm trying to figure out how in-game user actions are converted to UDP packets in a multi-player game. Is there any documentation about how this translation is done and decoded at the other players end?Thanks! Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted September 30, 2014 Report Share Posted September 30, 2014 I believe they get turned into CSimulationMessages which are serialized and sent over the network to the server, which then broadcasts them back to the clients, which deserialize them back to CSimulationMessages. The process really starts with posting network commands via Engine.PostNetworkCommand(). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.