Skip to content

Commit

Permalink
Support patch 2.43 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Sep 5, 2024
1 parent f172847 commit e6ecd67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and points, or low-level details like positions and cameras. Generating replays
can be used to modify replays in order to force everyone into the same car or
change the map a game was played on.

Rattletrap supports every version of Rocket League up to [2.38][], which was
Rattletrap supports every version of Rocket League up to [2.43][], which was
released on 2024-04-16. If a replay can be played by the Rocket League client,
it can be parsed by Rattletrap. (If not, that's a bug. Please report it!)

Expand Down Expand Up @@ -127,6 +127,6 @@ $ rattletrap -i input.replay |

[Rattletrap]: https://github.com/tfausak/rattletrap
[Rocket League]: https://www.rocketleague.com
[2.38]: https://www.rocketleague.com/en/news/patch-notes-v2-38
[2.43]: https://www.rocketleague.com/en/news/patch-notes-v2-43
[Ball Chasing]: https://ballchasing.com
[the latest release]: https://github.com/tfausak/rattletrap/releases/latest
Binary file added replays/717a.replay
Binary file not shown.
1 change: 1 addition & 0 deletions src/lib/Rattletrap/Data.hs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ attributeTypes =
("TAGame.GameEvent_TA:bHasLeaveMatchPenalty", AttributeType.Boolean),
("TAGame.GameEvent_TA:BotSkill", AttributeType.Int),
("TAGame.GameEvent_TA:GameMode", AttributeType.GameMode),
("TAGame.GameEvent_TA:MatchStartEpoch", AttributeType.Int64),
("TAGame.GameEvent_TA:MatchTypeClass", AttributeType.FlaggedInt),
("TAGame.GameEvent_TA:ReplicatedGameStateTimeRemaining", AttributeType.Int),
("TAGame.GameEvent_TA:ReplicatedRoundCountDownNumber", AttributeType.Int),
Expand Down
1 change: 1 addition & 0 deletions src/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ replays =
("6f7c", "a map with numbers"), -- https://github.com/tfausak/rattletrap/commit/2629511
("7083", "weird basketball capitalization"), -- https://github.com/tfausak/rattletrap/pull/63
("7109", "a boost modifier"), -- https://github.com/tfausak/rattletrap/commit/ee7afa0
("717a", "v2.43"), -- https://github.com/tfausak/rattletrap/issues/307
("7256", "special edition"), -- https://github.com/tfausak/rattletrap/pull/103
("7588", "another malformed byte property"), -- https://github.com/nickbabcock/boxcars/pull/68
("75ce", "primary and secondary titles"), -- https://github.com/tfausak/rattletrap/pull/69
Expand Down

0 comments on commit e6ecd67

Please sign in to comment.