Scripts version 2120

This commit is contained in:
castro-fidel
2022-06-26 17:49:07 +03:00
parent bab528078e
commit 2029bb8275
7 changed files with 29 additions and 13 deletions

View File

@ -66,6 +66,7 @@ start_portwine () {
xrdb -merge "${HOME}/.Xresources"
fi
export NOSTEAM=1
pw_init_runtime
if [[ ! -z "${PW_LOG}" && "${PW_LOG}" != 0 ]] ; then
@ -288,9 +289,9 @@ start_portwine () {
then try_force_link_dir "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/steamuser/Documents" "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/steamuser/My Documents"
fi
#enabled BattleEye_Runtime and EasyAntiCheat_Runtime
export PROTON_BATTLEYE_RUNTIME="${PW_PLUGINS_PATH}/d3d_extras/BattlEye_Runtime"
export PROTON_EAC_RUNTIME="${PW_PLUGINS_PATH}/d3d_extras/EasyAntiCheat_Runtime"
export PROTON_EASYANTICHEAT_RUNTIME="${PROTON_EAC_RUNTIME}"
export PROTON_BATTLEYE_RUNTIME="${PW_PLUGINS_PATH}/BattlEye_Runtime"
export PROTON_EAC_RUNTIME="${PW_PLUGINS_PATH}/EasyAntiCheat_Runtime"
# export PROTON_EASYANTICHEAT_RUNTIME="${PROTON_EAC_RUNTIME}"
var_winedlloverride_update "beclient,beclient_x64=b"
#try link d3d extras libs
for d3d_extras_from_plugins in d3dcompiler_33 d3dcompiler_34 d3dcompiler_35 d3dcompiler_36 d3dcompiler_37 \