fredimachado / FortniteReplayReader

Reading match duration, player eliminations, position and total player count from Fortnite replay files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlayerEliminations contains DBNO and kills

JaydenMaalouf opened this issue · comments

The feed consists of both down but not outs and kills. I tried to find the byte that differentiates between the two but am having a bit of trouble. Hoping you could give it look!

Literally 30 minutes after writing this, I solved it!
var elim = reader.ReadByte() == 0;
I added that straight after the gunType reader :D