RocketLeagueReplayParser
No description available
Install / Use
/learn @jjbott/RocketLeagueReplayParserREADME
Rocket League Replay Parser
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.66 (released 2026-03-10) 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 <file>.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
History
This was the first project that could parse replays all the way! For a good while it was the reference implentation for all others. Thankfully others have taken that on in the years since.
Original Replay Parsing Thread From Psyonix Forums. I'm ZorMonkey in there.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
