Commit 304568c8 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2290

parent c15da9bb
...@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux- ...@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
---------------------------------------- ----------------------------------------
Changelog: Changelog:
###Scripts version 2290### Date: 30.04.2024 / Download update size: 3 megabytes
* fixed autoinstall for CALIBER
###Scripts version 2289### Date: 30.04.2024 / Download update size: 3 megabytes ###Scripts version 2289### Date: 30.04.2024 / Download update size: 3 megabytes
* the selection of the legacy version of DXVK is combined with DGVOODOO2 (thanks Htylol) * the selection of the legacy version of DXVK is combined with DGVOODOO2 (thanks Htylol)
* fixed caching of VKD3D shaders for DirectX 12 games (thanks Htylol) * fixed caching of VKD3D shaders for DirectX 12 games (thanks Htylol)
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2290### Дата: 30.04.2024 / Размер скачиваемого обновления: 3 мегабайта
* исправлена автоустановка игры КАЛИБР
###Scripts version 2289### Дата: 30.04.2024 / Размер скачиваемого обновления: 3 мегабайта ###Scripts version 2289### Дата: 30.04.2024 / Размер скачиваемого обновления: 3 мегабайта
* выбор устаревшей версии DXVK объединён с DGVOODOO2 (спасибо Htylol) * выбор устаревшей версии DXVK объединён с DGVOODOO2 (спасибо Htylol)
* исправлено кеширование VKD3D шейдеров для игр DirectX 12 (спасибо Htylol) * исправлено кеширование VKD3D шейдеров для игр DirectX 12 (спасибо Htylol)
......
...@@ -7,3 +7,4 @@ export PW_VULKAN_USE="2" ...@@ -7,3 +7,4 @@ export PW_VULKAN_USE="2"
export PW_WINE_USE="PROTON_LG" export PW_WINE_USE="PROTON_LG"
export PW_PREFIX_NAME="CALIBER" export PW_PREFIX_NAME="CALIBER"
export DISABLE_CP_DEFPFX=1 export DISABLE_CP_DEFPFX=1
export WINEDLLOVERRIDES="xaudio2_7=n,b"
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Author: chal55rus # Author: chal55rus
######################################################################## ########################################################################
export PW_PREFIX_NAME="CALIBER" export PW_PREFIX_NAME="CALIBER"
export LAUNCH_PARAMETERS=("/VERYSILENT") export LAUNCH_PARAMETERS=("/VERYSILENT" "/CLOSEAPPLICATIONS")
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CaliberSetup.exe" export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CaliberSetup.exe"
export PW_WINE_USE=PROTON_LG export PW_WINE_USE=PROTON_LG
export DISABLE_CP_DEFPFX=1 export DISABLE_CP_DEFPFX=1
...@@ -11,7 +11,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER" ...@@ -11,7 +11,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER"
gui_proton_downloader silent "${PW_WINE_USE}" gui_proton_downloader silent "${PW_WINE_USE}"
start_portwine start_portwine
if try_download "https://caliber-files.gcdn.co/caliber-s3/p1/a88c3b70f76a0e56b1e08b62c9895cfe/launcher/setup/CaliberSetup.exe" "${PW_AUTOINSTALL_EXE}" no_mirror if try_download "https://cdn.playcaliber.com/caliber-s3/p1/a88c3b70f76a0e56b1e08b62c9895cfe/launcher/setup/CaliberSetup.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
then then
pw_start_progress_bar_install_game "CALIBER." pw_start_progress_bar_install_game "CALIBER."
pw_kill_autostart VC_redist.x64.exe 3 & pw_kill_autostart VC_redist.x64.exe 3 &
......
#!/usr/bin/env bash #!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru) #Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2289 #SCRIPTS_NEXT_VERSION=2290
######################################################################## ########################################################################
export LANGUAGES_LIST="ru" export LANGUAGES_LIST="ru"
export PW_MANGOHUD="0" export PW_MANGOHUD="0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment