###Scripts version 2052###

This commit is contained in:
castro-fidel
2021-11-19 20:44:45 +03:00
parent 3c9288843f
commit d1bb1d7fa7
12 changed files with 73 additions and 21 deletions

View File

@ -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"

View File

@ -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