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
Vladislav
PortWINE
Commits
0d0ef3bc
Commit
0d0ef3bc
authored
May 09, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2298
parent
afc18e71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
changelog_en
data_from_portwine/changelog_en
+3
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+9
-3
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
0d0ef3bc
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2298### Date: 09.05.2024 / Download update size: 3 megabytes
* HOTFIX - fixed preview of MANGOHUD settings when it is not in the system
###Scripts version 2297### Date: 09.05.2024 / Download update size: 3 megabytes
* the inclusion of dgvoodoo2 has been moved to the settings (for use in all 3D APIs, including translation to OpenGL) (thanks Htylol)
* fixed the joint launch of the system and portable versions of MANGOHUD and vkBasalt in flatpak (thanks Htylol)
...
...
data_from_portwine/changelog_ru
View file @
0d0ef3bc
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2298### Дата: 09.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - исправлен предварительный просмотр настроек MANGOHUD при его отсутствии в системе
###Scripts version 2297### Дата: 09.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* включение dgvoodoo2 перенесено в настройки (для возможности использования во всех 3D Api включая трансляцию в OpenGL) (спасибо Htylol)
* исправлен совместный запуск системных и портативных версий MANGOHUD и vkBasalt во flatpak (спасибо Htylol)
...
...
data_from_portwine/scripts/functions_helper
View file @
0d0ef3bc
...
...
@@ -3508,9 +3508,15 @@ gui_MangoHud () {
export
PW_MANGOHUD FPS_LIMIT
edit_db_from_gui MANGOHUD_CONFIG PW_MANGOHUD FPS_LIMIT
if
[[
"
${
YAD_MANGOHUD_STATUS
}
"
==
"184"
]]
then
env
MANGOHUD
=
1
MANGOHUD_CONFIG
=
"
${
GUI_MH_RESULT
}
"
"
${
PW_PLUGINS_PATH
}
/portable/bin/vkcube"
if
[[
"
${
YAD_MANGOHUD_STATUS
}
"
==
"184"
]]
;
then
pw_init_runtime
pw_mangohud_check
${
pw_runtime
}
\
env
PATH
=
"
${
PATH
}
"
\
LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
"
\
VK_LAYER_PATH
=
"
${
PW_VK_LAYER_PATH
}
"
\
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
"
${
PW_PLUGINS_PATH
}
/portable/bin/vkcube"
gui_MangoHud
fi
...
...
data_from_portwine/scripts/var
View file @
0d0ef3bc
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=229
7
#SCRIPTS_NEXT_VERSION=229
8
########################################################################
export
LANGUAGES_LIST
=
"ru"
export
PW_MANGOHUD
=
"0"
...
...
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