Difference between revisions of "GameData Query"
Line 2: | Line 2: | ||
GameData updates can be requested by sending the following byte values in a TCP packet to the server. | GameData updates can be requested by sending the following byte values in a TCP packet to the server. | ||
− | {| class="wikitable" border="1" | + | {| class="wikitable" border="1" background="#f0f0f0" |
! Data || Type || Comment | ! Data || Type || Comment | ||
|- | |- |
Revision as of 00:13, 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 |