Xevrac / cnc_backend

Goal is to fully emulate Command and Conquerâ„¢ backend and have functioning client.
GNU General Public License v3.0
14 stars 2 forks source link

4::100 is missing #13

Open Xevrac opened 1 month ago

Xevrac commented 1 month ago

Component 4 at command 100 is missing.

Locate Blaze enum and reimplement.

Xevrac commented 3 weeks ago

Identified and will push in latest commit

req: ID[9], GameManager::getGameListSnapshot [0x0004::0x0064]

getGameListSnapshot

Xevrac commented 3 weeks ago

Not fixed yet

0e6c386

Base / concept implemented. However server not resp on client req despite this addition.

Will look into.

Xevrac commented 3 weeks ago

Client now sends req and awaits resp from server. Client halts and has error.. step forward but not ideal...

image

image

https://github.com/Aim4kill/BlazeSDK/blob/master/Blaze3SDK/Blaze/GameManager/GetGameListResponse.cs

https://github.com/Aim4kill/BlazeSDK/blob/master/Blaze3SDK/Blaze/GameManager/NotifyGameListUpdate.cs

Xevrac commented 3 weeks ago

packets_crysis3_blaze3.5_SDK.zip

REF