ROFL Player is a simple Windows program that allows you to view replay files from League of Legends.
Features include:
- Play replay files from other people or games no longer viewable from the client
- View match information without an internet connection or having to open League of Legends
- Dump all replay information into JSON, allowing you to view every single statistic stored
- Double click a replay file to instantly start playing, or view match information
- Super easy to use, no installation necessary
Download the latest release here https://github.com/andrew1421lee/ROFL-Player/releases
- Download the application and extract it to where you want it to be.
- Launch "ROFLPlayer.exe", ROFL Player will attempt to automatically find your League of Legends install folder. If it cannot, then the program will prompt you for help.
- The following window will then appear, set whatever fields you want. If you set the player name field, then ROFL Player will highlight you name when viewing replay details.
- Right click a ".rofl" file and select Properties. If you downloaded a replay from the game client, replays are stored in Documents\League of Legends\Replays.
- Change the Opens with field to "ROFLPlayer.exe"
- You're done! ROFL Player will now be used when opening League of Legends replay files!
Please let me know about any bugs or issues
Why does this exist?
I couldn't find any tools that let you view the information in a replay file, so I made one!
Will this get me banned?
It does not do anything except copy files and launch the game executable. Nothing is altered, so a ban is not likely.
ROFL Parser is a class library that is capable of parsing ROFL files. Simply point a file path at it and it will return an ReplayHeader object containing all information inside the replay header.

