diff --git a/data_from_portwine/changelog_eng b/data_from_portwine/changelog_eng index e92d167c..2d4acae4 100644 --- a/data_from_portwine/changelog_eng +++ b/data_from_portwine/changelog_eng @@ -2,7 +2,10 @@ You can help us in the development of the project on the website: https://boosty ----------------------------------------- Changelog: -###Scripts version 2076### +###Scripts version 2078### +* added work Red Dead Redemption 2 purchased and launched in the Epic Games Launcher + +###Scripts version 2077### * fixed empty VULKAN/OPENGL selection window with some db files * the main GUI functions on yad are moved to a separate file diff --git a/data_from_portwine/changelog_rus b/data_from_portwine/changelog_rus index 19f062f7..fe878bab 100755 --- a/data_from_portwine/changelog_rus +++ b/data_from_portwine/changelog_rus @@ -2,7 +2,10 @@ ----------------------------------------- История изменений: -###Scripts version 2076### +###Scripts version 2078### +* добавлена работа Red Dead Redemption 2 купленная и запущенная в Epic Games Launcher + +###Scripts version 2077### * исправлены пустое окно выбора VULKAN/OPENGL с некоторыми db файлами * основные функции GUI на yad вынесены в отдельный файл diff --git a/data_from_portwine/scripts/portwine_db/EpicGamesLauncher b/data_from_portwine/scripts/portwine_db/EpicGamesLauncher index fcbee6ac..0b965b1c 100755 --- a/data_from_portwine/scripts/portwine_db/EpicGamesLauncher +++ b/data_from_portwine/scripts/portwine_db/EpicGamesLauncher @@ -7,4 +7,5 @@ export PW_WINE_USE=PROTON_GE export PW_VULKAN_USE=1 export LAUNCH_PARAMETERS="-SkipBuildPatchPrereq" -export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2013 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9" +export PW_DLL_INSTALL="vcrun2012 vcrun2013 vcrun2019" +export WINEDLLOVERRIDES="vulkan-1=n,b" diff --git a/data_from_portwine/scripts/portwine_db/Origin b/data_from_portwine/scripts/portwine_db/Origin index 18fa5e66..6544f07a 100755 --- a/data_from_portwine/scripts/portwine_db/Origin +++ b/data_from_portwine/scripts/portwine_db/Origin @@ -6,7 +6,7 @@ ##export PW_COMMENT_DB="blablabla" ##export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP -export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9 xact" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9" # Install DDL in port prefix (used winetricks) ##export WINEDLLOVERRIDES="blabla=n,b" ##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options diff --git a/data_from_portwine/scripts/portwine_db/Photoshop b/data_from_portwine/scripts/portwine_db/Photoshop index 4b31a79f..7fe331c0 100644 --- a/data_from_portwine/scripts/portwine_db/Photoshop +++ b/data_from_portwine/scripts/portwine_db/Photoshop @@ -5,7 +5,7 @@ ######################################################## export PW_WINDOWS_VER=10 export PW_VIRTUAL_DESKTOP=1 -export PW_DLL_INSTALL="atmlib corefonts gdiplus msxml3 msxml6 vcrun2010 vcrun2012 vcrun2013 vcrun2019" +export PW_DLL_INSTALL="atmlib corefonts gdiplus msxml3 msxml6 vcrun2012 vcrun2013 vcrun2019" #####################examples########################### ##export PW_COMMENT_DB="blablabla" ##export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP diff --git a/data_from_portwine/scripts/portwine_db/RDR2 b/data_from_portwine/scripts/portwine_db/RDR2 index 4347e9e7..a163c917 100755 --- a/data_from_portwine/scripts/portwine_db/RDR2 +++ b/data_from_portwine/scripts/portwine_db/RDR2 @@ -5,8 +5,8 @@ #Rating=? ################################################ export PW_VULKAN_USE=1 -#export WINEDLLOVERRIDES="vulkan-1=n" +export WINEDLLOVERRIDES="vulkan-1=n,b" export PW_DXGI_FROM_DXVK=1 -export LAUNCH_PARAMETERS=("-fullscreen" "-vulkan" "-adapter=1" "-width=1920" "-height=1080" "-USEALLAVAILABLECORES" "-cpuLoadRebalancing" "-ignorepipelinecach") +export LAUNCH_PARAMETERS=("-fullscreen" "-vulkan" "-adapter=1" "-USEALLAVAILABLECORES" "-cpuLoadRebalancing" "-ignorepipelinecach") export PULSE_LATENCY_MSEC=60 #export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json" diff --git a/data_from_portwine/scripts/portwine_db/SimCity b/data_from_portwine/scripts/portwine_db/SimCity index 852f085f..5fd02088 100755 --- a/data_from_portwine/scripts/portwine_db/SimCity +++ b/data_from_portwine/scripts/portwine_db/SimCity @@ -4,7 +4,7 @@ #Rating=1-5 ######################################################## export PW_COMMENT_DB="SimCity 5" -export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9" # Install DDL in port prefix (used winetricks) export PW_NO_FSYNC=1 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support. export PW_NO_ESYNC=1 ##export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP diff --git a/data_from_portwine/scripts/runlib b/data_from_portwine/scripts/runlib index 14fec91b..4a7c4078 100755 --- a/data_from_portwine/scripts/runlib +++ b/data_from_portwine/scripts/runlib @@ -355,7 +355,7 @@ start_portwine () { try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x64/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/system32/" try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x32/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/" if [[ "${PW_D3D_EXTRAS_DISABLE}" != 1 ]] ; then - var_winedlloverride_update "${d3d_extras_from_plugins}=n" + var_winedlloverride_update "${d3d_extras_from_plugins}=n,b" fi if [[ -z "`grep "${d3d_extras_from_plugins}" "${WINEPREFIX}/winetricks.log"`" ]] ; then echo "${d3d_extras_from_plugins}" >> "${WINEPREFIX}/winetricks.log" diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 8e66fdb8..ca62fefc 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/bin/env bash #Author: Castro-Fidel (PortWINE-Linux.ru) -#SCRIPTS_NEXT_VERSION=2077 +#SCRIPTS_NEXT_VERSION=2078 #PORT_NEXT_VERSION=97 ######################################################################## export PW_MANGOHUD=1