Skip to content
DummkopfOfHachtenduden edited this page May 25, 2016 · 1 revision

Request

CLIENT_DOWNLOAD_FILE_REQUEST = 0x6004

4   uint    ID
4   uint    unk2 //Drew: "Might be the high word of the id, that's just not implemented"

Chunk

SERVER_DOWNLOAD_FILE_CHUNK = 0x1001

*    byte[]  data       //4090 bytes of data or rest of the file

Complete

SERVER_DOWNLOAD_FILE_RESPONSE = 0xA004

1   byte    result

See also:

Clone this wiki locally