Unreal.Core

Unreal Engine replay reader


Keywords
Engine, Reader, Replay, Unreal, binary, fortnite, fortnite-replays, unreal-engine
License
MIT
Install
Install-Package Unreal.Core -Version 2.2.2

Documentation

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.