ReForgedPlay - Recording and Playback of Game Moments for Forge
Unofficial adaptation of the popular Replay mod for NeoForge and Forge platforms. This tool allows you to capture, view, and edit all your adventures in Minecraft! For basic information about the mod's capabilities, I recommend referring to the original development page. Important note: FFMPEG installation is required for the mod to function. The installation process is as follows:
Installing FFmpeg
To be able to render your recordings using Replay Mod, you need to install FFmpeg on your device.
For Windows Users
Download the latest version of FFmpeg from the developer's official website. Extract the downloaded ZIP archive directly into the .minecraft folder. Previously, exact file placement within this folder was required, but now it's sufficient for ffmpeg.exe to be located anywhere inside the .minecraft directory.
Features for alternative launchers:
- Twitch launcher by default places Minecraft instances in C:\Users\username\Twitch\Minecraft\Instances\instancename
- GD Launcher uses the path C:\Users\username\AppData\Roaming\gdlauncher_next\instances\instancename
- MultiMC stores instances in C:\Program Files (x86)\MultiMC\instances\InstanceName.minecraft
For these launchers, ensure that FFmpeg is located in the corresponding folder.
For Mac OSX Users
On Mac OSX systems, you can install FFmpeg via Homebrew by executing the command brew install ffmpeg. An alternative option is to download a ready-made build from the ffmpeg website and copy the executable file to the /usr/local/bin directory.
For Linux Users
In Linux, FFmpeg installation is done through the system package manager, for example, using the command apt install ffmpeg. If you have doubts, refer to your distribution's documentation.