forked from CastroFidel/PortWINE
Scripts version 2358
This commit is contained in:
parent
061cc7d5b7
commit
f612bdca32
@ -2,6 +2,13 @@ You can help us in the development of the project on the website: https://linux-
|
|||||||
----------------------------------------
|
----------------------------------------
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
|
###Scripts version 2358### / Date: 30.09.2024 / Download update size: 4 megabytes
|
||||||
|
* added for game mode on Steam Deck:
|
||||||
|
* possibility to update PortProton
|
||||||
|
* displaying the process of downloading and unpacking all PortProton packages
|
||||||
|
* added auto-installation "Lost Light" (thanks Chal55rus)
|
||||||
|
* added auto-installation "GameXP" (thanks Chal55rus)
|
||||||
|
|
||||||
###Scripts version 2357### / Date: 29.09.2024 / Download update size: 220 megabytes
|
###Scripts version 2357### / Date: 29.09.2024 / Download update size: 220 megabytes
|
||||||
* updated PROTON_LG to version "9-15"
|
* updated PROTON_LG to version "9-15"
|
||||||
* updated versions:
|
* updated versions:
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
|
###Scripts version 2358### / Дата: 30.09.2024 / Размер скачиваемого обновления: 4 мегабайт
|
||||||
|
* добавлены для игрового режима на Steam Deck:
|
||||||
|
* возможность обновления PortProton
|
||||||
|
* отображение процесса скачивания и распаковки всех пакетов PortProton
|
||||||
|
* добавлена автоустановка "Lost Light" (спасибо Chal55rus)
|
||||||
|
* добавлена автоустановка "GameXP" (спасибо Chal55rus)
|
||||||
|
|
||||||
###Scripts version 2357### / Дата: 29.09.2024 / Размер скачиваемого обновления: 220 мегабайт
|
###Scripts version 2357### / Дата: 29.09.2024 / Размер скачиваемого обновления: 220 мегабайт
|
||||||
* обновлен PROTON_LG до версии "9-15"
|
* обновлен PROTON_LG до версии "9-15"
|
||||||
* обновлены версии:
|
* обновлены версии:
|
||||||
|
BIN
data_from_portwine/img/gui/swl.png
Executable file → Normal file
BIN
data_from_portwine/img/gui/swl.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 5.0 KiB |
@ -2,15 +2,18 @@
|
|||||||
# Author: chal55rus
|
# Author: chal55rus
|
||||||
########################################################################
|
########################################################################
|
||||||
export PW_PREFIX_NAME="LOST_LIGHT"
|
export PW_PREFIX_NAME="LOST_LIGHT"
|
||||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/LostLight.exe"
|
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/LostLight_installer.exe"
|
||||||
export PORTWINE_CREATE_SHORTCUT_NAME="Lost Light"
|
export PORTWINE_CREATE_SHORTCUT_NAME="Lost Light"
|
||||||
|
|
||||||
|
URL_LOST_LIGHT="$(curl -s --list-only "https://adl.easebar.com/d/g/yhtj/c/lostlightcspc" | grep 'var pc_link =' | awk -F\" '{print $2}')"
|
||||||
|
|
||||||
start_portwine
|
start_portwine
|
||||||
if try_download "https://h75na.gdl.easebar.com/LostLight_global_netease_20240903.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
if try_download "${URL_LOST_LIGHT}" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||||
then
|
then
|
||||||
pw_start_progress_bar_install_game "LostLight."
|
pw_start_progress_bar_install_game "LostLight."
|
||||||
"$pw_7z" x -y "${PW_AUTOINSTALL_EXE}" -o"$WINEPREFIX/drive_c/Program Files (x86)/LostLight"
|
"$pw_7z" x -y "${PW_AUTOINSTALL_EXE}" -o"$WINEPREFIX/drive_c/Program Files (x86)/LostLight"
|
||||||
portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/LostLight/launcher.exe"
|
export portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/LostLight/launcher.exe"
|
||||||
|
pw_create_unique_exe "lostlight_launcher_pp"
|
||||||
try_remove_file "${PW_AUTOINSTALL_EXE}"
|
try_remove_file "${PW_AUTOINSTALL_EXE}"
|
||||||
try_remove_file "${portwine_exe}.ppdb"
|
try_remove_file "${portwine_exe}.ppdb"
|
||||||
kill_portwine
|
kill_portwine
|
||||||
|
@ -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=2357
|
#SCRIPTS_NEXT_VERSION=2358
|
||||||
#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