updated ppdb files
This commit is contained in:
parent
b666d5c4c0
commit
d459782f90
@ -23,10 +23,7 @@ for ppdb in $SELF_PATH/portwine_db/* ; do
|
||||
sed -i '/##export/d' "$ppdb"
|
||||
sed -i '/##add_/d' "$ppdb"
|
||||
|
||||
if echo "$ppdb" | grep -iE "#launcher.exe$" ; then
|
||||
rm -f "$ppdb"
|
||||
continue
|
||||
elif echo "$ppdb" | grep -i "setup" ; then
|
||||
if echo "$ppdb" | grep -i "setup" ; then
|
||||
continue
|
||||
fi
|
||||
|
||||
|
0
data_from_portwine/scripts/portwine_db/AC4BFSP → data_from_portwine/scripts/portwine_db/AC4BFSP.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/AC4BFSP → data_from_portwine/scripts/portwine_db/AC4BFSP.ppdb
Executable file → Normal file
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: xuser
|
||||
#ACIII.exe
|
||||
#ACLiberation.exe
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
export WINEDLLOVERRIDES="xinput1_3,d3dcompiler_43=n,b"
|
||||
|
31
data_from_portwine/scripts/portwine_db/ACIII.ppdb
Normal file
31
data_from_portwine/scripts/portwine_db/ACIII.ppdb
Normal file
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: xuser
|
||||
#ACIII.exe
|
||||
#ACLiberation.exe
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="DEFAULT"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_NO_FSYNC="0"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL=""
|
||||
export PW_WINE_CPU_TOPOLOGY="disabled"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
||||
export PORTPROTON_NAME="ACIII"
|
0
data_from_portwine/scripts/portwine_db/ACOdyssey → data_from_portwine/scripts/portwine_db/ACOdyssey.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ACOdyssey → data_from_portwine/scripts/portwine_db/ACOdyssey.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ACValhalla → data_from_portwine/scripts/portwine_db/ACValhalla.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ACValhalla → data_from_portwine/scripts/portwine_db/ACValhalla.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ALOTInstaller → data_from_portwine/scripts/portwine_db/ALOTInstaller.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ALOTInstaller → data_from_portwine/scripts/portwine_db/ALOTInstaller.ppdb
Executable file → Normal file
@ -0,0 +1,32 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#APlagueTaleInnocence_x64.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PREFIX_NAME="PLAGUE"
|
||||
export PORTPROTON_NAME="A Plague Tale: Innocence"
|
||||
export PW_NO_ESYNC="0"
|
||||
export PW_NO_FSYNC="1"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_USE_NATIVE_WAYLAND="0"
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL="vcrun2017"
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_WINE_CPU_TOPOLOGY="disabled"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#APlagueTaleRequiem_x64.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="PLAGUE"
|
||||
export PORTPROTON_NAME="A Plague Tale: Requiem"
|
4
data_from_portwine/scripts/portwine_db/AliceMadnessReturns → data_from_portwine/scripts/portwine_db/AliceMadnessReturns.ppdb
Executable file → Normal file
4
data_from_portwine/scripts/portwine_db/AliceMadnessReturns → data_from_portwine/scripts/portwine_db/AliceMadnessReturns.ppdb
Executable file → Normal file
@ -7,7 +7,5 @@ export PW_WINDOWS_VER="10"
|
||||
export PW_NO_FSYNC="1"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_WINE_USE="PROTON_LG_8-25-2"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
|
||||
gui_proton_downloader silent "$PW_WINE_USE"
|
@ -0,0 +1,34 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: ducksomecode
|
||||
#AloneInTheDark-Win64-Shipping.exe
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL=""
|
||||
export WINEDLLOVERRIDES=""
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_NO_FSYNC="0"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="ALONE_IN_THE_DARK"
|
||||
export PW_WINE_FULLSCREEN_FSR="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_USE_GALLIUM_ZINK="0"
|
||||
export PW_USE_RUNTIME="1"
|
||||
export PW_WINE_CPU_TOPOLOGY="disabled"
|
||||
export PORTPROTON_NAME="Alone in the Dark"
|
||||
export PW_DINPUT_PROTOCOL="1"
|
||||
export PW_USE_NATIVE_WAYLAND="0"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
5
data_from_portwine/scripts/portwine_db/Animal Well.ppdb
Normal file
5
data_from_portwine/scripts/portwine_db/Animal Well.ppdb
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Eljeyna
|
||||
#Animal Well.exe
|
||||
#Rating=1-5
|
||||
export PW_WINE_USE="WINE_LG"
|
0
data_from_portwine/scripts/portwine_db/Anno4 → data_from_portwine/scripts/portwine_db/Anno4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Anno4 → data_from_portwine/scripts/portwine_db/Anno4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/AnomalyLauncher → data_from_portwine/scripts/portwine_db/AnomalyLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/AnomalyLauncher → data_from_portwine/scripts/portwine_db/AnomalyLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/AnomalyZone → data_from_portwine/scripts/portwine_db/AnomalyZone.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/AnomalyZone → data_from_portwine/scripts/portwine_db/AnomalyZone.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Arthur → data_from_portwine/scripts/portwine_db/Arthur.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Arthur → data_from_portwine/scripts/portwine_db/Arthur.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/BF2 → data_from_portwine/scripts/portwine_db/BF2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/BF2 → data_from_portwine/scripts/portwine_db/BF2.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/Battle.net_Launcher → data_from_portwine/scripts/portwine_db/Battle.net_Launcher.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/Battle.net_Launcher → data_from_portwine/scripts/portwine_db/Battle.net_Launcher.ppdb
Executable file → Normal file
@ -11,7 +11,6 @@ export WINEDLLOVERRIDES="locationapi="
|
||||
export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43"
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_WINE_FULLSCREEN_FSR="0"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
|
||||
add_in_start_portwine () {
|
0
data_from_portwine/scripts/portwine_db/Biomutant → data_from_portwine/scripts/portwine_db/Biomutant.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Biomutant → data_from_portwine/scripts/portwine_db/Biomutant.ppdb
Executable file → Normal file
32
data_from_portwine/scripts/portwine_db/Bioshock2HD.ppdb
Normal file
32
data_from_portwine/scripts/portwine_db/Bioshock2HD.ppdb
Normal file
@ -0,0 +1,32 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#Bioshock2HD.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PREFIX_NAME="BIOSHOK"
|
||||
export PORTPROTON_NAME="BioShock 2"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_NO_FSYNC="1"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_USE_NATIVE_WAYLAND="0"
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL=""
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_WINE_CPU_TOPOLOGY="disabled"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
8
data_from_portwine/scripts/portwine_db/BioshockHD.ppdb
Normal file
8
data_from_portwine/scripts/portwine_db/BioshockHD.ppdb
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#BioshockHD.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="BIOSHOK"
|
||||
export PORTPROTON_NAME="Bioshock"
|
1
data_from_portwine/scripts/portwine_db/BlackDesertOnline → data_from_portwine/scripts/portwine_db/BlackDesertOnline.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/BlackDesertOnline → data_from_portwine/scripts/portwine_db/BlackDesertOnline.ppdb
Executable file → Normal file
@ -8,4 +8,3 @@ export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE=PROTON_LG
|
||||
export PW_PREFIX_NAME="BLACK_DESERT_ONLINE"
|
||||
# export DISABLE_CP_DEFPFX=1
|
||||
export PW_USE_EAC_AND_BE="1"
|
0
data_from_portwine/scripts/portwine_db/Botanicula → data_from_portwine/scripts/portwine_db/Botanicula.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Botanicula → data_from_portwine/scripts/portwine_db/Botanicula.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Brokgame → data_from_portwine/scripts/portwine_db/Brokgame.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Brokgame → data_from_portwine/scripts/portwine_db/Brokgame.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/BsgLauncher → data_from_portwine/scripts/portwine_db/BsgLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/BsgLauncher → data_from_portwine/scripts/portwine_db/BsgLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Caliber → data_from_portwine/scripts/portwine_db/Caliber.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Caliber → data_from_portwine/scripts/portwine_db/Caliber.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood → data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood → data_from_portwine/scripts/portwine_db/Call of Juarez Bound in Blood.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/CatsLauncher → data_from_portwine/scripts/portwine_db/CatsLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/CatsLauncher → data_from_portwine/scripts/portwine_db/CatsLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Cinebench → data_from_portwine/scripts/portwine_db/Cinebench.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Cinebench → data_from_portwine/scripts/portwine_db/Cinebench.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Control_DX12 → data_from_portwine/scripts/portwine_db/Control_DX12.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Control_DX12 → data_from_portwine/scripts/portwine_db/Control_DX12.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/CyberShadow → data_from_portwine/scripts/portwine_db/CyberShadow.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/CyberShadow → data_from_portwine/scripts/portwine_db/CyberShadow.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Cyberpunk2077 → data_from_portwine/scripts/portwine_db/Cyberpunk2077.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Cyberpunk2077 → data_from_portwine/scripts/portwine_db/Cyberpunk2077.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DAOriginsLauncher → data_from_portwine/scripts/portwine_db/DAOriginsLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DAOriginsLauncher → data_from_portwine/scripts/portwine_db/DAOriginsLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DOOM Eternal → data_from_portwine/scripts/portwine_db/DOOM Eternal.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DOOM Eternal → data_from_portwine/scripts/portwine_db/DOOM Eternal.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DOOMx64vk → data_from_portwine/scripts/portwine_db/DOOMx64vk.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DOOMx64vk → data_from_portwine/scripts/portwine_db/DOOMx64vk.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DXHRDC → data_from_portwine/scripts/portwine_db/DXHRDC.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DXHRDC → data_from_portwine/scripts/portwine_db/DXHRDC.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DaysGone → data_from_portwine/scripts/portwine_db/DaysGone.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/DaysGone → data_from_portwine/scripts/portwine_db/DaysGone.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Dead Space → data_from_portwine/scripts/portwine_db/Dead Space.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Dead Space → data_from_portwine/scripts/portwine_db/Dead Space.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Death Stranding → data_from_portwine/scripts/portwine_db/Death Stranding.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Death Stranding → data_from_portwine/scripts/portwine_db/Death Stranding.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Deathloop → data_from_portwine/scripts/portwine_db/Deathloop.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Deathloop → data_from_portwine/scripts/portwine_db/Deathloop.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Deponia → data_from_portwine/scripts/portwine_db/Deponia.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Deponia → data_from_portwine/scripts/portwine_db/Deponia.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Diablo_II → data_from_portwine/scripts/portwine_db/Diablo_II.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Diablo_II → data_from_portwine/scripts/portwine_db/Diablo_II.ppdb
Executable file → Normal file
8
data_from_portwine/scripts/portwine_db/Dishonored2.ppdb
Normal file
8
data_from_portwine/scripts/portwine_db/Dishonored2.ppdb
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#Dishonored2.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="DISHONORED"
|
||||
export PORTPROTON_NAME="VoidEngine"
|
0
data_from_portwine/scripts/portwine_db/Dolphin → data_from_portwine/scripts/portwine_db/Dolphin.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Dolphin → data_from_portwine/scripts/portwine_db/Dolphin.ppdb
Executable file → Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#DyingLightGame.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="DL"
|
||||
export PORTPROTON_NAME="DyingLight"
|
0
data_from_portwine/scripts/portwine_db/EALauncher → data_from_portwine/scripts/portwine_db/EALauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/EALauncher → data_from_portwine/scripts/portwine_db/EALauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/EpicGamesLauncher → data_from_portwine/scripts/portwine_db/EpicGamesLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/EpicGamesLauncher → data_from_portwine/scripts/portwine_db/EpicGamesLauncher.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Esprit_Games → data_from_portwine/scripts/portwine_db/Esprit_Games.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Esprit_Games → data_from_portwine/scripts/portwine_db/Esprit_Games.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/FL64 → data_from_portwine/scripts/portwine_db/FL64.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/FL64 → data_from_portwine/scripts/portwine_db/FL64.ppdb
Executable file → Normal file
@ -8,4 +8,3 @@ export PW_VULKAN_USE=0
|
||||
export WINEDLLOVERRIDES="FLEngine,FLEngine_x64=n"
|
||||
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_GAMEMODE=1
|
0
data_from_portwine/scripts/portwine_db/Far Cry 1 → data_from_portwine/scripts/portwine_db/Far Cry 1.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far Cry 1 → data_from_portwine/scripts/portwine_db/Far Cry 1.ppdb
Executable file → Normal file
8
data_from_portwine/scripts/portwine_db/FarCry5.ppdb
Normal file
8
data_from_portwine/scripts/portwine_db/FarCry5.ppdb
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#FarCry5.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="FARCRY"
|
||||
export PORTPROTON_NAME="Far Cry 5"
|
0
data_from_portwine/scripts/portwine_db/FarCry6 → data_from_portwine/scripts/portwine_db/FarCry6.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/FarCry6 → data_from_portwine/scripts/portwine_db/FarCry6.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/FarLoneSails → data_from_portwine/scripts/portwine_db/FarLoneSails.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/FarLoneSails → data_from_portwine/scripts/portwine_db/FarLoneSails.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d11 → data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d11.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d11 → data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d11.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d9 → data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d9.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d9 → data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d9.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_4 → data_from_portwine/scripts/portwine_db/Far_Cry_4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Far_Cry_4 → data_from_portwine/scripts/portwine_db/Far_Cry_4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ForzaHorizon4 → data_from_portwine/scripts/portwine_db/ForzaHorizon4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/ForzaHorizon4 → data_from_portwine/scripts/portwine_db/ForzaHorizon4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Frozen Throne → data_from_portwine/scripts/portwine_db/Frozen Throne.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Frozen Throne → data_from_portwine/scripts/portwine_db/Frozen Throne.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/GTAIV → data_from_portwine/scripts/portwine_db/GTAIV.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/GTAIV → data_from_portwine/scripts/portwine_db/GTAIV.ppdb
Executable file → Normal file
@ -6,4 +6,3 @@
|
||||
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)
|
0
data_from_portwine/scripts/portwine_db/GalaxyClient → data_from_portwine/scripts/portwine_db/GalaxyClient.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/GalaxyClient → data_from_portwine/scripts/portwine_db/GalaxyClient.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Game-TS3 → data_from_portwine/scripts/portwine_db/Game-TS3.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Game-TS3 → data_from_portwine/scripts/portwine_db/Game-TS3.ppdb
Executable file → Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#Game_f_x64_EOS.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="AW"
|
||||
export PORTPROTON_NAME="Game_f_x64_EOS"
|
1
data_from_portwine/scripts/portwine_db/Genshin Impact → data_from_portwine/scripts/portwine_db/Genshin Impact.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/Genshin Impact → data_from_portwine/scripts/portwine_db/Genshin Impact.ppdb
Executable file → Normal file
@ -8,4 +8,3 @@ export PW_WINDOWS_VER="10"
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_PREFIX_NAME="HO_YO_PLAY"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="0"
|
||||
export PW_USE_EAC_AND_BE="0"
|
0
data_from_portwine/scripts/portwine_db/HB_GV_Rus → data_from_portwine/scripts/portwine_db/HB_GV_Rus.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/HB_GV_Rus → data_from_portwine/scripts/portwine_db/HB_GV_Rus.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Hades → data_from_portwine/scripts/portwine_db/Hades.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Hades → data_from_portwine/scripts/portwine_db/Hades.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Half-Life2 → data_from_portwine/scripts/portwine_db/Half-Life2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Half-Life2 → data_from_portwine/scripts/portwine_db/Half-Life2.ppdb
Executable file → Normal file
8
data_from_portwine/scripts/portwine_db/HaloInfinite.ppdb
Normal file
8
data_from_portwine/scripts/portwine_db/HaloInfinite.ppdb
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#HaloInfinite.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_PREFIX_NAME="HALO"
|
||||
export PORTPROTON_NAME="Halo Infinite"
|
0
data_from_portwine/scripts/portwine_db/Heroes3 → data_from_portwine/scripts/portwine_db/Heroes3.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Heroes3 → data_from_portwine/scripts/portwine_db/Heroes3.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/HogwartsLegacy → data_from_portwine/scripts/portwine_db/HogwartsLegacy.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/HogwartsLegacy → data_from_portwine/scripts/portwine_db/HogwartsLegacy.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Horizon Zero Dawn → data_from_portwine/scripts/portwine_db/Horizon Zero Dawn.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Horizon Zero Dawn → data_from_portwine/scripts/portwine_db/Horizon Zero Dawn.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/HorizonForbiddenWest → data_from_portwine/scripts/portwine_db/HorizonForbiddenWest.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/HorizonForbiddenWest → data_from_portwine/scripts/portwine_db/HorizonForbiddenWest.ppdb
Executable file → Normal file
@ -12,7 +12,6 @@ export PW_USE_GSTREAMER="1"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="1"
|
||||
export PW_USE_SHADER_CACHE="0"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export LAUNCH_PARAMETERS="-EpicPortal"
|
||||
|
||||
gui_proton_downloader silent "$PW_WINE_USE"
|
0
data_from_portwine/scripts/portwine_db/Hulk → data_from_portwine/scripts/portwine_db/Hulk.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Hulk → data_from_portwine/scripts/portwine_db/Hulk.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/IGClient → data_from_portwine/scripts/portwine_db/IGClient.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/IGClient → data_from_portwine/scripts/portwine_db/IGClient.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/Icarus → data_from_portwine/scripts/portwine_db/Icarus.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/Icarus → data_from_portwine/scripts/portwine_db/Icarus.ppdb
Executable file → Normal file
@ -4,4 +4,3 @@
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
export LAUNCH_PARAMETERS="-dx12"
|
||||
export PW_USE_EAC_AND_BE="0"
|
0
data_from_portwine/scripts/portwine_db/Inscryption → data_from_portwine/scripts/portwine_db/Inscryption.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Inscryption → data_from_portwine/scripts/portwine_db/Inscryption.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/JustCause4 → data_from_portwine/scripts/portwine_db/JustCause4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/JustCause4 → data_from_portwine/scripts/portwine_db/JustCause4.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Konung3 → data_from_portwine/scripts/portwine_db/Konung3.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Konung3 → data_from_portwine/scripts/portwine_db/Konung3.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LOF2 → data_from_portwine/scripts/portwine_db/LOF2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LOF2 → data_from_portwine/scripts/portwine_db/LOF2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LOTF2 → data_from_portwine/scripts/portwine_db/LOTF2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LOTF2 → data_from_portwine/scripts/portwine_db/LOTF2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Larry → data_from_portwine/scripts/portwine_db/Larry.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Larry → data_from_portwine/scripts/portwine_db/Larry.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/League of Legends → data_from_portwine/scripts/portwine_db/League of Legends.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/League of Legends → data_from_portwine/scripts/portwine_db/League of Legends.ppdb
Executable file → Normal file
@ -21,7 +21,6 @@ export PW_NO_FSYNC=1
|
||||
export PW_NO_ESYNC=1
|
||||
export PW_DISABLED_CREATE_DB=1
|
||||
export PW_USE_D3D_EXTRAS=1
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export DISABLE_CP_DEFPFX=1
|
||||
|
||||
try_remove_dir "${PORT_WINE_PATH}/data/dist/WINE_LOL_GE_8.12"
|
0
data_from_portwine/scripts/portwine_db/LifeIsStrange → data_from_portwine/scripts/portwine_db/LifeIsStrange.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LifeIsStrange → data_from_portwine/scripts/portwine_db/LifeIsStrange.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Lineage2_NewRP → data_from_portwine/scripts/portwine_db/Lineage2_NewRP.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Lineage2_NewRP → data_from_portwine/scripts/portwine_db/Lineage2_NewRP.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LostEmber → data_from_portwine/scripts/portwine_db/LostEmber.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/LostEmber → data_from_portwine/scripts/portwine_db/LostEmber.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/MODERN_WARSHIPS → data_from_portwine/scripts/portwine_db/MODERN_WARSHIPS.ppdb
Executable file → Normal file
1
data_from_portwine/scripts/portwine_db/MODERN_WARSHIPS → data_from_portwine/scripts/portwine_db/MODERN_WARSHIPS.ppdb
Executable file → Normal file
@ -8,6 +8,5 @@ export PW_COMMENT_DB="Modern Warships"
|
||||
export PW_VULKAN_USE=2 #dxvk, vkd3d or 0 for OpenGL
|
||||
export PW_DLL_INSTALL="lucida" # Install DLL in port prefix (used winetricks)
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export PW_PREFIX_NAME="MODERN_WARSHIPS"
|
||||
export PW_USE_SHADER_CACHE="1"
|
0
data_from_portwine/scripts/portwine_db/MWO → data_from_portwine/scripts/portwine_db/MWO.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MWO → data_from_portwine/scripts/portwine_db/MWO.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MWO_Portal.exe.ppdb → data_from_portwine/scripts/portwine_db/MWO_Portal.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MWO_Portal.exe.ppdb → data_from_portwine/scripts/portwine_db/MWO_Portal.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Mafia DE → data_from_portwine/scripts/portwine_db/Mafia DE.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Mafia DE → data_from_portwine/scripts/portwine_db/Mafia DE.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffect → data_from_portwine/scripts/portwine_db/MassEffect.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffect → data_from_portwine/scripts/portwine_db/MassEffect.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffect2 → data_from_portwine/scripts/portwine_db/MassEffect2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffect2 → data_from_portwine/scripts/portwine_db/MassEffect2.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffectConfig → data_from_portwine/scripts/portwine_db/MassEffectConfig.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MassEffectConfig → data_from_portwine/scripts/portwine_db/MassEffectConfig.ppdb
Executable file → Normal file
32
data_from_portwine/scripts/portwine_db/Matrix3.ppdb
Normal file
32
data_from_portwine/scripts/portwine_db/Matrix3.ppdb
Normal file
@ -0,0 +1,32 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#Matrix3.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PREFIX_NAME="DEFAULT"
|
||||
export PORTPROTON_NAME="Matrix3"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_NO_FSYNC="1"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_USE_NATIVE_WAYLAND="0"
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL=""
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_WINE_CPU_TOPOLOGY="1:0"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
0
data_from_portwine/scripts/portwine_db/MikuMikuDance → data_from_portwine/scripts/portwine_db/MikuMikuDance.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/MikuMikuDance → data_from_portwine/scripts/portwine_db/MikuMikuDance.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/NFS → data_from_portwine/scripts/portwine_db/NFS.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/NFS → data_from_portwine/scripts/portwine_db/NFS.ppdb
Executable file → Normal file
8
data_from_portwine/scripts/portwine_db/NFSHP2.ppdb
Normal file
8
data_from_portwine/scripts/portwine_db/NFSHP2.ppdb
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#NFSHP2.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="1"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PREFIX_NAME="NFS"
|
||||
export PORTPROTON_NAME="NFSHP2"
|
0
data_from_portwine/scripts/portwine_db/NovaRO → data_from_portwine/scripts/portwine_db/NovaRO.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/NovaRO → data_from_portwine/scripts/portwine_db/NovaRO.ppdb
Executable file → Normal file
32
data_from_portwine/scripts/portwine_db/P4G.ppdb
Normal file
32
data_from_portwine/scripts/portwine_db/P4G.ppdb
Normal file
@ -0,0 +1,32 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#P4G.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PREFIX_NAME="PERSONA"
|
||||
export PORTPROTON_NAME="P4G"
|
||||
export PW_NO_ESYNC="1"
|
||||
export PW_NO_FSYNC="0"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_REDUCE_PULSE_LATENCY="0"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="1"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_USE_NATIVE_WAYLAND="0"
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_DLL_INSTALL="wmp9 xact xact_64"
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_WINE_CPU_TOPOLOGY="disabled"
|
||||
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
0
data_from_portwine/scripts/portwine_db/Panzar → data_from_portwine/scripts/portwine_db/Panzar.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Panzar → data_from_portwine/scripts/portwine_db/Panzar.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Path of Exile → data_from_portwine/scripts/portwine_db/Path of Exile.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Path of Exile → data_from_portwine/scripts/portwine_db/Path of Exile.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Photoshop → data_from_portwine/scripts/portwine_db/Photoshop.ppdb
Executable file → Normal file
0
data_from_portwine/scripts/portwine_db/Photoshop → data_from_portwine/scripts/portwine_db/Photoshop.ppdb
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user