forked from CastroFidel/PortWINE
Scripts version 2357
This commit is contained in:
parent
aa16081cb1
commit
7d7ef7496a
@ -2,6 +2,18 @@ You can help us in the development of the project on the website: https://linux-
|
|||||||
----------------------------------------
|
----------------------------------------
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
|
###Scripts version 2357### / Date: 29.09.2024 / Download update size: 220 megabytes
|
||||||
|
* updated PROTON_LG to version "9-15"
|
||||||
|
* updated versions:
|
||||||
|
* DXVK_GIT "2.4.1-74"
|
||||||
|
* VKD3D_GIT "1.1-4202"
|
||||||
|
* added auto-installation "Star Conflict" (thanks to Chal55rus)
|
||||||
|
* added auto-installation "Blood and Soul" (thanks to Chal55rus)
|
||||||
|
* updated auto-installation "World of Sea Battle" (thanks valokardin)
|
||||||
|
* for "World of Sea Battle" language switching in the game has been fixed and the "DOTNET" prefix is no longer required
|
||||||
|
* fixed determination of the selection of settings files when the exe file is a symbolic link
|
||||||
|
* added returns to the main menu after canceling the reinstallation/uninstallation of PP, clearing the prefix and uninstalling programs (thanks to Htylol)
|
||||||
|
|
||||||
###Scripts version 2356### / stable / Date: 28.09.2024 / Download update size: 4 megabytes
|
###Scripts version 2356### / stable / Date: 28.09.2024 / Download update size: 4 megabytes
|
||||||
* fixed work in steam and ingame
|
* fixed work in steam and ingame
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
|
###Scripts version 2357### / Дата: 29.09.2024 / Размер скачиваемого обновления: 220 мегабайт
|
||||||
* обновлен PROTON_LG до версии "9-15"
|
* обновлен PROTON_LG до версии "9-15"
|
||||||
* обновлены версии:
|
* обновлены версии:
|
||||||
* DXVK_GIT "2.4.1-74"
|
* DXVK_GIT "2.4.1-74"
|
||||||
@ -11,6 +12,7 @@
|
|||||||
* обновлена автоустановка "World of Sea Battle" (спасибо valokardin)
|
* обновлена автоустановка "World of Sea Battle" (спасибо valokardin)
|
||||||
* для "World of Sea Battle" исправлено переключение языка в игре и больше не требуется префикс "DOTNET"
|
* для "World of Sea Battle" исправлено переключение языка в игре и больше не требуется префикс "DOTNET"
|
||||||
* исправлено определение выбора файлов настроек когда exe файл является символьной ссылкой
|
* исправлено определение выбора файлов настроек когда exe файл является символьной ссылкой
|
||||||
|
* добавлены возвраты в основное меню после отмены переустановки/удалении PP, чистки префикса и удаления программ (спасибо Htylol)
|
||||||
|
|
||||||
###Scripts version 2356### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 4 мегабайт
|
###Scripts version 2356### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 4 мегабайт
|
||||||
* исправлена работа в steam и ingame
|
* исправлена работа в steam и ingame
|
||||||
|
@ -681,6 +681,7 @@ background_pid () {
|
|||||||
local arg3=$3 # Номер процесса (1,2,3..)
|
local arg3=$3 # Номер процесса (1,2,3..)
|
||||||
|
|
||||||
if [[ "$START_FROM_STEAM" == 1 ]] \
|
if [[ "$START_FROM_STEAM" == 1 ]] \
|
||||||
|
|| [[ "$PW_GUI_DISABLED_CS" == 1 ]] \
|
||||||
|| [[ -n "$PW_DEBUG" ]] ; then
|
|| [[ -n "$PW_DEBUG" ]] ; then
|
||||||
case $arg1 in
|
case $arg1 in
|
||||||
--start) eval "$arg2" ;;
|
--start) eval "$arg2" ;;
|
||||||
|
@ -742,7 +742,7 @@ else
|
|||||||
--field=" Farlight 84"!"$PW_GUI_ICON_PATH/farlight84.png"!"":"FBTN" '@bash -c "button_click --normal PW_FARLIGHT84"' \
|
--field=" Farlight 84"!"$PW_GUI_ICON_PATH/farlight84.png"!"":"FBTN" '@bash -c "button_click --normal PW_FARLIGHT84"' \
|
||||||
--field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click --normal PW_SWL"' \
|
--field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click --normal PW_SWL"' \
|
||||||
--field=" Blood and Soul"!"$PW_GUI_ICON_PATH/bloodandsoul.png"!"":"FBTN" '@bash -c "button_click --normal PW_BLOOD_AND_SOUL"' \
|
--field=" Blood and Soul"!"$PW_GUI_ICON_PATH/bloodandsoul.png"!"":"FBTN" '@bash -c "button_click --normal PW_BLOOD_AND_SOUL"' \
|
||||||
--field=" Star Conflict (ENG)"!"$PW_GUI_ICON_PATH/starconflict.png"!"":"FBTN" '@bash -c "button_click --normal PW_STAR_CONFLICT"' \
|
--field=" Star Conflict"!"$PW_GUI_ICON_PATH/starconflict.png"!"":"FBTN" '@bash -c "button_click --normal PW_STAR_CONFLICT"' \
|
||||||
2>/dev/null &
|
2>/dev/null &
|
||||||
|
|
||||||
export START_FROM_PP_GUI="1"
|
export START_FROM_PP_GUI="1"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#Author: Castro-Fidel (linux-gaming.ru)
|
#Author: Castro-Fidel (linux-gaming.ru)
|
||||||
#SCRIPTS_NEXT_VERSION=2356
|
#SCRIPTS_NEXT_VERSION=2357
|
||||||
#SCRIPTS_STABLE_VERSION=2356
|
#SCRIPTS_STABLE_VERSION=2356
|
||||||
########################################################################
|
########################################################################
|
||||||
# export PROTON_USE_XALIA="1"
|
# export PROTON_USE_XALIA="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user