forked from CastroFidel/PortWINE
fix LOL
This commit is contained in:
parent
dcb5620403
commit
387c2c175a
@ -11,9 +11,9 @@
|
|||||||
export TEXT_OPSSL=""
|
export TEXT_OPSSL=""
|
||||||
[[ -z `which openssl` ]] && export TEXT_OPSSL="Install openssl in your system!!!\n"
|
[[ -z `which openssl` ]] && export TEXT_OPSSL="Install openssl in your system!!!\n"
|
||||||
export PW_COMMENT_DB="${TEXT_OPSSL}Dwnload and start League of Legends can take a long time"
|
export PW_COMMENT_DB="${TEXT_OPSSL}Dwnload and start League of Legends can take a long time"
|
||||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
# export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
export LAUNCH_PARAMETERS="--launch-product=league_of_legends --launch-patchline=live"
|
export LAUNCH_PARAMETERS="--launch-product=league_of_legends --launch-patchline=live"
|
||||||
export PW_WINE_USE=WINE_LOL_GE_8.12
|
export PW_WINE_USE=WINE_LOL_GE_8.27
|
||||||
export PW_VULKAN_USE=1
|
export PW_VULKAN_USE=1
|
||||||
export PW_MUST_HAVE_DLL=""
|
export PW_MUST_HAVE_DLL=""
|
||||||
export PW_PREFIX_NAME="LEAGUE_OF_LEGENDS"
|
export PW_PREFIX_NAME="LEAGUE_OF_LEGENDS"
|
||||||
@ -22,10 +22,10 @@ export PW_NO_ESYNC=1
|
|||||||
export PW_DISABLED_CREATE_DB=1
|
export PW_DISABLED_CREATE_DB=1
|
||||||
export PW_USE_D3D_EXTRAS=1
|
export PW_USE_D3D_EXTRAS=1
|
||||||
export PW_USE_EAC_AND_BE="0"
|
export PW_USE_EAC_AND_BE="0"
|
||||||
# export DXVK_STABLE_VER="1.10.3-28"
|
|
||||||
export DISABLE_CP_DEFPFX=1
|
export DISABLE_CP_DEFPFX=1
|
||||||
|
export GST_GL_WINDOW=x11
|
||||||
|
|
||||||
try_remove_dir "${PORT_WINE_PATH}/data/dist/WINE_LOL_GE_8.7-1"
|
try_remove_dir "${PORT_WINE_PATH}/data/dist/WINE_LOL_GE_8.12"
|
||||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||||
|
|
||||||
add_in_start_portwine () {
|
add_in_start_portwine () {
|
||||||
|
@ -6,10 +6,11 @@ export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/live.na.exe"
|
|||||||
export LAUNCH_PARAMETERS="--launch-product=league_of_legends --launch-patchline=live"
|
export LAUNCH_PARAMETERS="--launch-product=league_of_legends --launch-patchline=live"
|
||||||
export PW_MUST_HAVE_DLL=""
|
export PW_MUST_HAVE_DLL=""
|
||||||
export PW_VULKAN_USE=1
|
export PW_VULKAN_USE=1
|
||||||
export PW_WINE_USE=WINE_LOL_GE_8.12
|
export PW_WINE_USE=WINE_LOL_GE_8.27
|
||||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
# export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
export PW_USE_D3D_EXTRAS=1
|
export PW_USE_D3D_EXTRAS=1
|
||||||
export DISABLE_CP_DEFPFX=1
|
export DISABLE_CP_DEFPFX=1
|
||||||
|
export GST_GL_WINDOW=x11
|
||||||
|
|
||||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||||
|
|
||||||
@ -23,6 +24,7 @@ then
|
|||||||
if [ "${update_loc}" = "ENG" ] ; then
|
if [ "${update_loc}" = "ENG" ] ; then
|
||||||
zenity --info --width=500 --text "You must click the install button without changing the settings!"
|
zenity --info --width=500 --text "You must click the install button without changing the settings!"
|
||||||
fi
|
fi
|
||||||
|
rm -f "$WINEPREFIX"/*.reg &>/dev/null
|
||||||
pw_kill_autostart RiotClientServices.exe &
|
pw_kill_autostart RiotClientServices.exe &
|
||||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||||
portwine_exe="$WINEPREFIX/drive_c/Riot Games/Riot Client/RiotClientServices.exe"
|
portwine_exe="$WINEPREFIX/drive_c/Riot Games/Riot Client/RiotClientServices.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user