Installer league-of-legends-standard-kr-region
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - lol_installer: https://lol.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.kr.exe game: args: --launch-product=league_of_legends --launch-patchline=live exe: $GAMEDIR/drive_c/Riot Games/Riot Client/RiotClientServices.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: args: $lol_installer description: Do not log in during installation, just close the installation client once it finishes downloading. executable: $GAMEDIR/drive_c/windows/explorer.exe include_processes: explorer.exe name: wineexec - task: name: winekill prefix: $GAMEDIR - task: key: GrabFullScreen name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\X11 Driver prefix: $GAMEDIR value: Y - task: key: background name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Colors\ prefix: $GAMEDIR type: REG_SZ value: 40 40 40 system: disable_compositor: true env: DXVK_LOG_LEVEL: none DXVK_STATE_CACHE_PATH: $GAMEDIR STAGING_SHARED_MEMORY: 1 WINE_LARGE_ADDRESS_AWARE: 1 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR wine: MouseWarpOverride: enable version: lutris-ge-lol-8.7-1-x86_64
{ "files": [ { "lol_installer": "https://lol.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.kr.exe" } ], "game": { "args": "--launch-product=league_of_legends --launch-patchline=live", "exe": "$GAMEDIR/drive_c/Riot Games/Riot Client/RiotClientServices.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "$lol_installer", "description": "Do not log in during installation, just close the installation client once it finishes downloading.", "executable": "$GAMEDIR/drive_c/windows/explorer.exe", "include_processes": "explorer.exe", "name": "wineexec" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "key": "GrabFullScreen", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver", "prefix": "$GAMEDIR", "value": "Y" } }, { "task": { "key": "background", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "40 40 40" } } ], "system": { "disable_compositor": true, "env": { "DXVK_LOG_LEVEL": "none", "DXVK_STATE_CACHE_PATH": "$GAMEDIR", "STAGING_SHARED_MEMORY": 1, "WINE_LARGE_ADDRESS_AWARE": 1, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } }, "wine": { "MouseWarpOverride": "enable", "version": "lutris-ge-lol-8.7-1-x86_64" } }