From 29fea96413dbd8129367e1a1927b1fe80283fe5f Mon Sep 17 00:00:00 2001 From: castro-fidel Date: Sat, 4 Jun 2022 12:17:25 +0300 Subject: [PATCH] Scripts version 2116 --- data_from_portwine/changelog_eng | 4 ++++ data_from_portwine/changelog_rus | 4 ++++ data_from_portwine/scripts/portwine_db/EpicGamesLauncher | 1 + data_from_portwine/scripts/portwine_db/League of Legends | 1 + data_from_portwine/scripts/pw_autoinstall/PW_EPIC | 2 ++ data_from_portwine/scripts/pw_autoinstall/PW_LOL | 1 + data_from_portwine/scripts/var | 2 +- 7 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data_from_portwine/changelog_eng b/data_from_portwine/changelog_eng index 5ed10814..3f53021e 100644 --- a/data_from_portwine/changelog_eng +++ b/data_from_portwine/changelog_eng @@ -2,6 +2,10 @@ You can help us in the development of the project on the website: boosty.to/port ----------------------------------------- Changelog: +###Scripts version 2116### +* HOTFIX - Epic Games Store +* HOTFIX - League of Legends + ###Scripts version 2115### * optimized launch PortProton in Rosa Linux diff --git a/data_from_portwine/changelog_rus b/data_from_portwine/changelog_rus index a6838c62..a164f5af 100755 --- a/data_from_portwine/changelog_rus +++ b/data_from_portwine/changelog_rus @@ -2,6 +2,10 @@ ----------------------------------------- История изменений: +###Scripts version 2116### +* HOTFIX - Epic Games Store +* HOTFIX - League of Legends + ###Scripts version 2115### * ускорен запуск PortProton в Rosa Linux diff --git a/data_from_portwine/scripts/portwine_db/EpicGamesLauncher b/data_from_portwine/scripts/portwine_db/EpicGamesLauncher index fe11f410..e9365ef9 100755 --- a/data_from_portwine/scripts/portwine_db/EpicGamesLauncher +++ b/data_from_portwine/scripts/portwine_db/EpicGamesLauncher @@ -8,6 +8,7 @@ export PW_WINE_USE=PROTON_GE export PW_VULKAN_USE=1 export LAUNCH_PARAMETERS="-SkipBuildPatchPrereq" export PW_DLL_INSTALL="vcrun2012 vcrun2013 vcrun2019" +export PW_USE_D3D_EXTRAS=1 add_in_start_portwine () { regdlloverrides "RDR2.exe:vulkan-1=n" diff --git a/data_from_portwine/scripts/portwine_db/League of Legends b/data_from_portwine/scripts/portwine_db/League of Legends index 553169a5..6b1671f6 100755 --- a/data_from_portwine/scripts/portwine_db/League of Legends +++ b/data_from_portwine/scripts/portwine_db/League of Legends @@ -20,6 +20,7 @@ export PW_PREFIX_NAME="LEAGUE_OF_LEGENDS" export PW_NO_FSYNC=1 export PW_NO_ESYNC=1 export PW_DISABLED_CREATE_DB=1 +export PW_USE_D3D_EXTRAS=1 ##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI check_download_wine_ver_for_lol () { diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_EPIC b/data_from_portwine/scripts/pw_autoinstall/PW_EPIC index 3095fab3..4867e5b6 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_EPIC +++ b/data_from_portwine/scripts/pw_autoinstall/PW_EPIC @@ -3,6 +3,8 @@ ######################################################################## export LAUNCH_PARAMETERS=("/q" ) export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EpicGamesLauncherInstaller.msi" +export PW_USE_D3D_EXTRAS=1 + start_portwine if try_download "launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi" "${PW_AUTOINSTALL_EXE}" then diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_LOL b/data_from_portwine/scripts/pw_autoinstall/PW_LOL index 63f80aa4..63301182 100644 --- a/data_from_portwine/scripts/pw_autoinstall/PW_LOL +++ b/data_from_portwine/scripts/pw_autoinstall/PW_LOL @@ -8,6 +8,7 @@ export PW_MUST_HAVE_DLL="" export PW_VULKAN_USE=1 export PW_WINE_USE=WINE_LOL_GE_7.0-2 export WINEDLLOVERRIDES="mscoree,mshtml=" +export PW_USE_D3D_EXTRAS=1 if [ ! -d "${PORT_WINE_PATH}/data/dist/${PW_WINE_USE}" ] ; then if try_download "github.com/Castro-Fidel/wine_builds/releases/download/${PW_WINE_USE}/${PW_WINE_USE}.tar.xz" \ diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 1c8301a9..d676b8b0 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/usr/bin/env bash #Author: Castro-Fidel (PortWINE-Linux.ru) -#SCRIPTS_NEXT_VERSION=2115 +#SCRIPTS_NEXT_VERSION=2116 ######################################################################## 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