League of Legends
There is currently only a Mac OS and a Windows version of LoL even if there is a petition for a GNU/Linux port. This page outlines working methods to get the Windows League of Legends version working on your arch system through Wine.
Contents |
PlayonLinux Method
This is the easiest method. Just install playonlinux.
After installation run from the command line
# playonlinux
When you first run it, playonlinux will install some necessary fonts. Afterwords, click Install, check the "testing box" and then search for "League of Legends". The rest is self-explanatory. Enjoy!
Chroot Method
Setup
Set up a chroot
The way to do this is outlined in Install bundled 32-bit system in Arch64. An even easier method is to install arch32-light from the AUR [which automates the steps outlined in the wiki article cited].
Install your graphics drivers
You will need to install your graphics drivers inside the chroot. You will need hardware acceleration drivers as well.
Install wine in your chroot
Create a wine PREFIX
Run:
# schroot -p winecfg
to create a default 32-bit prefix at $HOME/.wine and take the chance to verify that it is set on Windows XP
Install the following in chroot
Set up your base system
Install wine and winetricks in your base system.
Install the following windows components using winetricks from your base system:
# winetricks d3dx9 vcrun2005 wininet corefonts
Install the following in your base system
- lib32-libldap: This is required for running the installer
Install
Download the LoL installer
You can download the installer from the league of legends website:
Download the Game
Run the following command from your base system:
# GC_DONT_GC=1 wine $directory/LeagueofLegends.exe
where $directory is the directory where the installer is located.
Install the Game
Install the game from your base system. Find the setup.exe file and go
# wine setup.exe
Patch the game
Download
Follow the included instructions and apply the texture patch. This will prevent the game from crashing when you open the in-game store.
Running the Game
Create a bash script with the following commands:
#!/bin/sh cd "$HOME/.wine/drive_c/Riot Games/League of Legends/RADS/system/" schroot -p -- wine "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe
Run the bash script and you should be good to go!
Enjoy playing LoL on your Arch System!!!!
Troubleshooting
- In case of flashing minimap or exceedingly low FPS try disabling HUD animations in the in-game options for notable boost in performance.
- On certain intel cards, enabling vertical sync can lead to a big boost in performance.
- If the game crashes after champion select make sure to replace 'localhost' with your real hostname in /etc/hosts.
- If you have no sound make sure alsa-lib is installed inside your chroot.
- If the launcher is all black, maybe you forgot to install your graphics drivers inside your chroot.