###Scripts version 2012###

This commit is contained in:
castro-fidel
2021-09-17 22:57:39 +03:00
parent f869816cb4
commit bce579bfbd
135 changed files with 271 additions and 195 deletions

0
data_from_portwine/scripts/portwine_db/ACIII Normal file → Executable file
View File

View File

View File

0
data_from_portwine/scripts/portwine_db/Alien_Isolation Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/Arthur Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/BF2 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Baldurs_Gate_3 Normal file → Executable file
View File

View File

@ -6,7 +6,7 @@
#Rating=5
################################################
export PW_COMMENT_DB="We recommend using PROTON_GE + DXVK!"
export PW_WINE_USE=proton_ge
export PW_WINE_USE=PROTON_GE
export PW_VULKAN_USE=dxvk
export LAUNCH_PARAMETERS=""
export WINEDLLOVERRIDES="locationapi="

0
data_from_portwine/scripts/portwine_db/Biomutant Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Botanicula Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Brokgame Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/Control_DX11 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Control_DX12 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/CyberShadow Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Cyberpunk2077 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/DOOM Eternal Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/DOOMx64vk Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/DaysGone Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Dead Space Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Death Stranding Normal file → Executable file
View File

View File

View File

0
data_from_portwine/scripts/portwine_db/Diablo_II Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Disjunction Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/EDLaunch Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/Esprit_Games Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Far Cry 1 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/FarLoneSails Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d11 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Far_Cry_3_d3d9 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Far_Cry_4 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/ForzaHorizon4 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Frozen Throne Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/GTAIV Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/GalaxyClient Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/HITMAN3 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Hades Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/Heroes3 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Heroes3 HD Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Hulk Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/LOF2 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Larry Normal file → Executable file
View File

View File

