Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
387c2c17
Commit
387c2c17
authored
Dec 17, 2023
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix LOL
parent
dcb56204
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
League of Legends
data_from_portwine/scripts/portwine_db/League of Legends
+4
-4
PW_LOL
data_from_portwine/scripts/pw_autoinstall/PW_LOL
+4
-2
No files found.
data_from_portwine/scripts/portwine_db/League of Legends
View file @
387c2c17
...
...
@@ -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
()
{
...
...
data_from_portwine/scripts/pw_autoinstall/PW_LOL
View file @
387c2c17
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment