Scripts version 2303
This commit is contained in:
parent
0b81103204
commit
c6359f653b
@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2303### Date: 06.06.2024 / Download update size: 190 megabytes
|
||||
* updated WINE_LG to version "9-10"
|
||||
* updated the GOG installer
|
||||
* fixed the display of the correct icons.exe files
|
||||
|
||||
###Scripts version 2302### Date: 03.06.2024 / Download update size: 405 megabytes
|
||||
* updated WINE_LG to version "9-9"
|
||||
* updated PROTON_LG to version "9-5-1" (added patches to improve the operation of dualsense gamepads)
|
||||
|
@ -2,6 +2,11 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2303### Дата: 06.06.2024 / Размер скачиваемого обновления: 190 мегабайт
|
||||
* обновлен WINE_LG до версии "9-10"
|
||||
* обновлен установщик GOG
|
||||
* исправлено отоброжение правильных иконок .exe файлов
|
||||
|
||||
###Scripts version 2302### Дата: 03.06.2024 / Размер скачиваемого обновления: 405 мегабайт
|
||||
* обновлен WINE_LG до версии "9-9"
|
||||
* обновлен PROTON_LG до версии "9-5-1" (добавлены патчи для улучшения работы геймпадов dualsense)
|
||||
|
@ -1437,7 +1437,9 @@ pw_create_gui_png () {
|
||||
PW_PRODUCTNAME="$(echo "$PW_PRODUCTNAME" | sed 's/Launcher\|RU//g')"
|
||||
fi
|
||||
|
||||
if [[ ! -z "$PW_PRODUCTNAME" ]] ; then
|
||||
if [[ ! -z "$PW_PRODUCTNAME" ]] \
|
||||
&& [[ "$PW_PRODUCTNAME" != Bootstrap* ]]
|
||||
then
|
||||
PORTPROTON_NAME="$PW_PRODUCTNAME"
|
||||
else
|
||||
PORTPROTON_NAME="$(basename "${portwine_exe}" .exe)"
|
||||
|
@ -1,8 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# Author: Castro-Fidel (linux-gaming.ru)
|
||||
########################################################################
|
||||
GOG_VER="$(curl "https://remote-config.gog.com/components/webinstaller?component_version=2.0.0" \
|
||||
| awk -F'setup_galaxy_' '{print $2}' \
|
||||
| awk -F'.exe' '{print $1}')"
|
||||
[[ "${GOG_VER}" != 2.* ]] && yad_error "ERROR: Get the GOG version." && exit 1
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/setup_galaxy_${GOG_VER}.exe"
|
||||
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/setup_galaxy.exe"
|
||||
export PW_PREFIX_NAME="GOG"
|
||||
export DISABLE_CP_DEFPFX="1"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
@ -10,7 +14,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="GOG GALAXY"
|
||||
|
||||
start_portwine
|
||||
|
||||
if try_download "https://webinstallers.gog-statics.com/download/GOG_Galaxy_2.0.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||
if try_download "https://content-system.gog.com/open_link/download?path=/open/galaxy/client/${GOG_VER}/setup_galaxy_${GOG_VER}.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||
then
|
||||
pw_start_progress_bar_install_game "GOG Galaxy."
|
||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2302
|
||||
#SCRIPTS_NEXT_VERSION=2303
|
||||
########################################################################
|
||||
export LANGUAGES_LIST="ru es"
|
||||
export PW_MANGOHUD="0"
|
||||
@ -48,7 +48,7 @@ export PW_FAKE_DLSS_3_VER="090"
|
||||
export PW_GALLIUM_NINE_VER="0.9"
|
||||
###WINE_AND_PROTON_LG###
|
||||
export PW_PROTON_LG_VER="PROTON_LG_9-5-1"
|
||||
export PW_WINE_LG_VER="WINE_LG_9-9"
|
||||
export PW_WINE_LG_VER="WINE_LG_9-10"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export WINE_FULLSCREEN_FSR_MODE="ultra"
|
||||
###DXVK_AND_VKD3D###
|
||||
|
Loading…
Reference in New Issue
Block a user