kinnay / NPLN-Protocols

Protobuf files for NPLN services
26 stars 3 forks source link

Update CoopSchedule Info #12

Closed Coxxs closed 1 year ago

Coxxs commented 1 year ago

Some example main_weapons when parsed as data:

FF FF FF FF FF FF FF FF FF 01 FF FF FF FF FF FF FF FF FF 01 FF FF FF FF FF FF FF FF FF 01 FF FF FF FF FF FF FF FF FF 01 
// [-1, -1, -1, -1]

C8 9C 01 F6 A4 01 90 9E 01 8E AC 01
// [20040, 21110, 20240, 22030]

From the length of -1 we can know it's repeated int64.

BigRun data definition has been tested in game.

kinnay commented 1 year ago

Nice 👏