Scripts version 2211
This commit is contained in:
parent
13a6980cf7
commit
61c73ffe21
@ -2,6 +2,10 @@ You can help us in the development of the project on the website: boosty.to/linu
|
||||
-----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2211### Date: 31.07.2023 / Update download size: 9 megabytes.
|
||||
* fix: League Of Legends (updated WINE_LOL_GE_8.12)
|
||||
* updated README in GitHub (thanks Boria138)
|
||||
|
||||
###Scripts version 2210### Date: 28.07.2023 / Update download size: 9 megabytes.
|
||||
* fix install and run (need tests):
|
||||
BattleNET
|
||||
|
@ -2,6 +2,10 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2211### Дата: 31.07.2023 / Размер скачиваемого обновления: 9 мегабайт основные файлы и 90 мегабайт при запуске игры League Of Legends
|
||||
* исправлена работа League Of Legends (обновлен WINE_LOL_GE_8.12)
|
||||
* обновлен README на GitHub (спасибо Boria138)
|
||||
|
||||
###Scripts version 2210### Дата: 28.07.2023 / Размер скачиваемого обновления: 9 мегабайт.
|
||||
* исправлены установка и обновление лончеров (требуется тест на разных системах):
|
||||
BattleNET
|
||||
|
@ -40,6 +40,7 @@ Vano Majukin
|
||||
Сергей 33(46)RUS
|
||||
WelchDragon
|
||||
Vuursteen
|
||||
Boria138
|
||||
" 2>/dev/null &
|
||||
|
||||
"${pw_yad_v12_3}" --plug="${KEY_CREDITS}" --tabnum=3 --text-info --scroll <<< " Лицензия Массачусетского технологического института (MIT License)
|
||||
@ -368,13 +369,18 @@ Anton_Famillianov
|
||||
RidBowt
|
||||
chal55rus
|
||||
UserDiscord
|
||||
survolog
|
||||
Survolog
|
||||
gavr
|
||||
RusNor
|
||||
aldiserg
|
||||
an9949an
|
||||
andrey4korop
|
||||
zorn
|
||||
Vano Majukin
|
||||
Sergey 33(46)RUS
|
||||
WelchDragon
|
||||
Vuursteen
|
||||
Boria138
|
||||
" 2>/dev/null &
|
||||
|
||||
"${pw_yad_v12_3}" --plug="${KEY_CREDITS}" --tabnum=3 --text-info --scroll <<< "MIT License
|
||||
|
@ -13,7 +13,7 @@ export TEXT_OPSSL=""
|
||||
export PW_COMMENT_DB="${TEXT_OPSSL}Dwnload and start League of Legends can take a long time"
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
export LAUNCH_PARAMETERS="--launch-product=league_of_legends --launch-patchline=live" # Additional launch options
|
||||
export PW_WINE_USE=WINE_LOL_GE_8.7-1
|
||||
export PW_WINE_USE=WINE_LOL_GE_8.12
|
||||
export PW_VULKAN_USE=1
|
||||
export PW_MUST_HAVE_DLL=""
|
||||
export PW_PREFIX_NAME="LEAGUE_OF_LEGENDS"
|
||||
@ -21,9 +21,11 @@ export PW_NO_FSYNC=1
|
||||
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 PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
||||
|
||||
try_remove_dir "${PORT_WINE_PATH}/data/dist/WINE_LOL_GE_8.7-1"
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
|
||||
add_in_start_portwine () {
|
||||
|
@ -6,7 +6,7 @@ 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.7-1
|
||||
export PW_WINE_USE=WINE_LOL_GE_8.12
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
export PW_USE_D3D_EXTRAS=1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2210
|
||||
#SCRIPTS_NEXT_VERSION=2211
|
||||
########################################################################
|
||||
export PW_MANGOHUD=0
|
||||
export MANGOHUD_CONFIG=cpu_stats,cpu_temp,cpu_mhz,cpu_color=2e97cb,cpu_text=CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color=2e9762,gpu_text=GPU,vram,vram_color=ad64c1,ram,ram_color=c26693,io_color=a491d3,frame_timing=1,frametime_color=00ff00,time,arch,wine,wine_color=eb5b5b,engine_color=eb5b5b,background_alpha=0.2,font_size=24,background_color=020202,text_color=ffffff,toggle_hud=Shift_R+F12,resolution,vkbasalt
|
||||
|
Loading…
Reference in New Issue
Block a user