From 5582ed5862cd94084a0e290aa5317f666e29d1b9 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Tue, 30 May 2023 20:03:00 +0300 Subject: [PATCH] Scripts version 2194 --- data_from_portwine/changelog_eng | 9 +++++---- data_from_portwine/changelog_rus | 9 +++++---- data_from_portwine/scripts/functions_helper | 4 +--- data_from_portwine/scripts/var | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data_from_portwine/changelog_eng b/data_from_portwine/changelog_eng index 15cdc2e8..89da5294 100755 --- a/data_from_portwine/changelog_eng +++ b/data_from_portwine/changelog_eng @@ -2,14 +2,15 @@ You can help us in the development of the project on the website: boosty.to/linu ----------------------------------------- Changelog: -###Scripts version 2193### -Date: 30.05.2023 / The size of the downloaded update: 15 megabytes. +###Scripts version 2194### Date: 30.05.2023 / The size of the downloaded update: 9 megabytes. +* HOTFIX - removed nvml verification in the plugins directory + +###Scripts version 2193### Date: 30.05.2023 / The size of the downloaded update: 15 megabytes. * a small change in the settings of 3D api, DXR, DXS. * updated dxvk-nvapi to version 0.6.3 * updated FAKE_DLS 230506 (FidelityFx Super Resolution 2.2-3001-0-9-1683395145) -###Scripts version 2192### -Date: 30.05.2023 / The size of the downloaded update: 9 megabytes. +###Scripts version 2192### Date: 30.05.2023 / The size of the downloaded update: 9 megabytes. * fixed interface window when changing its size * HOTFIX - transition on the way to .exe file diff --git a/data_from_portwine/changelog_rus b/data_from_portwine/changelog_rus index 66c2fb59..127ec277 100755 --- a/data_from_portwine/changelog_rus +++ b/data_from_portwine/changelog_rus @@ -2,14 +2,15 @@ ----------------------------------------- История изменений: -###Scripts version 2193### -Дата: 30.05.2023 / Размер скачиваемого обновления: 15 мегабайт. +###Scripts version 2194### Дата: 30.05.2023 / Размер скачиваемого обновления: 9 мегабайт. +* HOTFIX - убрана проверка nvml в каталоге plugins + +###Scripts version 2193### Дата: 30.05.2023 / Размер скачиваемого обновления: 15 мегабайт. * обновление функций выбора 3D api, DXR, DLSS, FAKE_DLSS * обновлен dxvk-nvapi до версии 0.6.3 * обновлен FAKE_DLSS 230506 (FidelityFx Super Resolution 2.2-3001-0-9-1683395145) -###Scripts version 2192### -Дата: 30.05.2023 / Размер скачиваемого обновления: 9 мегабайт. +###Scripts version 2192### Дата: 30.05.2023 / Размер скачиваемого обновления: 9 мегабайт. * исправлено "убегание" окна интерфейса при изменении его размера * HOTFIX - переход по пути до .exe файла diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 8d56aa50..11f712fd 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -748,9 +748,7 @@ pw_check_and_download_plugins () { do try_remove_dir "${PORT_WINE_TMP_PATH}/${RM_PLUGINS}" done fi - if [[ ! -d "${PW_PLUGINS_PATH}/BattlEye_Runtime" || ! -d "${PW_PLUGINS_PATH}/fake_dlss" \ - || ! -d "${PW_PLUGINS_PATH}/nvapi" || ! -d "${PW_PLUGINS_PATH}/nvml" ]] - then + if [[ ! -d "${PW_PLUGINS_PATH}/fake_dlss" ]] || [[ ! -d "${PW_PLUGINS_PATH}/nvapi" ]] ; then print_info "Download and install plugins${PW_PLUGINS_VER}..." if try_download "github.com/Castro-Fidel/wine_builds/releases/download/plugins${PW_PLUGINS_VER}/plugins${PW_PLUGINS_VER}.tar.xz" "${PORT_WINE_TMP_PATH}/plugins${PW_PLUGINS_VER}.tar.xz" ; then if unpack_tar_xz "${PORT_WINE_TMP_PATH}/plugins${PW_PLUGINS_VER}.tar.xz" "${PORT_WINE_TMP_PATH}" ; then diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 34cc6a81..fd8904cc 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=2193 +#SCRIPTS_NEXT_VERSION=2194 ######################################################################## export PW_MANGOHUD=0 export MANGOHUD_CONFIG=cpu_stats,cpu_temp,cpu_mhz,cpu_color=2e97cb,cpu_text=CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color=2e9762,gpu_text=GPU,vram,vram_color=ad64c1,ram,ram_color=c26693,io_color=a491d3,frame_timing=1,frametime_color=00ff00,time,arch,wine,wine_color=eb5b5b,engine_color=eb5b5b,background_alpha=0.2,font_size=24,background_color=020202,text_color=ffffff,toggle_hud=Shift_R+F12,resolution,vkbasalt