Scripts version 2222
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Lesta_Game_Center_Install_RU.exe"
|
||||
export PW_PREFIX_NAME="LGC"
|
||||
|
||||
export PW_WINE_USE="PROTON_LG_8-4"
|
||||
try_download_lgc () {
|
||||
set -o pipefail
|
||||
wget -t 5 -T 3 "$1" --output-document="$2" 2>&1 | \
|
||||
@ -14,7 +14,7 @@ try_download_lgc () {
|
||||
}
|
||||
|
||||
pw_clear_pfx
|
||||
gui_proton_downloader silent "PROTON_LG_8-4"
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
start_portwine
|
||||
|
||||
if try_download_lgc "redirect.lesta.ru/LGC/Lesta_Game_Center_Install_RU.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
|
@ -5,6 +5,7 @@ export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||
[ "${update_loc}" = "RUS" ] && export WGC_LOC=RU || export WGC_LOC=EU
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Wargaming_Game_Center_Install_WoT_${WGC_LOC}.exe"
|
||||
export PW_PREFIX_NAME="WGC"
|
||||
export PW_WINE_USE="PROTON_LG_8-4"
|
||||
|
||||
try_download_wgc () {
|
||||
set -o pipefail
|
||||
@ -15,8 +16,9 @@ try_download_wgc () {
|
||||
}
|
||||
|
||||
pw_clear_pfx
|
||||
gui_proton_downloader silent "PROTON_LG_8-4"
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
start_portwine
|
||||
|
||||
if try_download_wgc "redirect.wargaming.net/WGC/Wargaming_Game_Center_Install_WoT_${WGC_LOC}.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
then
|
||||
pw_start_progress_bar_block "Starting WGC installation..."
|
||||
|
@ -6,8 +6,6 @@ export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/wos_client.exe"
|
||||
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||
export PW_DLL_INSTALL="faudio dotnet48"
|
||||
export PW_VULKAN_USE=1
|
||||
export PW_WINE_USE=GE-PROTON7-55
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
|
||||
start_portwine
|
||||
if try_download "165311.selcdn.ru/wosb_installer/wos_client.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
|
Reference in New Issue
Block a user