Common: reverse engineer last OOB message ID

Out-of-band message ID 'N' is MatchInfo update (calls CHLClient::RemoteMatchInfoUpdated() which then calls UICodeCallback_RemoteMatchInfoUpdated. The RemoteMatchInfo data can be retrieved through script function GetRemoteMatchInfo()).
This commit is contained in:
Kawe Mazidjatari 2024-11-11 20:22:19 +01:00
parent 9a9e84f974
commit 35b23915d3

View File

@ -30,10 +30,10 @@
#define S2C_CONNREJECT 'K' // special protocol for rejected connections
// Generic Ping Request
#define A2A_PING 'L' // respond with an A2A_ACK
#define A2A_ACK 'M' // general acknowledgment without info
#define A2A_PING 'L' // respond with an A2A_ACK
#define A2A_ACK 'M' // general acknowledgment without info
#define S2C_UNKNOWN_UISCRIPT 'N' // TODO: figure out what this does, see [r5apex + 0x288880]
#define S2C_MATCHINFO_UPDATE 'N' // remote match info update
// Data Block Request
#define S2C_DATABLOCK_FRAGMENT 'O' // data block fragment