tfausak / rattletrap

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

UnknownAttribute "TAGame.CarComponent_Dodge_TA:DodgeImpulse" #247

Closed vicegold closed 2 years ago

vicegold commented 2 years ago

Replays from the recent RL version have an issue with rattletrap:

ERROR: UnknownAttribute "TAGame.CarComponent_Dodge_TA:DodgeImpulse"

I attached an example .replay file:

40509910479CCB02BB2681B949896B50.replay.zip

tfausak commented 2 years ago

Thanks for reporting this! I was able to reproduce the problem:

- replay: 4050 v2.08 dodge impulse (0.988 mb)
ERROR: UnknownAttribute "TAGame.CarComponent_Dodge_TA:DodgeImpulse"
-- Context: Replay, content, Content, frames, element (181), Frame, replications, element (0), Replication, value, ReplicationValue, Updated, Attribute, value, AttributeValue
-- You are using Rattletrap version 11.2.3
-- Config {compact = True, fast = False, help = False, input = Just "replays/4050.replay", mode = Nothing, output = Just "output/4050.json", schema = False, skipCrc = False, version = False}

I should be able to put a fix together pretty quickly.