diff --git a/data_from_portwine/scripts/portwine_db/League of Legends b/data_from_portwine/scripts/portwine_db/League of Legends index 679d4eac..229bc2db 100755 --- a/data_from_portwine/scripts/portwine_db/League of Legends +++ b/data_from_portwine/scripts/portwine_db/League of Legends @@ -11,9 +11,9 @@ export TEXT_OPSSL="" [[ -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 WINEDLLOVERRIDES="mscoree,mshtml=" +# export WINEDLLOVERRIDES="mscoree,mshtml=" 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_MUST_HAVE_DLL="" export PW_PREFIX_NAME="LEAGUE_OF_LEGENDS" @@ -22,10 +22,10 @@ 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 DXVK_STABLE_VER="1.10.3-28" 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}" add_in_start_portwine () { diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_LOL b/data_from_portwine/scripts/pw_autoinstall/PW_LOL index a512ed3b..cbffb041 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_LOL +++ b/data_from_portwine/scripts/pw_autoinstall/PW_LOL @@ -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 PW_MUST_HAVE_DLL="" export PW_VULKAN_USE=1 -export PW_WINE_USE=WINE_LOL_GE_8.12 -export WINEDLLOVERRIDES="mscoree,mshtml=" +export PW_WINE_USE=WINE_LOL_GE_8.27 +# export WINEDLLOVERRIDES="mscoree,mshtml=" export PW_USE_D3D_EXTRAS=1 export DISABLE_CP_DEFPFX=1 +export GST_GL_WINDOW=x11 gui_proton_downloader silent "${PW_WINE_USE}" @@ -23,6 +24,7 @@ then if [ "${update_loc}" = "ENG" ] ; then zenity --info --width=500 --text "You must click the install button without changing the settings!" fi + rm -f "$WINEPREFIX"/*.reg &>/dev/null pw_kill_autostart RiotClientServices.exe & pw_run "${PW_AUTOINSTALL_EXE}" portwine_exe="$WINEPREFIX/drive_c/Riot Games/Riot Client/RiotClientServices.exe"