diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en index 6b2859b..4ad9b2c 100755 --- a/data_from_portwine/changelog_en +++ b/data_from_portwine/changelog_en @@ -2,6 +2,13 @@ You can help us in the development of the project on the website: https://linux- ---------------------------------------- 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 * updated PROTON_LG to version "9-15" * updated versions: diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index 5ff3e15..03f6278 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -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 мегабайт * обновлен PROTON_LG до версии "9-15" * обновлены версии: diff --git a/data_from_portwine/img/gui/swl.png b/data_from_portwine/img/gui/swl.png old mode 100755 new mode 100644 index 531088c..0a169a5 Binary files a/data_from_portwine/img/gui/swl.png and b/data_from_portwine/img/gui/swl.png differ diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT b/data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT index 0de27f6..5fc98d1 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT +++ b/data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT @@ -2,15 +2,18 @@ # Author: chal55rus ######################################################################## 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" +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 -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 pw_start_progress_bar_install_game "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 "${portwine_exe}.ppdb" kill_portwine diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 5647428..13e68e1 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/usr/bin/env bash #Author: Castro-Fidel (linux-gaming.ru) -#SCRIPTS_NEXT_VERSION=2357 +#SCRIPTS_NEXT_VERSION=2358 #SCRIPTS_STABLE_VERSION=2356 ######################################################################## # export PROTON_USE_XALIA="1"