Translate

Friday, May 24, 2013

Playing League Of Legends On Ubuntu Linux

Playing League Of Legends On Ubuntu

tested on UBUNTU 12.04 LTS version with  non installed lol client just copying pasteing lol folder games

1. Install Winetricks from Software Manager

2. Run the following in terminal:
  1. sudo add-apt-repository ppa:ubuntu-wine/ppa
  2. sudo apt-get update
  3. sudo apt-get install wine1.5
3. Run the following in terminal:
  1. winetricks vcrun2005
  2. winetricks ie8
  3. winetricks wininet
  4. winetricks d3dx9
  5. winetricks corefonts
  6. winetricks adobeair
* somehow u receive skiping already installed do force install like this :
winetricks --force d3dx9

goto your LOL folder then double click your lol.launcher.admin.exe and voila... you play the rock Tower Defense Game, just like dota...


*sometimes your ingame screen going black or garbage then
adds the OpenGL extensions GL_S3_s3tc and GL_EXT_texture_compression_s3tc.
from https://apps.ubuntu.com/cat/applications/libtxc-dxtn-s2tc0/

or just search on ubuntu software center s2tc then install them :)

Tips:
1. improve performance and remove some flicker on land or bush
type in terminal :  winetricks glsl-disable

2. wine regedit
HKEY_CURRENT_USER\Software\Wine\ 
[NEW KEY]  = OpenGL 
OpenGL  ->  [NEW String] =  DisabledExtensions
DisabledExtensions -> [Value] = GL_ARB_vertex_buffer_object

 

thats all folk, simple...