FAForever / downlords-faf-client

Official client for Forged Alliance Forever
https://faforever.com
MIT License
194 stars 117 forks source link

Question: Replay file includes victor info? #3161

Closed mrchris2000 closed 2 weeks ago

mrchris2000 commented 2 months ago

If I download a replay file. is there a way to determine the victorious team from the JSON header data? If not, is there an API call I can make with a replay ID to get that info? Or some other way to get that specific piece of data?

Thanks

Sheikah45 commented 2 weeks ago

This was recently added

mrchris2000 commented 2 weeks ago

I don't see it in the JSON header, whats the field called? I decompiled the zst to look at the inner file and I don't see anything obvious there either.

I see in the client it now decorates the Winner/Loser, I guess I could dig through the code to work out how its determining that, but I hoped it was a simple header field.

Sheikah45 commented 2 weeks ago

There is no simple header field. The client puts it together from a few fields and some API data