@ -1,14 +1,15 @@
#!/bin/bash
#Author: xuser
#LeagueClient.exe
#RiotClientServices.exe
#Rating=1-5
#####################examples###########################
##export PW_COMMENT_DB="blablabla"
export PW_COMMENT_DB="Check openssl in your system!"
##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 WINEDLLOVERRIDES="blabla=n,b"
export LAUNCH_PARAMETERS="('--launch-product=league_of_legends' '--launch-patchline=live')" # Additional launch options
export PW_WINE_USE=proton_ge
export LAUNCH_PARAMETERS=("--launch-product=league_of_legends" "--launch-patchline=live") # Additional launch options
export PW_WINE_USE=PROTON_GE
export PW_VULKAN_USE=dxvk
##export PW_DXR_ON=1
##export PW_VULKAN_NO_ASYNC=1 # Disabled ASYNC for VULKAN
@ -21,17 +22,42 @@ export PW_VULKAN_USE=dxvk
##export ENABLE_VKBASALT=1
##export PW_VKBASALT_EFFECTS="FakeHDR:cas" # Use Reshade in others games (dx9-12 to vulkan only)
##export PW_VKBASALT_FFX_CAS="0.75" # FidelityFX Contrast Adaptive Sharpening (min 0 - max 1)
##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=0 # 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 PULSE_LATENCY_MSEC=60 # Fix crackling audio in games
##export PW_NO_WRITE_WATCH=1 # 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=1
##export PW_WINE_ALLOW_XIM=1 # Disable XIM support until libx11 >= 1.7 is widespread
export WINEARCH=win32 # defaut = win64
export WINEPREFIX="${PORT_WINE_PATH}/data/pfx_x86"
export WINEARCH=win32 # defaut = win64
export WINEPREFIX="${PORT_WINE_PATH}/data/pfx_lol"
export PW_MONO_VER="6.3.0"
export PW_GECKO_VER="2.47.2"
##export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG
##export PW_USE_TERMINAL=1 # Force run in terminal
##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
check_port_for_lol () {
process=LeagueClientUx.exe
uxpid=$(timeout 2m sh -c "until pidof ${process}; do sleep 1; done")
if [[ ! -n $uxpid ]]; then
echo "Could not find process ${process}"
exit 1
fi
echo "LeagueClientUx pid: ${uxpid}"
port=$(xargs -0 < /proc/${uxpid}/cmdline | sed -n 's/.*--app-port=\([[:digit:]]*\).*/\1/p')
if [[ ! -n $port ]]; then
echo "Could not find port"
exit 1
fi
echo "Waiting for port ${port}"
kill -STOP ${uxpid}
timeout 5m sh -c "
until openssl s_client -connect :${port} <<< Q > /dev/null 2>&1; do
sleep 1
done"
kill -CONT ${uxpid}
}
add_in_start_portwine () {
if [ "$(cat /proc/sys/abi/vsyscall32)" -ne 0 ] ; then
zenity --question --title="Fix for LoL anti-cheat" \
@ -39,4 +65,5 @@ add_in_start_portwine () {
[ "$?" = 1 ] && exit 0
pkexec sh -c 'sysctl -w abi.vsyscall32=0 && sysctl -p'
fi
check_port_for_lol &
}

0
data_from_portwine/scripts/portwine_db/LifeIsStrange Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/LostEmber Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/MassEffect Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/MassEffect2 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/MetroExodus Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/MikuMikuDance Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/NovaRO Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/OrangeCast Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Origin Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Praest Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/RAGE2 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/RDR2 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Radmir_launcher Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Rayman Legends Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Revival Normal file → Executable file
View File

View File

0
data_from_portwine/scripts/portwine_db/SR2_pc Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Sam3 Normal file → Executable file
View File

View File

View File

0
data_from_portwine/scripts/portwine_db/SimCity Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Singularity Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Sirus Launcher Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Skellboy Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/SkyrimSE Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/SpideyPC Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/StarCraft Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/Suite Normal file → Executable file
View File

View File

View File

@ -3,7 +3,7 @@
#Torchlight.exe
#Rating=1-5
########################################################
export PW_WINE_USE=proton_ge
export PW_WINE_USE=PROTON_GE
export PW_VULKAN_USE=dxvk
export ENABLE_VKBASALT=1
export PW_VKBASALT_EFFECTS="FakeHDR:cas:FilmGrain2"
@ -14,7 +14,7 @@ export PW_VKBASALT_FFX_CAS="1"
##export PW_DLL_INSTALL="" # Install DDL in port prefix (used winetricks)
##export WINEDLLOVERRIDES="blabla=n,b"
##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options
##export PW_WINE_USE=proton_ge # proton_steam or proton_ge
##export PW_WINE_USE=PROTON_GE # PROTON_STEAM or PROTON_GE
##export PW_VULKAN_USE=vkd3d # dxvk, vkd3d or 0 for OpenGL
##export PW_DXR_ON=1
##export PW_VULKAN_NO_ASYNC=1 # Disabled ASYNC for VULKAN

0
data_from_portwine/scripts/portwine_db/UbisoftConnect Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/WarGame3 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/WorldOfTanks Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/XR_3DA Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/arizona-starter Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/avengers Normal file → Executable file
View File

2
data_from_portwine/scripts/portwine_db/default Normal file → Executable file
View File

@ -10,7 +10,7 @@
##export WINEDLLOVERRIDES="blabla=n,b"
##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options
##export PW_WINE_USE=proton_ge # proton_steam or proton_ge
##export PW_WINE_USE=PROTON_GE # PROTON_STEAM or PROTON_GE
##export PW_VULKAN_USE=vkd3d # dxvk, vkd3d or 0 for OpenGL
##export PW_DXR_ON=1
##export PW_VULKAN_NO_ASYNC=1 # Disabled ASYNC for VULKAN

0
data_from_portwine/scripts/portwine_db/dontstarve Normal file → Executable file
View File

6
data_from_portwine/scripts/portwine_db/eve Normal file → Executable file
View File

@ -5,7 +5,7 @@
#Rating=5
#####################examples###########################
##export PW_COMMENT_DB="blablabla"
export PW_WINE_USE=proton_ge
export PW_WINE_USE=PROTON_GE
export PW_VULKAN_USE=dxvk
export PW_WINDOWS_VER=7 # Set windows version 10, 7 or XP
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_47" # Install DDL in port prefix (used winetricks)
@ -29,7 +29,7 @@ export WINEDLLOVERRIDES="concrt140,msvcp140,msvcp140_1,msvcp140_2,d3dcompiler_47
##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
##export PW_LOG=0 # Enable debug mode fo terminal
##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
##add_in_start_portwine () { commands ; }

2
data_from_portwine/scripts/portwine_db/gfclient Normal file → Executable file
View File

@ -5,7 +5,7 @@
#####################examples###########################
export PW_COMMENT_DB="GameForge\nClient"
export PW_VULKAN_USE=dxvk
export PW_WINE_USE=proton_ge
export PW_WINE_USE=PROTON_GE
export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DDL in port prefix (used winetricks)
export WINEDLLOVERRIDES="gfclient0_msvc140=n;ucrtbase=b"

View File

0
data_from_portwine/scripts/portwine_db/gta_sa Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/iw3sp Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/iw4sp Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/osu Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/risen-1 Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/s1_sp64_ship Normal file → Executable file
View File

0
data_from_portwine/scripts/portwine_db/samp Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More