diff --git a/data_from_portwine/scripts/portwine_db/ACValhalla b/data_from_portwine/scripts/portwine_db/ACValhalla new file mode 100644 index 0000000..55beeaf --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/ACValhalla @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +#Author: anonymous +#ACValhalla.exe +#Rating=1-5 +#####################examples########################### +export PW_DLL_INSTALL="vcrun2019" # Install DLL in port prefix (used winetricks) +export PW_VULKAN_USE=1 diff --git a/data_from_portwine/scripts/portwine_db/Anno4 b/data_from_portwine/scripts/portwine_db/Anno4 index 3864c50..101686a 100755 --- a/data_from_portwine/scripts/portwine_db/Anno4 +++ b/data_from_portwine/scripts/portwine_db/Anno4 @@ -3,7 +3,12 @@ #Anno4.exe #Rating=1-5 #####################examples########################### -export PW_COMMENT_DB="If after the first launch you see a black screen,\njust restart the game." +if [ "${update_loc}" = "RUS" ] ; then + export PW_COMMENT_DB="Если после первого запуска вы увидите черный экран, просто перезапустите игру." +fi +if [ "${update_loc}" = "ENG" ] ; then + export PW_COMMENT_DB="If after the first launch you see a black screen,\njust restart the game." +fi export PW_VULKAN_USE=1 if [ -d "${WINEPREFIX}/drive_c/users/steamuser/AppData/Roaming/Ubisoft/Anno1404/Config/" ] ; then sed -i 's/0<\/DirectXVersion>/9<\/DirectXVersion>/' "${WINEPREFIX}/drive_c/users/steamuser/AppData/Roaming/Ubisoft/Anno1404/Config/Engine.ini" diff --git a/data_from_portwine/scripts/portwine_db/AnomalyLauncher b/data_from_portwine/scripts/portwine_db/AnomalyLauncher index e4b38ad..c42c563 100755 --- a/data_from_portwine/scripts/portwine_db/AnomalyLauncher +++ b/data_from_portwine/scripts/portwine_db/AnomalyLauncher @@ -3,5 +3,6 @@ #AnomalyLauncher.exe #Rating=1-5 #####################examples########################### +export PW_DLL_INSTALL="d3dx10 d3dx11_42 d3dx11_43" # Install DLL in port prefix (used winetricks) export PW_VULKAN_USE=1 export PW_USE_WINE_DXGI=1 diff --git a/data_from_portwine/scripts/portwine_db/Biomutant b/data_from_portwine/scripts/portwine_db/Biomutant index 693a3dd..2891916 100755 --- a/data_from_portwine/scripts/portwine_db/Biomutant +++ b/data_from_portwine/scripts/portwine_db/Biomutant @@ -4,3 +4,4 @@ #Rating=1-5 #####################examples########################### export PW_VULKAN_USE=1 +export PW_DLL_INSTALL="vcrun2019" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood b/data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood new file mode 100644 index 0000000..fb7435c --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +#Author: +#CoJBiBGame_x86.exe +#Rating=5 +################################################ +export LAUNCH_PARAMETERS="" +export PW_DLL_INSTALL="d3dx9" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/DaysGone b/data_from_portwine/scripts/portwine_db/DaysGone new file mode 100644 index 0000000..48f386c --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/DaysGone @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +#Author: xuser +#DaysGone.exe +#Rating=1-5 +#####################examples########################### +export PW_DLL_INSTALL="vcrun2019" # Install DLL in port prefix (used winetricks) +export PW_NO_FSYNC=0 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support. +export PW_NO_ESYNC=0 # Do not use eventfd-based in-process synchronization primitives diff --git a/data_from_portwine/scripts/portwine_db/FL64 b/data_from_portwine/scripts/portwine_db/FL64 index 9641974..0f814f6 100755 --- a/data_from_portwine/scripts/portwine_db/FL64 +++ b/data_from_portwine/scripts/portwine_db/FL64 @@ -1,38 +1,11 @@ #!/usr/bin/env bash - #Author: xuser - #FL.exe - #FL64.exe - #Rating=1-5 - ################################################ - export PW_VULKAN_USE=0 +#Author: xuser +#FL.exe +#FL64.exe +#Rating=1-5 #####################examples########################### -##export PW_COMMENT_DB="blablabla" -export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP -##export PW_DLL_INSTALL="vcrun2017" # Install DDL in port prefix (used winetricks) +export PW_VULKAN_USE=0 export WINEDLLOVERRIDES="FLEngine,FLEngine_x64=n" -##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options -##export PW_DXVK_VER=1.8.1 -##export PW_VKD3D_VER=2.2 -##export PW_USE_DXR10=1 -##export PW_VULKAN_NO_ASYNC=1 # Disabled ASYNC for VULKAN -##export PW_OLD_GL_STRING=0 -##export PW_HIDE_NVIDIA_GPU=0 -##export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT -##export PW_VKD3D_FEATURE_LEVEL=0 -##export PW_DXGI_FROM_DXVK=0 -##export PW_VIRTUAL_DESKTOP=1 -##export VKD3D_CONFIG=force_bindless_texel_buffer,multi_queue 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 # Do not use eventfd-based in-process synchronization primitives -##export PULSE_LATENCY_MSEC=60 # Fix crackling audio in games -export PW_FORCE_DISABLED_GAMEMOD=1 # Force disabele gamemod -##export PW_FORCE_LARGE_ADDRESS_AWARE=1 # Force Wine to enable the LARGE_ADDRESS_AWARE flag for all executables. Enabled by default. -##export PW_NO_WRITE_WATCH=0 # Disable support for memory write watches in ntdll. This is a very dangerous hack and should only be applied if you have verified that the game can operate without write watches. This improves performance for some very specific games (e.g. CoreRT-based games). -##export PW_HEAP_DELAY_FREE=0 -##export WINEARCH=win32 # defaut = win64 -##export WINEPREFIX= -##export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG -##export PW_USE_TERMINAL=0 # Force run in terminal -##export PW_LOG=0 # Enable debug mode fo terminal -##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI -##add_in_start_portwine () { commands ; } +export PW_USE_GAMEMODE=1 diff --git a/data_from_portwine/scripts/portwine_db/FarCry6 b/data_from_portwine/scripts/portwine_db/FarCry6 new file mode 100644 index 0000000..f157b4d --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/FarCry6 @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +#Author: gamer +#FarCry6.exe +#Rating=1-5 +#####################examples########################### +export VK_FORMAT_A8_UNORM=1 + diff --git a/data_from_portwine/scripts/portwine_db/GTAIV b/data_from_portwine/scripts/portwine_db/GTAIV index bc5b3b0..a7e311a 100755 --- a/data_from_portwine/scripts/portwine_db/GTAIV +++ b/data_from_portwine/scripts/portwine_db/GTAIV @@ -4,3 +4,6 @@ #Rating=1-5 ################################################ export LAUNCH_PARAMETERS="-nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -noprecache -novblank -heapsize 2097152" # Additional launch options +export PW_NO_ESYNC=1 +export PW_NO_FSYNC=1 +##export RADV_DEBUG=nodcc # Enable if you have Big Navi videocard (Radeon RX 60xx) diff --git a/data_from_portwine/scripts/portwine_db/Hades b/data_from_portwine/scripts/portwine_db/Hades index 033ef02..60b8f80 100755 --- a/data_from_portwine/scripts/portwine_db/Hades +++ b/data_from_portwine/scripts/portwine_db/Hades @@ -2,6 +2,5 @@ #Author: linux-gaming.ru #Hades.exe #Rating=1-5 -#export PW_COMMENT_DB="blablabla" ################################################ export PW_DLL_INSTALL="vcrun2019 d3dcompiler_47 d3dx9_43" diff --git a/data_from_portwine/scripts/portwine_db/Half-Life2 b/data_from_portwine/scripts/portwine_db/Half-Life2 new file mode 100644 index 0000000..1af199e --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/Half-Life2 @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +#Author: xuser +#Half-Life2.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE=1 diff --git a/data_from_portwine/scripts/portwine_db/IGClient b/data_from_portwine/scripts/portwine_db/IGClient index af2b6e0..6357a85 100644 --- a/data_from_portwine/scripts/portwine_db/IGClient +++ b/data_from_portwine/scripts/portwine_db/IGClient @@ -4,7 +4,7 @@ #Rating=1-5 #####################examples########################### if [ "${update_loc}" = "RUS" ] ; then - export PW_COMMENT_DB="\nПосле первого подтверждения логина в вашем браузере\nнеобходимо перезапустить игру.\n" + export PW_COMMENT_DB="После первого подтверждения логина в вашем браузере, необходимо перезапустить игру." fi if [ "${update_loc}" = "ENG" ] ; then export PW_COMMENT_DB="After the first login confirmation in your browser, you need to restart the game." @@ -12,5 +12,4 @@ fi export PW_WINE_USE="PROTON_LG" export PW_VULKAN_USE="1" -export PW_PREFIX_NAME="IGCLIENT" export PW_DLL_INSTALL="vcrun2019" diff --git a/data_from_portwine/scripts/portwine_db/Konung3 b/data_from_portwine/scripts/portwine_db/Konung3 new file mode 100644 index 0000000..c661d9e --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/Konung3 @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +#Author: CyberHippy +#Konung3.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE="0" +export PW_OLD_GL_STRING="0" +export PW_VIRTUAL_DESKTOP="1" +export PW_NO_FSYNC="0" +export PW_NO_ESYNC="1" + diff --git a/data_from_portwine/scripts/portwine_db/Lineage2_NewRP b/data_from_portwine/scripts/portwine_db/Lineage2_NewRP index e2fd097..ccb5dc6 100755 --- a/data_from_portwine/scripts/portwine_db/Lineage2_NewRP +++ b/data_from_portwine/scripts/portwine_db/Lineage2_NewRP @@ -4,3 +4,5 @@ #Rating=5 #####################examples########################### export PW_USE_GSTREAMER=0 +export PW_NO_FSYNC=0 +export PW_NO_ESYNC=0 diff --git a/data_from_portwine/scripts/portwine_db/LostEmber b/data_from_portwine/scripts/portwine_db/LostEmber new file mode 100644 index 0000000..3be6fdc --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/LostEmber @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +#Author: xuser +#LostEmber-Win64-Shipping.exe +#Rating=1-5 +#####################examples########################### +export PW_HEAP_DELAY_FREE=1 + diff --git a/data_from_portwine/scripts/portwine_db/MWO b/data_from_portwine/scripts/portwine_db/MWO index c5ad597..f94f65c 100644 --- a/data_from_portwine/scripts/portwine_db/MWO +++ b/data_from_portwine/scripts/portwine_db/MWO @@ -4,12 +4,18 @@ #MWO.exe #Rating=1-5 #####################examples########################### -export PW_COMMENT_DB="\nНа данный момент игра работает, но долго запускаеться из Лаунчера.\nПосле установки игры, при повторном запуске, игра будет запускаться быстро.\n" + +if [ "${update_loc}" = "RUS" ] ; then + export PW_COMMENT_DB="На данный момент игра работает, но долго запускаеться из Лаунчера. После установки игры, при повторном запуске, игра будет запускаться быстро." +fi +if [ "${update_loc}" = "ENG" ] ; then + export PW_COMMENT_DB="At the moment the game works, but it takes a long time to start from the Launcher. After installing the game, when restarting, the game will start quickly." +fi add_in_start_portwine () { if [[ -f "${PATH_TO_GAME}/MWO.exe" ]] ; then - echo "Override $portwine_exe to ${PATH_TO_GAME}/MWO.exe" + #echo "Override $portwine_exe to ${PATH_TO_GAME}/MWO.exe" export portwine_exe="${PATH_TO_GAME}/MWO.exe" fi } diff --git a/data_from_portwine/scripts/portwine_db/MassEffect b/data_from_portwine/scripts/portwine_db/MassEffect old mode 100755 new mode 100644 index 3160009..3f17f3a --- a/data_from_portwine/scripts/portwine_db/MassEffect +++ b/data_from_portwine/scripts/portwine_db/MassEffect @@ -4,4 +4,4 @@ #MassEffectConfig.exe #Rating=1-5 #####################examples########################### -export PW_DLL_INSTALL="physx d3dx9" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="physx d3dx9" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/MassEffectConfig b/data_from_portwine/scripts/portwine_db/MassEffectConfig new file mode 100644 index 0000000..fb8fa3e --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/MassEffectConfig @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +#Author: xuser +#MassEffectConfig.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE=1 diff --git a/data_from_portwine/scripts/portwine_db/MassEffectLauncher b/data_from_portwine/scripts/portwine_db/MassEffectLauncher deleted file mode 100755 index 21c52dc..0000000 --- a/data_from_portwine/scripts/portwine_db/MassEffectLauncher +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -#Author: xuser -#MassEffectLauncher.exe -#Rating=1-5 -#####################examples########################### -export ENABLE_VKBASALT=1 -export PW_VKBASALT_EFFECTS=cas:FilmGrain2:Clarity -export PW_VKBASALT_FFX_CAS=0.75 diff --git a/data_from_portwine/scripts/portwine_db/MikuMikuDance b/data_from_portwine/scripts/portwine_db/MikuMikuDance index f75d4e1..53d625d 100755 --- a/data_from_portwine/scripts/portwine_db/MikuMikuDance +++ b/data_from_portwine/scripts/portwine_db/MikuMikuDance @@ -3,6 +3,5 @@ #MikuMikuDance.exe #Rating=3-5 #####################examples########################### -export PW_COMMENT_DB="MikuMikuDance" -export PW_DLL_INSTALL="vcrun2017" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="vcrun2017" # Install DLL in port prefix (used winetricks) export WINEDLLOVERRIDES="MMEffect,MMHack,d3d9,dsound=n,b" diff --git a/data_from_portwine/scripts/portwine_db/PlariumPlay b/data_from_portwine/scripts/portwine_db/PlariumPlay index f31e228..38d70a5 100644 --- a/data_from_portwine/scripts/portwine_db/PlariumPlay +++ b/data_from_portwine/scripts/portwine_db/PlariumPlay @@ -3,8 +3,6 @@ #PlariumPlay.exe #Rating=1-5 #####################examples########################### -##export PW_COMMENT_DB="blablabla" -export PW_WINDOWS_VER="10" export PW_VULKAN_USE="1" export PW_PREFIX_NAME="DOTNET" diff --git a/data_from_portwine/scripts/portwine_db/SR2_pc b/data_from_portwine/scripts/portwine_db/SR2_pc index 97e8c48..989ff9c 100755 --- a/data_from_portwine/scripts/portwine_db/SR2_pc +++ b/data_from_portwine/scripts/portwine_db/SR2_pc @@ -3,5 +3,5 @@ #SR2_pc.exe #Rating=1-5 #####################examples########################### -export PW_DLL_INSTALL="faudio" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="faudio" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/SimCity b/data_from_portwine/scripts/portwine_db/SimCity index ea3382f..ab8a64f 100755 --- a/data_from_portwine/scripts/portwine_db/SimCity +++ b/data_from_portwine/scripts/portwine_db/SimCity @@ -3,7 +3,6 @@ #SimCity.exe #Rating=1-5 ######################################################## -export PW_COMMENT_DB="SimCity 5" 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 diff --git a/data_from_portwine/scripts/portwine_db/SkyrimSE b/data_from_portwine/scripts/portwine_db/SkyrimSE index 61488ae..67b2a12 100755 --- a/data_from_portwine/scripts/portwine_db/SkyrimSE +++ b/data_from_portwine/scripts/portwine_db/SkyrimSE @@ -4,4 +4,5 @@ #Rating=1-5 ######################################################## export PW_REDUCE_PULSE_LATENCY=1 # Fix crackling audio in games +export PW_DLL_INSTALL="xact" # Install DDL in port prefix (used winetricks) export WINEDLLOVERRIDES="xaudio2_7=n,b" diff --git a/data_from_portwine/scripts/portwine_db/SystemShockRemake b/data_from_portwine/scripts/portwine_db/SystemShockRemake index 9d17726..1dcdb74 100644 --- a/data_from_portwine/scripts/portwine_db/SystemShockRemake +++ b/data_from_portwine/scripts/portwine_db/SystemShockRemake @@ -5,4 +5,5 @@ #Rating=1-5 #####################examples########################### export PW_WINE_USE="WINE_8.5_LG" +export PW_PREFIX_NAME="SystemShock" gui_proton_downloader silent "WINE_8.5_LG" diff --git a/data_from_portwine/scripts/portwine_db/UNDERTALE b/data_from_portwine/scripts/portwine_db/UNDERTALE old mode 100755 new mode 100644 index cbb552e..e261c3a --- a/data_from_portwine/scripts/portwine_db/UNDERTALE +++ b/data_from_portwine/scripts/portwine_db/UNDERTALE @@ -3,4 +3,4 @@ #UNDERTALE.exe #Rating=1-5 ######################################################## -MANGOHUD_CONFIG=fps_limit=30 +export FPS_LIMIT_VAR=30 diff --git a/data_from_portwine/scripts/portwine_db/VampireLife_2 b/data_from_portwine/scripts/portwine_db/VampireLife_2 index e333535..5b9feef 100755 --- a/data_from_portwine/scripts/portwine_db/VampireLife_2 +++ b/data_from_portwine/scripts/portwine_db/VampireLife_2 @@ -4,4 +4,3 @@ #Rating=1-5 #####################examples########################### export PW_VULKAN_USE="1" -export PW_COMMENT_DB="VampireLife 2" diff --git a/data_from_portwine/scripts/portwine_db/WorldOfSeaBattleClient b/data_from_portwine/scripts/portwine_db/WorldOfSeaBattleClient index 9523a83..fb2111e 100755 --- a/data_from_portwine/scripts/portwine_db/WorldOfSeaBattleClient +++ b/data_from_portwine/scripts/portwine_db/WorldOfSeaBattleClient @@ -4,7 +4,6 @@ #WorldOfSeaBattleClient.exe #Rating=1-5 #####################examples########################### -export PW_COMMENT_DB="World of Sea Battle" export PW_PREFIX_NAME="DOTNET" export PW_DLL_INSTALL="faudio dotnet48 dotnet20sp2 dotnetdesktop7" export WINEDLLOVERRIDES="quartz=b" diff --git a/data_from_portwine/scripts/portwine_db/alanwake b/data_from_portwine/scripts/portwine_db/alanwake new file mode 100644 index 0000000..3d3c262 --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/alanwake @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +#Author: xuser +#alanwake.exe +#Rating=1-5 +#####################examples########################### +export PW_DLL_INSTALL="d3dx9 d3dcompiler_43" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/default b/data_from_portwine/scripts/portwine_db/default index 5b03bae..fccd01b 100755 --- a/data_from_portwine/scripts/portwine_db/default +++ b/data_from_portwine/scripts/portwine_db/default @@ -3,7 +3,12 @@ #name_exe_file.exe #Rating=1-5 #####################examples########################### -##export PW_COMMENT_DB="blablabla" +# # if [ "${update_loc}" = "RUS" ] ; then +# # export PW_COMMENT_DB="blalala rus" +# # fi +# # if [ "${update_loc}" = "ENG" ] ; then +# # export PW_COMMENT_DB="blaala eng" +# # fi ##export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP ##export PW_DLL_INSTALL="vcrun2017" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/eve b/data_from_portwine/scripts/portwine_db/eve index 2fa94ae..a35601e 100755 --- a/data_from_portwine/scripts/portwine_db/eve +++ b/data_from_portwine/scripts/portwine_db/eve @@ -5,4 +5,5 @@ #Rating=5 #####################examples########################### export PW_VULKAN_USE=1 +export PW_DLL_INSTALL="vcrun2019 d3dcompiler_47" # Install DLL in port prefix (used winetricks) export WINEDLLOVERRIDES="concrt140,msvcp140,msvcp140_1,msvcp140_2,d3dcompiler_47=n" diff --git a/data_from_portwine/scripts/portwine_db/fc3_blooddragon_d3d11 b/data_from_portwine/scripts/portwine_db/fc3_blooddragon_d3d11 index fca06e9..8793a40 100755 --- a/data_from_portwine/scripts/portwine_db/fc3_blooddragon_d3d11 +++ b/data_from_portwine/scripts/portwine_db/fc3_blooddragon_d3d11 @@ -3,5 +3,5 @@ #fc3_blooddragon_d3d11.exe #Rating=1-5 #####################examples########################### -export PW_DLL_INSTALL="corefonts" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="corefonts xact" # Install DDL in port prefix (used winetricks) export WINEDLLOVERRIDES=xaudio2_7=n,b diff --git a/data_from_portwine/scripts/portwine_db/gfclient b/data_from_portwine/scripts/portwine_db/gfclient index a0d3c50..b99c6b4 100755 --- a/data_from_portwine/scripts/portwine_db/gfclient +++ b/data_from_portwine/scripts/portwine_db/gfclient @@ -3,9 +3,8 @@ #gfclient.exe #Rating=1-5 #####################examples########################### -export PW_COMMENT_DB="GameForge\nClient" export PW_VULKAN_USE=1 -export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DLL in port prefix (used winetricks) export WINEDLLOVERRIDES="gfclient0_msvc140=n;ucrtbase=b" ######################################################## #add_in_start_portwine () { diff --git a/data_from_portwine/scripts/portwine_db/gothic-ii-gold-edition b/data_from_portwine/scripts/portwine_db/gothic-ii-gold-edition index 76f9a5c..b1c36a4 100755 --- a/data_from_portwine/scripts/portwine_db/gothic-ii-gold-edition +++ b/data_from_portwine/scripts/portwine_db/gothic-ii-gold-edition @@ -1,11 +1,11 @@ #!/usr/bin/env bash - #Author: Ridbowt +#Author: Ridbowt #Sources: lutris.net/games/gothic-ii-gold-edition/ #GothicStarter.exe #Gothic2.exe #Rating=1-5 #####################examples########################### export WINEDLLOVERRIDES="dsound=b" -export PW_DLL_INSTALL="directmusic" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="directmusic" # Install DLL in port prefix (used winetricks) export PW_WINDOWS_VER=7 # Set windows version 10, 7 or XP export PW_VULKAN_USE=0 diff --git a/data_from_portwine/scripts/portwine_db/gta_sa b/data_from_portwine/scripts/portwine_db/gta_sa index a888af8..d34e8aa 100755 --- a/data_from_portwine/scripts/portwine_db/gta_sa +++ b/data_from_portwine/scripts/portwine_db/gta_sa @@ -5,4 +5,3 @@ ################################################ export PW_VULKAN_USE=0 export LAUNCH_PARAMETERS="" -#export PW_DLL_INSTALL="d3dx9 physx" diff --git a/data_from_portwine/scripts/portwine_db/gu_addon b/data_from_portwine/scripts/portwine_db/gu_addon new file mode 100644 index 0000000..c82131d --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/gu_addon @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +#Author: xuser +#gu_addon.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE=1 diff --git a/data_from_portwine/scripts/portwine_db/osu b/data_from_portwine/scripts/portwine_db/osu index aa63da0..fef2cdb 100755 --- a/data_from_portwine/scripts/portwine_db/osu +++ b/data_from_portwine/scripts/portwine_db/osu @@ -7,4 +7,3 @@ export PW_VULKAN_USE=0 export PW_PREFIX_NAME="DOTNET" export PW_DLL_INSTALL="dotnet40" -export PW_COMMENT_DB="OSU!" diff --git a/data_from_portwine/scripts/portwine_db/risen-1 b/data_from_portwine/scripts/portwine_db/risen-1 index ffd9d56..55065a6 100755 --- a/data_from_portwine/scripts/portwine_db/risen-1 +++ b/data_from_portwine/scripts/portwine_db/risen-1 @@ -4,4 +4,4 @@ #Rating 4 #####################examples########################### export PW_VULKAN_USE=0 # dxvk, vkd3d or 0 for OpenGL -export PW_DLL_INSTALL="physx d3dx9" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="physx d3dx9" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/trine b/data_from_portwine/scripts/portwine_db/trine index 7cda263..6f59368 100755 --- a/data_from_portwine/scripts/portwine_db/trine +++ b/data_from_portwine/scripts/portwine_db/trine @@ -3,4 +3,4 @@ #trine.exe #Rating=1-5 #####################examples########################### -export PW_DLL_INSTALL="physx" # Install DDL in port prefix (used winetricks) +export PW_DLL_INSTALL="physx" # Install DLL in port prefix (used winetricks) diff --git a/data_from_portwine/scripts/portwine_db/vocaloid4_4.3.0_setup b/data_from_portwine/scripts/portwine_db/vocaloid4_4.3.0_setup index dc67fed..55d6a96 100755 --- a/data_from_portwine/scripts/portwine_db/vocaloid4_4.3.0_setup +++ b/data_from_portwine/scripts/portwine_db/vocaloid4_4.3.0_setup @@ -4,3 +4,4 @@ #Rating=1-5 #####################examples########################### export PW_VULKAN_USE=0 +export PW_VIRTUAL_DESKTOP=1 diff --git a/data_from_portwine/scripts/portwine_db/witcher2 b/data_from_portwine/scripts/portwine_db/witcher2 new file mode 100644 index 0000000..c3f39ff --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/witcher2 @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +#Author: xuser +#witcher2.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE=1 diff --git a/data_from_portwine/scripts/portwine_db/witcher3 b/data_from_portwine/scripts/portwine_db/witcher3 new file mode 100644 index 0000000..e10866f --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/witcher3 @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +#Author: xuser +#witcher3.exe +#Rating=1-5 +#####################examples########################### +export PW_VULKAN_USE="2" +export PW_USE_D3D_EXTRAS="1" +export PW_USE_WINE_DXGI="1"