Installer league-of-legends-lien-minh-huyen-thoa
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.vn2.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: name: winekill prefix: $GAMEDIR - task: app: win10 name: winetricks prefix: $GAMEDIR - task: args: $lol_installer description: "Sau khi t\u1EA3i xu\u1ED1ng ho\xE0n t\u1EA5t, l\u1EA7n \u0111\u1EA7\ u ch\u1EA1y game s\u1EBD \u0111en thui, ph\u1EA3i tho\xE1t ra tr\u01B0\u1EDB\ c nh\xE9!" executable: $GAMEDIR/drive_c/windows/explorer.exe include_processes: explorer.exe name: wineexec - task: name: winekill prefix: $GAMEDIR system: 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.vn2.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": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "win10", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "$lol_installer", "description": "Sau khi t\u1ea3i xu\u1ed1ng ho\u00e0n t\u1ea5t, l\u1ea7n \u0111\u1ea7u ch\u1ea1y game s\u1ebd \u0111en thui, ph\u1ea3i tho\u00e1t ra tr\u01b0\u1edbc nh\u00e9!", "executable": "$GAMEDIR/drive_c/windows/explorer.exe", "include_processes": "explorer.exe", "name": "wineexec" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "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" } }