All Projects → jjbott → RocketLeagueReplayParser

jjbott / RocketLeagueReplayParser

Licence: MIT license
No description or website provided.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to RocketLeagueReplayParser

rocket-league-replay-analysis
UNMAINTAINED - Creating videos for Analyzing Rocket League Replays (https://gitlab.com/enzanki_ars/rocket-league-replay-analysis)
Stars: ✭ 24 (-70.37%)
Mutual labels:  rocket-league
rrrocket
Rocket League Replay parser to JSON -- CLI app
Stars: ✭ 36 (-55.56%)
Mutual labels:  rocket-league
carball
📈 A Rocket League replay decompiling and analysis library
Stars: ✭ 129 (+59.26%)
Mutual labels:  rocket-league
rlbot-rust
RLBot for Rust
Stars: ✭ 17 (-79.01%)
Mutual labels:  rocket-league
rocket-league-gym
A Gym-like environment for Reinforcement Learning in Rocket League
Stars: ✭ 107 (+32.1%)
Mutual labels:  rocket-league

Rocket League Replay Parser

master branch: Build status

Parses replay files generated by the game Rocket League. Parses to C# objects, which can be serialized to JSON.

Supports all replay files created by Rocket League version 2.08 (released 2021-11-16) and earlier. Newer versions may work as well - updates don't always change the replay format. Changes to the replay format are usually supported within a few days. Please create an issue for any replays that fail to parse, or for replays that parse incorrectly.

Includes a library that can be used in your project (Install-Package RocketLeagueReplayParser) as well as a basic console based front end that can be used to convert a replay file to JSON.

Example usage:

  • Convert a single replay file to JSON, outputting the result to stdout

RocketLeagueReplayParser.exe example.replay

  • Convert a single replay file to JSON, outputting the result to a file (named .json)

RocketLeagueReplayParser.exe example.replay --fileoutput

  • Convert all replay files in a directory to JSON, outputting the result to files

RocketLeagueReplayParser.exe "\\path\to\replay\files" --fileoutput --d

Further instructions can be found by running RocketLeagueReplayParser.exe --help

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].