Skip to content

dipsy-dev/FortniteReplayDecompressor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortniteReplayDecompressor

FortniteReplayReader Nuget Chat Build Documentation Status

C# parser for your Fortnite replays.

Getting Started

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!

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 GNU GENERAL PUBLIC LICENSE.