redraskal / r6-dissect

Match Replay API/CLI for Rainbow Six: Siege's Dissect (.rec) format.
MIT License
68 stars 12 forks source link

Missing operator IDs in header.go #33

Closed stnokott closed 1 year ago

stnokott commented 1 year ago

Hey there,

while working on #31 , I discovered that header.go is missing a few operator IDs. I guess that's also why I sometimes did not have an operator in my replay JSONs.

The operators in question are:

redraskal commented 1 year ago

Thanks for the list. I simply did not yet finish all of them. I’ll go through the rest today

redraskal commented 1 year ago

(This is why the operator did not always appear, it wasn't present)

You should instead see an operator id in the Player struct, which can then be set as a constant.