Major changes
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#ACM.exe
|
||||
#Rating=?
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
8
data_from_portwine/scripts/portwine_db/Botanicula
Normal file
8
data_from_portwine/scripts/portwine_db/Botanicula
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#Botanicula.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
7
data_from_portwine/scripts/portwine_db/Brokgame
Normal file
7
data_from_portwine/scripts/portwine_db/Brokgame
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author:PortWINE
|
||||
#Brokgame.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#CoJBiBGame_x86.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_DLL_INSTALL="d3dx9" # Install DDL in port prefix (used winetricks)
|
||||
export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
7
data_from_portwine/scripts/portwine_db/CyberShadow
Normal file
7
data_from_portwine/scripts/portwine_db/CyberShadow
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#CyberShadow.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE-Linux.ru
|
||||
#DOOMEternalx64vk.exe
|
||||
#Rating=1-5
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export WINEDLLOVERRIDES="amd_ags_x64=b,n"
|
||||
export WINEDLLOVERRIDES="amd_ags_x64=n,b"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
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 PW_DXVK_NO_ASYNC=1
|
||||
#export PW_DXVK_NO_ASYNC=1
|
||||
#export PW_USE_TERMINAL=1
|
||||
#export PW_OLD_GL_STRING=0
|
||||
#export PW_NVAPI_DISABLE=1
|
||||
@ -16,13 +16,12 @@ export PW_DXVK_NO_ASYNC=1
|
||||
#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_HIDE_NVIDIA_GPU=0
|
||||
#export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
#export PW_WINEDBG_DISABLE=1
|
||||
#export PW_FORCE_DISABLED_GAMEMOD=0 # Force disabele gamemod
|
||||
#export PW_WINEDBG_DISABLE=0
|
||||
#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 PULSE_LATENCY_MSEC=60
|
||||
export PULSE_LATENCY_MSEC=60
|
||||
#export PW_DLL_INSTALL="foo bar"
|
||||
export LAUNCH_PARAMETERS="+com_skipIntroVideo 1 +com_skipSignInManager 1"
|
||||
#export VK_ICD_FILENAMES="/home/xuser/.PortWINE/libs_v5/usr/lib/x86_64-linux-gnu/amd_icd64.json"
|
||||
declare -a LAUNCH_PARAMETERS
|
||||
export LAUNCH_PARAMETERS=('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')
|
||||
#export PW_GUI_DISABLED_CS=1
|
||||
export PW_DXGI_FROM_DXVK=1
|
||||
export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json"
|
||||
#export PW_DXGI_FROM_DXVK=1
|
||||
|
9
data_from_portwine/scripts/portwine_db/Dead Space
Normal file
9
data_from_portwine/scripts/portwine_db/Dead Space
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#Dead Space.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
||||
|
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#FSD.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
6
data_from_portwine/scripts/portwine_db/Disjunction
Normal file
6
data_from_portwine/scripts/portwine_db/Disjunction
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Disjunction.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
14
data_from_portwine/scripts/portwine_db/EDLaunch
Normal file
14
data_from_portwine/scripts/portwine_db/EDLaunch
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#EDLaunch.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_DLL_INSTALL=""
|
||||
|
||||
ADD_IN_START_PORTWINE ()
|
||||
{
|
||||
${PW_XTERM} wget -c -T 3 --output-document="${PORT_WINE_TMP_PATH}/wine-mono-5.1.1.2_ED-x86.msi" "https://github.com/redmcg/wine-mono/releases/download/wine-mono-5.1.1.2_ED/wine-mono-5.1.1.2_ED-x86.msi"
|
||||
${PW_XTERM} "${WINELOADER}" msiexec /i "${PORT_WINE_TMP_PATH}/wine-mono-5.1.1.2_ED-x86.msi"
|
||||
}
|
5
data_from_portwine/scripts/portwine_db/Epic Games Launcher
Normal file → Executable file
5
data_from_portwine/scripts/portwine_db/Epic Games Launcher
Normal file → Executable file
@ -3,6 +3,7 @@
|
||||
#EpicGamesLauncher.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export WINEDLLOVERRIDES="libglesv2="
|
||||
export LAUNCH_PARAMETERS="-opengl -SkipBuildPatchPrereq"
|
||||
export PW_DLL_INSTALL="vcrun2013 vcrun2019 d3dcompiler_43 d3dcompiler_47"
|
||||
export PW_DLL_INSTALL="vcrun2012 vcrun2013 vcrun2019 d3dcompiler_43 d3dcompiler_47 arial cjkfonts d3dx9"
|
||||
export MESA_GL_VERSION_OVERRIDE=4.4COMPAT
|
||||
|
7
data_from_portwine/scripts/portwine_db/FSD
Executable file
7
data_from_portwine/scripts/portwine_db/FSD
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#FSD.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
@ -3,7 +3,7 @@
|
||||
#FarCry.exe
|
||||
#Rating=5
|
||||
#################################
|
||||
export PW_VULKAN_USE=dxvk #dxvk or vkd3d
|
||||
export PW_VULKAN_USE=0
|
||||
export WINEDLLOVERRIDES="cgD3D9,cgD3D9d=n"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
export PW_NO_FSYNC=1 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support.
|
||||
|
16
data_from_portwine/scripts/portwine_db/GalaxyClient
Normal file
16
data_from_portwine/scripts/portwine_db/GalaxyClient
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#Author: Dezert1r
|
||||
#GalaxyClient.exe
|
||||
#GOG_Galaxy_2.0.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export WINEDLLOVERRIDES="galaxycommunication.exe=n"
|
||||
export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated"
|
||||
export PW_DLL_INSTALL="vcrun2019 vcrun6 mfc140"
|
||||
ADD_IN_START_PORTWINE ()
|
||||
{
|
||||
if [ -e "${WINEPREFIX}/drive_c/users/steamuser/Local Settings/Application Data/GOG.com/Galaxy/Configuration/config.json" ] ; then
|
||||
sed -i 's/"featureOverlay" : true,/"featureOverlay" : false,/' "${WINEPREFIX}/drive_c/users/steamuser/Local Settings/Application Data/GOG.com/Galaxy/Configuration/config.json"
|
||||
fi
|
||||
}
|
28
data_from_portwine/scripts/portwine_db/Hades
Normal file
28
data_from_portwine/scripts/portwine_db/Hades
Normal file
@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE-Linux.ru
|
||||
#Hades.exe
|
||||
#Rating=1-5
|
||||
#export PW_COMMENT_DB="blablabla"
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk #dxvk or vkd3d
|
||||
#export WINEDLLOVERRIDES="blabla=n,b"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
#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 PW_DXVK_NO_ASYNC=1
|
||||
#export PW_USE_TERMINAL=0
|
||||
#export PW_OLD_GL_STRING=0
|
||||
#export PW_NVAPI_DISABLE=1
|
||||
#export PW_VKD3D_FEATURE_LEVEL=0
|
||||
#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_HIDE_NVIDIA_GPU=0
|
||||
#export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
#export PW_WINEDBG_DISABLE=1
|
||||
#export PW_FORCE_DISABLED_GAMEMOD=0 # 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 PULSE_LATENCY_MSEC=60
|
||||
#export PW_DLL_INSTALL="foo bar"
|
||||
#export LAUNCH_PARAMETERS="-d3d9"
|
||||
#export PW_GUI_DISABLED_CS=1
|
||||
#export MANGOHUD=1 MANGOHUD_CONFIG=full,height=500,font_size=32,position=top-right,toggle_hud=F9
|
||||
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_47 d3dx9_43"
|
7
data_from_portwine/scripts/portwine_db/Heroes3
Normal file
7
data_from_portwine/scripts/portwine_db/Heroes3
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Heroes3.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
7
data_from_portwine/scripts/portwine_db/Heroes3 HD
Normal file
7
data_from_portwine/scripts/portwine_db/Heroes3 HD
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Heroes3 HD.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
@ -1,24 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE-Linux.ru
|
||||
#Author: Nixon
|
||||
#HorizonZeroDawn.exe
|
||||
#Rating=5
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d #dxvk or vkd3d
|
||||
export WINEDLLOVERRIDES="nvngx_dlss=;amd_ags_x64=b,n;d3dcompiler_47=n"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
#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 PW_USE_TERMINAL=0
|
||||
#export PW_OLD_GL_STRING=0
|
||||
#export PW_NVAPI_DISABLE=1
|
||||
#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_HIDE_NVIDIA_GPU=0
|
||||
#export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
#export PW_WINEDBG_DISABLE=1
|
||||
#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_DLL_INSTALL="d3dx9 d3dcompiler_47 vcrun2019"
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_DLL_INSTALL="vcrun2017"
|
||||
export LAUNCH_PARAMETERS="-EpicPortal"
|
||||
#export RADV_DEBUG=llvm
|
||||
export PW_DXVK_NO_ASYNC=1
|
||||
|
||||
|
9
data_from_portwine/scripts/portwine_db/Hulk
Normal file
9
data_from_portwine/scripts/portwine_db/Hulk
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author: Сергей 33(46)
|
||||
#hulk.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export PW_WINDOWS_VER="XP"
|
||||
export PW_FORCE_DISABLED_GAMEMOD=1
|
||||
export LAUNCH_PARAMETERS="-d3d9"
|
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Mad Games Tycoon 2.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#Author: Ridbowt (Nikola P.)
|
||||
#MOHAA.exe
|
||||
#moh_spearhead.exe
|
||||
#moh_breakthrough.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export MESA_EXTENSION_MAX_YEAR=2002
|
8
data_from_portwine/scripts/portwine_db/MetroExodus
Normal file
8
data_from_portwine/scripts/portwine_db/MetroExodus
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#MetroExodus.exe
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
8
data_from_portwine/scripts/portwine_db/NFS
Executable file
8
data_from_portwine/scripts/portwine_db/NFS
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#speed.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
||||
|
6
data_from_portwine/scripts/portwine_db/OrangeCast
Normal file
6
data_from_portwine/scripts/portwine_db/OrangeCast
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#OrangeCast.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
@ -1,8 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#Origin.exe
|
||||
#Rating=
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export LAUNCH_PARAMETERS=""
|
||||
sed -i 's%key="EnableIgo" value="true"%key="EnableIgo" value="false"%g' "${WINEPREFIX}/drive_c/users/steamuser/Application Data/Origin/local_"*".xml"
|
||||
|
7
data_from_portwine/scripts/portwine_db/Praest
Normal file
7
data_from_portwine/scripts/portwine_db/Praest
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#Praest.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export LAUNCH_PARAMETERS=""
|
7
data_from_portwine/scripts/portwine_db/RAGE2
Normal file
7
data_from_portwine/scripts/portwine_db/RAGE2
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#RAGE2.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export LAUNCH_PARAMETERS=""
|
@ -2,11 +2,12 @@
|
||||
#Author:
|
||||
#RDR2.exe
|
||||
#PlayRDR2.exe
|
||||
#Rating=1-5
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=vkd3d
|
||||
export WINEDLLOVERRIDES="amd_ags_x64=b,n"
|
||||
export PW_DXGI_FROM_DXVK=1
|
||||
export LAUNCH_PARAMETERS="-adapter 1 -vulkan -width 1920 -height 1080 -USEALLAVAILABLECORES -cpuLoadRebalancing -ignorepipelinecach"
|
||||
export LAUNCH_PARAMETERS="-adapter=1 -vulkan -width=1920 -height=1080 -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"
|
||||
#export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json"
|
||||
#?PID=$(pgrep RDR2.exe); kill -s SIGSTOP $PID; kill -s SIGCONT $PID
|
||||
|
6
data_from_portwine/scripts/portwine_db/Rayman Legends
Normal file
6
data_from_portwine/scripts/portwine_db/Rayman Legends
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Rayman Legends.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
7
data_from_portwine/scripts/portwine_db/Revival
Normal file
7
data_from_portwine/scripts/portwine_db/Revival
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#Revival.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PULSE_LATENCY_MSEC=60 # Fix crackling audio in games
|
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#sekiro.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
||||
|
6
data_from_portwine/scripts/portwine_db/Skellboy
Normal file
6
data_from_portwine/scripts/portwine_db/Skellboy
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#Skellboy.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
9
data_from_portwine/scripts/portwine_db/SpideyPC
Normal file
9
data_from_portwine/scripts/portwine_db/SpideyPC
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#SpideyPC.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export PW_WINDOWS_VER="XP"
|
||||
export PW_FORCE_DISABLED_GAMEMOD=1
|
||||
export LAUNCH_PARAMETERS="-d3d9"
|
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#wgc.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk #dxvk, vkd3d or 0 for OpenGL
|
||||
#export PW_DLL_INSTALL="" # Install DDL in port prefix (used winetricks)
|
||||
export LAUNCH_PARAMETERS="--disable-gpu" # Additional launch options
|
8
data_from_portwine/scripts/portwine_db/WorldOfTanks
Normal file
8
data_from_portwine/scripts/portwine_db/WorldOfTanks
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#WorldOfTanks.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk #dxvk, vkd3d or 0 for OpenGL
|
||||
export PW_DLL_INSTALL="lucida" # Install DDL in port prefix (used winetricks)
|
||||
export WINEDLLOVERRIDES="xaudio2_7="
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author:
|
||||
#avengers.exe
|
||||
#Rating=1-5
|
||||
#Rating=?
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
||||
|
@ -3,24 +3,29 @@
|
||||
#name_exe_file.exe
|
||||
#Rating=1-5
|
||||
#export PW_COMMENT_DB="blablabla"
|
||||
################################################
|
||||
#export PW_VULKAN_USE=dxvk #dxvk, vkd3d or 0 for OpenGL
|
||||
#export WINEDLLOVERRIDES="blabla=n,b"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
#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 PW_DXVK_NO_ASYNC=1
|
||||
#export PW_USE_TERMINAL=0
|
||||
#export PW_OLD_GL_STRING=0
|
||||
#export PW_NVAPI_DISABLE=1
|
||||
#export PW_VKD3D_FEATURE_LEVEL=0
|
||||
#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_HIDE_NVIDIA_GPU=0
|
||||
#export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
#export PW_WINEDBG_DISABLE=1
|
||||
#export PW_FORCE_DISABLED_GAMEMOD=0 # 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 PULSE_LATENCY_MSEC=60
|
||||
#export PW_DLL_INSTALL="foo bar"
|
||||
#export LAUNCH_PARAMETERS="-d3d9"
|
||||
#export PW_GUI_DISABLED_CS=1
|
||||
#####################examples###########################
|
||||
##export PW_VULKAN_USE=dxvk # dxvk, vkd3d or 0 for OpenGL
|
||||
##export WINEDLLOVERRIDES="blabla=n,b"
|
||||
##export PW_DLL_INSTALL="vcrun2019 vcrun6" # Install DDL in port prefix (used winetricks)
|
||||
##export PW_LOG=0 # Enable debug mode fo terminal
|
||||
##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 PW_DXVK_NO_ASYNC=1 # Disabled ASYNC for VULKAN
|
||||
##export PW_USE_TERMINAL=0 # Force run in terminal
|
||||
##export PW_OLD_GL_STRING=0
|
||||
##export PW_NVAPI_DISABLE=1
|
||||
##export PW_VKD3D_FEATURE_LEVEL=0
|
||||
##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_HIDE_NVIDIA_GPU=0
|
||||
##export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
##export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG
|
||||
##export PW_FORCE_DISABLED_GAMEMOD=0 # 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 PULSE_LATENCY_MSEC=60 # Fix crackling audio in games
|
||||
##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options
|
||||
##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
||||
##export VKD3D_CONFIG=force_bindless_texel_buffer
|
||||
##export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
|
||||
##export PW_VIRTUAL_DESKTOP=1
|
||||
##ADD_IN_START_PORTWINE () { commands ; }
|
||||
##export DXVK_HUD=fps,devinfo
|
||||
|
7
data_from_portwine/scripts/portwine_db/samp
Normal file
7
data_from_portwine/scripts/portwine_db/samp
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Author: MrM0der
|
||||
#samp.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export LAUNCH_PARAMETERS=""
|
@ -8,20 +8,20 @@
|
||||
export PW_VULKAN_USE=0 #dxvk or vkd3d
|
||||
#export WINEDLLOVERRIDES="blabla=n,b"
|
||||
#export PW_LOG=0 # Enable debug mode fo terminal
|
||||
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 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 PW_DXVK_NO_ASYNC=1
|
||||
#export PW_USE_TERMINAL=0
|
||||
#export PW_OLD_GL_STRING=0
|
||||
#export PW_NVAPI_DISABLE=1
|
||||
export PW_VKD3D_FEATURE_LEVEL=0
|
||||
#export PW_VKD3D_FEATURE_LEVEL=0
|
||||
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_HIDE_NVIDIA_GPU=0
|
||||
#export PW_FORCE_USE_VSYNC=2 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
export PW_WINEDBG_DISABLE=0
|
||||
export PW_WINEDBG_DISABLE=1
|
||||
export PW_FORCE_DISABLED_GAMEMOD=1 # Force disabele gamemod
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE=0 # Force Wine to enable the LARGE_ADDRESS_AWARE flag for all executables. Enabled by default.
|
||||
#export PULSE_LATENCY_MSEC=60
|
||||
export PW_DLL_INSTALL="vcrun6 mfc42 cmd"
|
||||
export PW_DLL_INSTALL="vcrun6 mfc42"
|
||||
#export LAUNCH_PARAMETERS="-d3d9"
|
||||
export PW_GUI_DISABLED_CS=1
|
||||
|
9
data_from_portwine/scripts/portwine_db/steam
Normal file
9
data_from_portwine/scripts/portwine_db/steam
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author: MrM0der
|
||||
#steam.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export WINEDLLOVERRIDES="libglesv2="
|
||||
|
||||
|
Reference in New Issue
Block a user