forked from CastroFidel/PortWINE
###Scripts version 2052###
This commit is contained in:
@ -58,8 +58,9 @@ check_download_wine_ver_for_lol () {
|
||||
}
|
||||
check_download_wine_ver_for_lol
|
||||
|
||||
check_port_for_lol () {
|
||||
pw_start_progress_bar_block "Loading and start League of Legends. Please wait. It can take a long time!"
|
||||
check_port_for_lol () {
|
||||
"${pw_yad}" --progress --progress-text="Loading and start League of Legends. Please wait. It can take a long time!" \
|
||||
--pulsate --no-buttons --undecorated --center --skip-taskbar --image="${PW_GUI_ICON_PATH}/covers/lol_cover.jpg" > /dev/null 2>&1 &
|
||||
process=LeagueClientUx.exe
|
||||
while [[ -z `pidof ${process}` ]] ; do
|
||||
echo "PID ${process} not found"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#Rating=5
|
||||
export PW_COMMENT_DB="Wargaming Game Center"
|
||||
################################################
|
||||
export PW_WINE_USE=PROTON_GE
|
||||
export PW_VULKAN_USE=1 #dxvk, vkd3d or 0 for OpenGL
|
||||
export LAUNCH_PARAMETERS="--disable-gpu" # Additional launch options
|
||||
#export PW_USE_TERMINAL=1
|
||||
|
Reference in New Issue
Block a user