Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.78 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.78 KB

FortniteReplayDecompressor

FortniteReplayReader Nuget Chat Build Documentation Status

C# parser for your Fortnite replays.

Getting Started

.NET 6.0 or .NET 8.0 is required.

dotnet add package FortniteReplayReader
var replayFile = "your-amazing-fortnite.replay";
var reader = new ReplayReader();
var replay = reader.ReadReplay(replayFile);

Documentation

Available at readthedocs.org. For any other question you can join our Discord server!

Alternatives

Special thanks

Special thanks to Kuinox for the collaboration to figure out the compression and structure of the replay file.

Special thanks to ApertureC for the collaboration to figure out the UE4 network packets.

Special thanks to AlpaGit for seeing the bits I did not see.

Special thanks to SL-x-TnT for his amazing work on the NetFieldParser (among other things).

Special thanks to SL-x-TnT because he deserves to be mentioned twice.

License

Licensed under the MIT License.