jmlee337 / replay-manager-for-slippi

MIT License
3 stars 2 forks source link

better handling for incomplete replay files #54

Closed jmlee337 closed 3 months ago

jmlee337 commented 4 months ago

this would at least be detectable if the length field (bytes 11 - 15) is 0. this messes up our calculation for metadata offset which then messes up our calculation for game end offset

jmlee337 commented 4 months ago

we may be able to do without original game end/metadata fields. should we generate them in the copied replay???