Game UserMessages (Source)

From AlliedModders Wiki
Revision as of 10:19, 26 March 2013 by Powerlord (talk | contribs) (New page for UserMessages.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In addition to events, Source games use UserMessages to send messages from the server to clients.

There are two types of UserMesssage: BitStream UserMessages and Protocol Buffer UserMessages. BitStream UserMessage names can be retrieved using the Metamod: Source "meta game" command. However, this will not give you the type and order of the arguments being sent to the client.

Protocol Buffer UserMessages are well-documented in .proto files included in the game SDKs.

Games that use BitStream UserMessages

  • Counter-Strike: Source UserMessages
  • Day of Defeat: Source UserMessages
  • Half-Life 2: Deathmatch UserMessages
  • Left 4 Dead UserMessages
  • Left 4 Dead 2 UserMessages
  • Nuclear Dawn UserMessages
  • Team Fortress 2 UserMessages

Games that use Protobuf UserMessages

Shared structures for Protobuf UserMessages

All games that use Protocol Buffers can use these