RocketRP 1.0.1
See the version list below for details.
dotnet add package RocketRP --version 1.0.1
NuGet\Install-Package RocketRP -Version 1.0.1
<PackageReference Include="RocketRP" Version="1.0.1" />
<PackageVersion Include="RocketRP" Version="1.0.1" />
<PackageReference Include="RocketRP" />
paket add RocketRP --version 1.0.1
#r "nuget: RocketRP, 1.0.1"
#:package RocketRP@1.0.1
#addin nuget:?package=RocketRP&version=1.0.1
#tool nuget:?package=RocketRP&version=1.0.1
RocketRP
A Rocket League Replay parser written in C#. Replay files are converted to an object which can be exported as JSON.
RocketRP can also convert the generated JSON file back into a replay file. This functionality hasn't been extensively tested and might not always work.
Supports all Rocket League versions up to at least v2.38 (2024-04-16). Newer versions will likely also work because the replay format doesn't change often. RocketRP successfully parses all my 900+ replays dating back to early 2016. If you find a replay that fails to get parsed, please create an issue so I can look into fixing it.
Usage
You can parse or write a replay file by calling:
Replay replay = Replay.Deserialize(replayPath, parseNetstream, enforceCRC);
replay.Serialize(outputFilePath);
To convert to or from JSON you can do:
JsonSerializer serializer = new JsonSerializer();
string jsonData = serializer.Serialize(replay, prettyPrint);
Replay replay = serializer.Deserialize(jsonData);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- Newtonsoft.Json (>= 13.0.3)
- System.Text.Encoding.CodePages (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.2.8 | 298 | 9/18/2025 |
1.2.7 | 90 | 8/22/2025 |
1.2.6 | 141 | 8/11/2025 |
1.2.5 | 133 | 7/31/2025 |
1.2.4 | 157 | 7/2/2025 |
1.2.3 | 147 | 6/30/2025 |
1.1.12 | 110 | 5/3/2025 |
1.1.11 | 105 | 3/15/2025 |
1.1.10 | 91 | 3/15/2025 |
1.1.9 | 152 | 1/1/2025 |
1.1.8 | 131 | 1/1/2025 |
1.1.7 | 145 | 12/11/2024 |
1.1.6 | 135 | 12/5/2024 |
1.1.5 | 116 | 10/29/2024 |
1.1.4 | 126 | 10/25/2024 |
1.1.3 | 129 | 10/24/2024 |
1.1.2 | 137 | 9/23/2024 |
1.1.0 | 164 | 8/13/2024 |
1.0.4 | 146 | 8/10/2024 |
1.0.3 | 145 | 6/6/2024 |
1.0.2 | 133 | 6/4/2024 |
1.0.1 | 159 | 6/2/2024 |
1.0.0 | 141 | 6/2/2024 |