forked from CastroFidel/PortWINE
###Scripts version 2021###
This commit is contained in:
@ -3,14 +3,14 @@
|
||||
#LeagueClient.exe
|
||||
#RiotClientServices.exe
|
||||
#Install League of Legends ru.exe
|
||||
#Install League of Legends nu.exe
|
||||
#Install League of Legends na.exe
|
||||
#Install League of Legends euw.exe
|
||||
#live.na.exe
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
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 Legend can take a long time"
|
||||
export PW_COMMENT_DB="${TEXT_OPSSL}Dwnload and start League of Legends can take a long time"
|
||||
##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 WINEDLLOVERRIDES="blabla=n,b"
|
||||
@ -44,7 +44,7 @@ export PW_GECKO_VER="2.47.2"
|
||||
##export PW_GUI_DISABLED_CS=1 # 1 = disabled GUI
|
||||
|
||||
check_port_for_lol () {
|
||||
pw_start_progress_bar_block "Download and start League of Legend. Please wait. It can take a long time!"
|
||||
pw_start_progress_bar_block "Download and start League of Legends. Please wait. It can take a long time!"
|
||||
process=LeagueClientUx.exe
|
||||
while [[ -z `pidof ${process}` ]] ; do
|
||||
echo "PID ${process} not found"
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
#Author: Сергей 33(46)
|
||||
#hulk.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=0
|
||||
export PW_WINDOWS_VER="XP"
|
||||
export LAUNCH_PARAMETERS="-d3d9"
|
||||
export PW_WINE_USE=proton_steam
|
Reference in New Issue
Block a user