Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add League of Legends installer #156

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added env vars to game
  • Loading branch information
UpsettingBoy committed Nov 15, 2022
commit 17b51cefeb9be313a3cbb3eb3f246055cda82f29
12 changes: 8 additions & 4 deletions Games/lolstandard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Steps:
url: https://lol.secure.dyn.riotcdn.net/channels/public/x/installer/current/live.na.exe
file_checksum: 9e4d2307ca1d124ea7ab3876a3df7c53
monitoring:
- Install League.exe
- Install League
- RiotClientServices.exe

Parameters:
dxvk: true
sync: fsync
gamemode: true
gamescope: false
discrete_gpu: true
use_be_runtime: false
use_eac_runtime: false
Expand All @@ -41,8 +42,11 @@ Executable:
file: RiotClientServices.exe
path: Riot Games/Riot Client/RiotClientServices.exe
# Possibility to change locale from Bottles?
args: "WINEDLLOVERRIDES=d3d10=native,d3d11=native DXVK_LOG_LEVEL=none STAGING_SHARED_MEMORY=1 WINE_LARGE_ADDRESS_AWARE=1 %command% --locale=en_GB --launch-product=league_of_legends --launch-patchline=live"
# Unsure how to override
# Env:
# DXVK_LOG_LEVEL=none
# STAGING_SHARED_MEMORY=1
# WINE_LARGE_ADDRESS_AWARE=1
# DLL_Overrides:
# - d3d10: native
# - d3d11: navite
# - d3d11: navite
arguments: DXVK_LOG_LEVEL=none STAGING_SHARED_MEMORY=1 WINE_LARGE_ADDRESS_AWARE=1 WINEDLLOVERRIDES="d3d10=n,d3d11=n" %command% --locale=en_GB --launch-product=league_of_legends --launch-patchline=live
2 changes: 1 addition & 1 deletion index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ lolstandard:
Arch: win64
Name: League of Legends
Description: League of Legends is a fast-paced, competitive online game that blends the speed and intensity of an RTS with RPG elements.
Grade: Undefined
Grade: Bronze
Category: Games
Icon: league.png
Event: Install League of Legends na.exe
Expand Down