All Projects → Shiqan → FortniteReplayDecompressor

Shiqan / FortniteReplayDecompressor

Licence: MIT license
Read Fortnite replay files

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FortniteReplayDecompressor

Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (+120.59%)
Mutual labels:  unreal, unreal-engine
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (+161.76%)
Mutual labels:  unreal, unreal-engine
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+3805.88%)
Mutual labels:  unreal, unreal-engine
Ueviewer
Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).
Stars: ✭ 1,083 (+1492.65%)
Mutual labels:  unreal, unreal-engine
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-63.24%)
Mutual labels:  unreal, unreal-engine
Sluaunreal
lua dev plugin for unreal engine 4
Stars: ✭ 1,195 (+1657.35%)
Mutual labels:  unreal, unreal-engine
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (+236.76%)
Mutual labels:  unreal, unreal-engine
Ue4voxelterrain
[WIP] Unreal Engine 4: Smooth voxel terrian example
Stars: ✭ 415 (+510.29%)
Mutual labels:  unreal, unreal-engine
LightmassConfiguration
LightmassConfiguration is a script made for Unreal Engina 4 to allow to change from Unreal's CPU Lightmass to GPU Lightmass (made by Luoshuang for the Unreal Forums) and back. Since there are no options in GPU Lightmass, the script also allows anyone to change bake quality levels without the need to even restart Unreal Editor.
Stars: ✭ 117 (+72.06%)
Mutual labels:  unreal, unreal-engine
binstruct
Golang binary decoder for mapping data into the structure
Stars: ✭ 67 (-1.47%)
Mutual labels:  binary, reader
Unrealnetworkprofiler
A modern WPF based Network Profiler for Unreal Engine.
Stars: ✭ 29 (-57.35%)
Mutual labels:  unreal, unreal-engine
Unreal-Binary-Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 554 (+714.71%)
Mutual labels:  unreal, unreal-engine
Pbcharactermovement
HL2-style, classic FPS movement for Unreal Engine 4 implemented in C++
Stars: ✭ 582 (+755.88%)
Mutual labels:  unreal, unreal-engine
Unreal Library
A decompiler library for Unreal packages such as .upk and .u files, supporting Unreal Engine 1, 2, and 3.
Stars: ✭ 123 (+80.88%)
Mutual labels:  unreal, unreal-engine
Unrealcpp
Unreal Engine 4 C++ examples
Stars: ✭ 490 (+620.59%)
Mutual labels:  unreal, unreal-engine
Climbing Movement Component
Climbing Movement Component for Unreal Engine.
Stars: ✭ 181 (+166.18%)
Mutual labels:  unreal, unreal-engine
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (+373.53%)
Mutual labels:  unreal, unreal-engine
Gascontent
Repo to gather all Gameplay Ability System content for UE4
Stars: ✭ 398 (+485.29%)
Mutual labels:  unreal, unreal-engine
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (-33.82%)
Mutual labels:  unreal, unreal-engine
FlowGraph
Design-agnostic node system for scripting game’s flow in Unreal Engine
Stars: ✭ 577 (+748.53%)
Mutual labels:  unreal, unreal-engine

FortniteReplayDecompressor

FortniteReplayReader Nuget Chat Build Documentation Status

C# parser for your Fortnite replays.

Getting Started

.Net 5.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].