tfausak / rattletrap

:car: Parse and generate Rocket League replays.
https://hackage.haskell.org/package/rattletrap
MIT License
147 stars 21 forks source link

Add new PRI_TA:CurrentVoiceRoom attribute for parsing new replays #265

Closed PixeLInc closed 2 years ago

PixeLInc commented 2 years ago

Replay parsing of newer replays is broken since the Voice Update due to a new field within replays "CurrentVoiceRoom" on TAGame.PRI_TA.

Fixes #264

tfausak commented 2 years ago

Looks great, thanks!

Do you have a replay that throws an error without this patch? I like to include a test replay for each feature or bug fix to make sure that I maintain support.

PixeLInc commented 2 years ago

@tfausak I just pushed it now! Tests took forever to run so didn't want to push the test before they finished.

let me know if you need anything else.

tfausak commented 2 years ago

Released as version 11.2.8: https://github.com/tfausak/rattletrap/releases/tag/11.2.8