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
b1fcef36
Commit
b1fcef36
authored
Jun 06, 2023
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2200
parent
25ce6912
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
12 deletions
+9
-12
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+0
-8
League of Legends
data_from_portwine/scripts/portwine_db/League of Legends
+1
-2
PW_LOL
data_from_portwine/scripts/pw_autoinstall/PW_LOL
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
b1fcef36
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: boosty.to/linu
-----------------------------------------
Changelog:
###Scripts version 2200### Дата: 06.06.2023 / Update download size: 9 megabytes.
* updated WINE for League of Legends
###Scripts version 2199### Дата: 05.06.2023 / Update download size: 9 megabytes.
* minor fixes
* function removed: check_nvidia_vk_icd_file
...
...
data_from_portwine/changelog_rus
View file @
b1fcef36
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2200### Дата: 06.06.2023 / Размер скачиваемого обновления: 9 мегабайт.
* обновлен WINE для League of Legends (Для применения изменений требуется снова запустить автоустановку League of Legends)
###Scripts version 2199### Дата: 05.06.2023 / Размер скачиваемого обновления: 9 мегабайт.
* добавлен фикс для установки некоторых репаков от xatab
* удалена функция: check_nvidia_vk_icd_file (в ней теперь нет необходимости)
...
...
data_from_portwine/scripts/functions_helper
View file @
b1fcef36
...
...
@@ -514,14 +514,6 @@ pw_vkbasalt_check () {
return
0
}
check_nvidia_vk_icd_file
()
{
if
[[
-f
"/usr/share/vulkan/icd.d/nvidia_icd.json"
]]
;
then
export
VK_ICD_FILENAMES
=
"/usr/share/vulkan/icd.d/nvidia_icd.json"
elif
[[
-f
"/etc/vulkan/icd.d/nvidia_icd.json"
]]
;
then
export
VK_ICD_FILENAMES
=
"/etc/vulkan/icd.d/nvidia_icd.json"
fi
}
regdlloverrides
()
{
PW_DLL_EXE
=
`
echo
$@
|
awk
-F
:
'{print $1}'
`
PW_DLL_LIB
=
`
echo
$@
|
awk
-F
:
'{print $2}'
|
awk
-F
=
'{print $1}'
`
...
...
data_from_portwine/scripts/portwine_db/League of Legends
View file @
b1fcef36
...
...
@@ -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_
7.0-8
export
PW_WINE_USE
=
WINE_LOL_GE_
8.7-1
export
PW_VULKAN_USE
=
1
export
PW_MUST_HAVE_DLL
=
""
export
PW_PREFIX_NAME
=
"LEAGUE_OF_LEGENDS"
...
...
@@ -28,5 +28,4 @@ gui_proton_downloader silent "${PW_WINE_USE}"
add_in_start_portwine
()
{
echo
""
}
data_from_portwine/scripts/pw_autoinstall/PW_LOL
View file @
b1fcef36
...
...
@@ -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_
7.0-8
export
PW_WINE_USE
=
WINE_LOL_GE_
8.7-1
export
WINEDLLOVERRIDES
=
"mscoree,mshtml="
export
PW_USE_D3D_EXTRAS
=
1
...
...
data_from_portwine/scripts/var
View file @
b1fcef36
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2
199
#SCRIPTS_NEXT_VERSION=2
200
########################################################################
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
...
...
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