League of Legends closed-game (custom game) teams balancer and champion randomizer
If you have questions, take a look here:
- Full installation and usage guide at project wiki page
- Discussions about application in forum format at project discussions
- Have an issue or a bug? Take a look at project issues
- Wan't to contribute? Take a look at CONTRIBUTING.md
- THE APP REQUIRES .NET 6! You can download it here
- Download latest application archive here
- Extract in whatever folder your soul wants
- Launch
craftersmine.LeagueBalancer.exe
executable
- Add players in the participants list (up to 10 players allowed)
- Click
BALANCE
to balance teams according total LP - Shuffle team participants in League client according balancing result
- If you want to get randomized champions, click
Get Randomized Summoner Champions
- Then select desired player in participants list
Champion | Weight formula |
---|---|
Main / OTP | 0.6 * 0.95 = ~0.57 |
Has mastery | (1 - (ChampionMastery / MainMastery)) * 0.95 = (1 - (2000000 / 10000000)) * 0.95 = ~0.76 |
Others | 1 - 0.05 = ~0.95 |