League of Legends (www.leagueoflegends.com) helper script for installing and running on Linux.
Note
The current version of WINE does not support the game. Game crashes while entering the main game after champion selection (bug 47198). Until that is resolved, please use wine-lol instead of wine or wine-staging.
You can install the helper script manually by:
$ git clone https://github.com/kyechou/leagueoflegends.git
$ cd leagueoflegends
# make install
Alternatively, you can install the script as a package. Pull requests for other distributions are welcome.
make deb
to create the package.The configuration file is located at /etc/leagueoflegends.conf
. You can copy
the file to ~/.config/
, which will take precedence over the system-wide
configuration file.
All the commented lines in the file are the default configuration. You can uncomment and change the values as you desire.
League of Legends - helper program
Usage: leagueoflegends <command>
Commands:
launch - Launch LoL
install - Install LoL
uninstall - Uninstall LoL
cleanup_logs - Remove log files
winecfg - Run winecfg with WINEPREFIX
wineserver [...] - Run wineserver with WINEPREFIX
winetricks [...] - Run winetricks with WINEPREFIX
make_wineprefix - Create WINEPREFIX only
regen_wineprefix - Backup and recreate WINEPREFIX
$ leagueoflegends install
Note that this will remove the game files completely.
$ leagueoflegends uninstall
$ leagueoflegends launch
or you can launch the game from your application menu.
$ leagueoflegends make_wineprefix
$ mv <Directory with LeagueClient.exe> ~/.local/share/leagueoflegends/LOL/
If you need to run winecfg, wineserver, or winetricks toward the wine prefix, you can prefix the command with this script, which will prepare and export the environment variables needed.