Difference between revisions of "GameData Query"
(New page: ====Request format==== GameData updates can be requested by sending the following byte values in a TCP packet to the server. {| ! Data || Type || Comment |- | Header || byte || Should...) |
(No difference)
|
Revision as of 00:04, 29 June 2008
Request format
GameData updates can be requested by sending the following byte values in a TCP packet to the server.
| Data | Type | Comment |
|---|---|---|
| Header | byte | Should be equal to 'A' |
| Type | byte | Should be equal to 'G' |
| Version | short | Current SourceMod version number (1) |
| Major | short | Current Major release version |
| Minor | short | Current Minor release version |
| Build | short | Current build number |
| Count | byte | Number of MD5 Checksums |