Scripts version 2245
This commit is contained in:
parent
3744dbf0b5
commit
2fb4fd4952
@ -2,6 +2,16 @@ You can help us in the development of the project on the website: https://linux-
|
|||||||
----------------------------------------
|
----------------------------------------
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
|
###Scripts version 2245### Date: 19.01.2024 / Download update size: 350 megabytes
|
||||||
|
* updated WINE_LG to version 9-0 and added fonts from proton steam
|
||||||
|
* The libs_v46 container library package has been updated
|
||||||
|
* updated MANGOHUD to version 0.7.0 in the container (thanks to Boria138)
|
||||||
|
* fixed the display of gamemode in MANGOHUD (thanks to Boria138)
|
||||||
|
* improved the functionality of selecting an nvidia graphics card with hybrid graphics
|
||||||
|
* added auto-installation of the Modern Warships game (thanks to ValoKarDin)
|
||||||
|
* the auto installer has been updated and the GOG Galaxy launcher has been fixed
|
||||||
|
* the auto installer has been updated and the operation of the CALIBER game has been fixed
|
||||||
|
|
||||||
###Scripts version 2244### Date: 14.01.2024 / Download update size: 8 megabytes
|
###Scripts version 2244### Date: 14.01.2024 / Download update size: 8 megabytes
|
||||||
* updated PROTON_LG to version 8-25-2 (added fonts from proton steam)
|
* updated PROTON_LG to version 8-25-2 (added fonts from proton steam)
|
||||||
* fixed the display of the script version after reinstalling PortProton from the settings of the PortProton itself
|
* fixed the display of the script version after reinstalling PortProton from the settings of the PortProton itself
|
||||||
|
@ -2,10 +2,16 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
###Scripts version 2245### Дата: 15.01.2024 / Размер скачиваемого обновления: 8 мегабайт
|
###Scripts version 2245### Дата: 19.01.2024 / Размер скачиваемого обновления: 350 мегабайт
|
||||||
|
* обновлен WINE_LG до версии 9-0 и добавлены шрифты из proton steam
|
||||||
|
* обновлен пакет библиотек контейнера libs_v46
|
||||||
|
* обновлен MANGOHUD до версии 0.7.0 в контейнере (спасибо Boria138)
|
||||||
|
* исправлено отображение работы gamemode в MANGOHUD (спасибо Boria138)
|
||||||
* улучшен функционал выбора видеокарты nvidia с гибридной графикой
|
* улучшен функционал выбора видеокарты nvidia с гибридной графикой
|
||||||
* небольшие улучшения переводов
|
* небольшие улучшения переводов
|
||||||
* добавлена автоустановка игры Modern Warships (спасибо ValoKarDin)
|
* добавлена автоустановка игры Modern Warships (спасибо ValoKarDin)
|
||||||
|
* обновлен автоустановщик и исправлена работа лончера GOG Galaxy
|
||||||
|
* обновлен автоустановщик и исправлена работа игры CALIBER
|
||||||
|
|
||||||
###Scripts version 2244### Дата: 14.01.2024 / Размер скачиваемого обновления: 8 мегабайт
|
###Scripts version 2244### Дата: 14.01.2024 / Размер скачиваемого обновления: 8 мегабайт
|
||||||
* обновлен PROTON_LG до версии 8-25-2 (добавлены шрифты из proton steam)
|
* обновлен PROTON_LG до версии 8-25-2 (добавлены шрифты из proton steam)
|
||||||
|
@ -693,7 +693,7 @@ pw_download_libs () {
|
|||||||
export pw_yad_v12_3="${PW_WINELIB}/portable/bin/yad_v12_3"
|
export pw_yad_v12_3="${PW_WINELIB}/portable/bin/yad_v12_3"
|
||||||
export pw_zstd="${PW_WINELIB}/portable/bin/zstd"
|
export pw_zstd="${PW_WINELIB}/portable/bin/zstd"
|
||||||
export pw_7z="${PW_WINELIB}/portable/lib/p7zip/7z"
|
export pw_7z="${PW_WINELIB}/portable/lib/p7zip/7z"
|
||||||
export PW_XTERM="${PW_WINELIB}/runtime/files/bin/xterm -geometry 159x37 -e"
|
export PW_XTERM="${PW_WINELIB}/portable/bin/xterm -geometry 159x37 -e"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
9
data_from_portwine/scripts/portwine_db/Caliber
Normal file
9
data_from_portwine/scripts/portwine_db/Caliber
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Author: fidel
|
||||||
|
#caliber_launcher_pp.exe
|
||||||
|
#Rating=1-5
|
||||||
|
#####################examples###########################
|
||||||
|
export PW_VULKAN_USE="2"
|
||||||
|
export PW_WINE_USE="WINE_LG_9-0"
|
||||||
|
export PW_PREFIX_NAME="CALIBER"
|
||||||
|
export DISABLE_CP_DEFPFX=1
|
@ -9,6 +9,7 @@ export WINEDLLOVERRIDES="galaxycommunication.exe=n;libglesv2="
|
|||||||
export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated"
|
export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated"
|
||||||
export PW_PREFIX_NAME="GOG"
|
export PW_PREFIX_NAME="GOG"
|
||||||
export DISABLE_CP_DEFPFX=1
|
export DISABLE_CP_DEFPFX=1
|
||||||
|
export PW_WINE_USE=PROTON_STEAM_8.0-4
|
||||||
|
|
||||||
add_in_start_portwine ()
|
add_in_start_portwine ()
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
export PW_PREFIX_NAME="CALIBER"
|
export PW_PREFIX_NAME="CALIBER"
|
||||||
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CaliberSetup.exe"
|
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CaliberSetup.exe"
|
||||||
export PW_WINE_USE=PROTON_STEAM_6.3-8
|
export PW_WINE_USE=WINE_LG_9-0
|
||||||
|
export DISABLE_CP_DEFPFX=1
|
||||||
|
export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER"
|
||||||
|
|
||||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||||
|
|
||||||
@ -15,11 +17,11 @@ then
|
|||||||
pw_kill_autostart VC_redist.x64.exe 3 &
|
pw_kill_autostart VC_redist.x64.exe 3 &
|
||||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||||
portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/1C Game Studios/Caliber/Launcher.exe"
|
portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/1C Game Studios/Caliber/Launcher.exe"
|
||||||
|
pw_create_unique_exe "caliber_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
|
||||||
pw_stop_progress_bar
|
pw_stop_progress_bar
|
||||||
export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER"
|
|
||||||
portwine_create_shortcut
|
portwine_create_shortcut
|
||||||
fi
|
fi
|
||||||
stop_portwine
|
stop_portwine
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
export LAUNCH_PARAMETERS=("/silent" "/repair" )
|
export LAUNCH_PARAMETERS=("/silent" "/repair" )
|
||||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EAappInstaller.exe"
|
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EAappInstaller.exe"
|
||||||
export PW_VULKAN_USE=1
|
export PW_VULKAN_USE=1
|
||||||
|
# export PW_USE_D3D_EXTRAS="0"
|
||||||
|
# export DISABLE_CP_DEFPFX=1
|
||||||
|
export PW_PREFIX_NAME="EAAPP"
|
||||||
|
|
||||||
start_portwine
|
start_portwine
|
||||||
if try_download_game "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe" "${PW_AUTOINSTALL_EXE}"
|
if try_download_game "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe" "${PW_AUTOINSTALL_EXE}"
|
||||||
|
@ -9,6 +9,7 @@ GOG_VER="$(curl "https://remote-config.gog.com/components/webinstaller?component
|
|||||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/setup_galaxy_${GOG_VER}.exe"
|
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/setup_galaxy_${GOG_VER}.exe"
|
||||||
export PW_PREFIX_NAME="GOG"
|
export PW_PREFIX_NAME="GOG"
|
||||||
export DISABLE_CP_DEFPFX=1
|
export DISABLE_CP_DEFPFX=1
|
||||||
|
export PW_WINE_USE=PROTON_STEAM_8.0-4
|
||||||
|
|
||||||
start_portwine
|
start_portwine
|
||||||
|
|
||||||
|
@ -502,11 +502,6 @@ export -f gui_credits
|
|||||||
|
|
||||||
###MAIN###
|
###MAIN###
|
||||||
|
|
||||||
# HOTFIX CALIBRE
|
|
||||||
if [[ ! -z "$(echo ${1} | grep '/Caliber/')" ]] ; then
|
|
||||||
export PW_WINE_USE=PROTON_STEAM_6.3-8
|
|
||||||
fi
|
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
'--help' )
|
'--help' )
|
||||||
|
@ -15,7 +15,7 @@ export PW_USE_TERMINAL="0"
|
|||||||
export PW_WINEDBG_DISABLE="1"
|
export PW_WINEDBG_DISABLE="1"
|
||||||
export PW_WINDOWS_VER="10"
|
export PW_WINDOWS_VER="10"
|
||||||
export WINEARCH="win64"
|
export WINEARCH="win64"
|
||||||
export PW_LIBS_VER="_v45"
|
export PW_LIBS_VER="_v46"
|
||||||
export GDK_BACKEND="x11"
|
export GDK_BACKEND="x11"
|
||||||
export PW_USE_GSTREAMER="1"
|
export PW_USE_GSTREAMER="1"
|
||||||
export PW_USE_D3D_EXTRAS="1"
|
export PW_USE_D3D_EXTRAS="1"
|
||||||
@ -39,7 +39,7 @@ export PW_PLUGINS_VER="_v12"
|
|||||||
export PW_FAKE_DLSS_VER="230506"
|
export PW_FAKE_DLSS_VER="230506"
|
||||||
###WINE_AND_PROTON_LG###
|
###WINE_AND_PROTON_LG###
|
||||||
export PW_PROTON_LG_VER="PROTON_LG_8-25-2"
|
export PW_PROTON_LG_VER="PROTON_LG_8-25-2"
|
||||||
export PW_WINE_LG_VER="WINE_LG_8-18-1"
|
export PW_WINE_LG_VER="WINE_LG_9-0"
|
||||||
export PW_WINE_FULLSCREEN_FSR="1"
|
export PW_WINE_FULLSCREEN_FSR="1"
|
||||||
###DXVK_AND_VKD3D###
|
###DXVK_AND_VKD3D###
|
||||||
export VKD3D_LIMIT_TESS_FACTORS="64"
|
export VKD3D_LIMIT_TESS_FACTORS="64"
|
||||||
|
Loading…
Reference in New Issue
Block a user