###Scripts version 2071###
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
##export PW_DLL_INSTALL="vcrun2017" # Install DDL in port prefix (used winetricks)
|
||||
export WINEDLLOVERRIDES="WINMM=n,b"
|
||||
##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options
|
||||
export PW_WINE_USE=PROTON_GE_6.19-5
|
||||
export PW_WINE_USE=PROTON_GE
|
||||
export PW_VULKAN_USE=1
|
||||
##export PW_USE_DXR10=1
|
||||
##export PW_DLSS_ON=1
|
||||
|
@ -76,7 +76,7 @@ check_port_for_lol () {
|
||||
fi
|
||||
echo "Waiting for port ${port}"
|
||||
kill -STOP ${uxpid}
|
||||
timeout 200m /bin/bash -c "
|
||||
timeout 200m /bin/bash "
|
||||
until openssl s_client -connect :${port} <<< Q > /dev/null 2>&1 ; do
|
||||
sleep 1
|
||||
done"
|
||||
@ -89,7 +89,7 @@ add_in_start_portwine () {
|
||||
zenity --question --title="Fix for LoL anti-cheat" \
|
||||
--text='Root rights are required to execute the command: \n"sysctl -w abi.vsyscall32=0" and "sysctl -p"' --no-wrap
|
||||
[ "$?" = 1 ] && exit 0
|
||||
pkexec /bin/bash -c 'sysctl -w abi.vsyscall32=0 && sysctl -p'
|
||||
pkexec /bin/bash 'sysctl -w abi.vsyscall32=0 && sysctl -p'
|
||||
fi
|
||||
check_port_for_lol &
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
#####################examples###########################
|
||||
export PW_COMMENT_DB="MikuMikuDance"
|
||||
##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_DLL_INSTALL="vcrun2017" # Install DDL in port prefix (used winetricks)
|
||||
export WINEDLLOVERRIDES="MMEffect,MMHack,d3d9,dsound=n,b"
|
||||
##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')" # Additional launch options
|
||||
export PW_VULKAN_USE=0
|
||||
|
Reference in New Issue
Block a user