A League of Legends companion app built on Electron.
- Multi-Kill Clipper allows you to easily create clips of multi-kills earned by you or any other player within your region.
- The app makes calls to Riot's in game API through a running instance of the League of Legends client.
- With your League client running, enter the summoner name of any player within your client's region.
- Select the types of multi-kills you would like Multi-Kill Clipper to detect (first blood, double, triple, quadra, or penta kills).
- Multi-Kill Clipper will automatically download, launch, and record the entire kill sequence using the Replay API, saving the video to your League of Legends Highlights folder.
-
You must have the League of Legends client installed on your computer and running while using the app.
-
You must enable the Replay API in the game client config, it is disabled by default. This can be done by following the following steps, which are also listed on the Riot Developer Portal
1. Locate where your game is installed. Example file location: C:\Riot Games\League of Legends\Config\game.cfg 2. Make sure the following lines are included in your game.cfg file: [General] EnableReplayApi=1 If the option is already listed, make sure that the valuse is set to 1. If the option is not listed at all just add it to the bottom of the list. You will need to restart the replay after changing this value for it to take effect.
multi-kill-clipper.mp4
- A queue system for clipping more than one multi-kill at a time.
- Configurable replay settings (fps, resolution, format, etc.).
- Tracking of previously clipped multi-kills to prevent duplicate searches.