EZPatch is a lightweight userfriendly desktop app made to fix broken Fortnite replay files after game updates.
When Fortnite releases a new update old replays become unplayable because the version information no longer matches the current client. EZPatch solves this by copying the correct version bytes from a working (new) replay file and patching them into one or more broken (old) replay files.
- Single File Mode: Patch one broken replay using one working replay.
- Batch Folder Mode: Patch all replay files in a selected folder using one working replay.
- Auto Mode: Automatically detect the latest replay in the default Fortnite folder and patch the entire folder in one click.
- Safety First: Keeps original files by default, moves them to a
Backupsfolder in your fortnite folder, this can be disabled. (not recommended) - Modern UI: Built with CustomTkinter with help from Gemini 3.1.
- Go to the Releases tab on this GitHub repository.
- Download the latest
EZPatch.exe. - Run the application (no installation required).
- Select a working replay file (a replay from the current Fortnite version).
- Select a broken replay file or a folder of broken replays.
- Click Patch Replays
If you prefer to run the Python script directly:
- Clone this repository:
git clone https://github.com/seandotnet/EZPatch.git cd EZPatch - Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
If you want to build the standalone .exe file yourself using PyInstaller:
pip install -r requirements.txt
python -m PyInstaller build.specThe executable will be generated in the dist/ folder.
This project is open-source and free to use.