Commit 0d0ef3bc authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2298

parent afc18e71
...@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux- ...@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
---------------------------------------- ----------------------------------------
Changelog: 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 ###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) * 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) * fixed the joint launch of the system and portable versions of MANGOHUD and vkBasalt in flatpak (thanks Htylol)
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2298### Дата: 09.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - исправлен предварительный просмотр настроек MANGOHUD при его отсутствии в системе
###Scripts version 2297### Дата: 09.05.2024 / Размер скачиваемого обновления: 3 мегабайта ###Scripts version 2297### Дата: 09.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* включение dgvoodoo2 перенесено в настройки (для возможности использования во всех 3D Api включая трансляцию в OpenGL) (спасибо Htylol) * включение dgvoodoo2 перенесено в настройки (для возможности использования во всех 3D Api включая трансляцию в OpenGL) (спасибо Htylol)
* исправлен совместный запуск системных и портативных версий MANGOHUD и vkBasalt во flatpak (спасибо Htylol) * исправлен совместный запуск системных и портативных версий MANGOHUD и vkBasalt во flatpak (спасибо Htylol)
......
...@@ -3508,9 +3508,15 @@ gui_MangoHud () { ...@@ -3508,9 +3508,15 @@ gui_MangoHud () {
export PW_MANGOHUD FPS_LIMIT export PW_MANGOHUD FPS_LIMIT
edit_db_from_gui MANGOHUD_CONFIG PW_MANGOHUD FPS_LIMIT edit_db_from_gui MANGOHUD_CONFIG PW_MANGOHUD FPS_LIMIT
if [[ "${YAD_MANGOHUD_STATUS}" == "184" ]] if [[ "${YAD_MANGOHUD_STATUS}" == "184" ]] ; then
then pw_init_runtime
env MANGOHUD=1 MANGOHUD_CONFIG="${GUI_MH_RESULT}" "${PW_PLUGINS_PATH}/portable/bin/vkcube" 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 gui_MangoHud
fi fi
......
#!/usr/bin/env bash #!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru) #Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2297 #SCRIPTS_NEXT_VERSION=2298
######################################################################## ########################################################################
export LANGUAGES_LIST="ru" export LANGUAGES_LIST="ru"
export PW_MANGOHUD="0" export PW_MANGOHUD="0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment