forked from CastroFidel/PortWINE
Scripts version 2238
This commit is contained in:
parent
2ab546c0fa
commit
aa01009124
@ -2,6 +2,15 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2238### Date: 12.12.2023 / Download update size: 8 megabytes
|
||||
* fixed GAMESCOPE and vkBasalt collaboration
|
||||
* optimized prefix creation and updating
|
||||
* fixed disabling MANGHUD in settings
|
||||
* added a reset button in the settings when launching the exe (to restore the default settings)
|
||||
* added a forced display of the exe file launch settings when launching a shortcut from the PortProton interface
|
||||
* added tooltips in the emulator installation tab (thanks Akai)
|
||||
* added a warning if there is no working Vulkan driver (thanks to Boria138)
|
||||
|
||||
###Scripts version 2237### Date: 08.12.2023 / Download update size: 8 megabytes
|
||||
* combined the inclusion of MANGOHUD in the settings (32-bit and 64-bit)
|
||||
* fixed vkBasalt working with gamescope
|
||||
|
@ -2,12 +2,14 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2238### Дата: 12.12.2023 / Размер скачиваемого обновления: 8 мегабайт
|
||||
* исправлена совмеcтная работа GAMESCOPE и vkBasalt
|
||||
* оптимизировано создание и обновление префикса
|
||||
* исправлено отключение MANGOHUD в настройках
|
||||
* добавлена кнопка сброса в настройках при запуске exe (для востановления настроек по умолчанию)
|
||||
* добавлено принудительное отображение настроек запуска exe файла при запуске ярлыка из интерфейса PortProton
|
||||
* добавлены всплывающие подсказки во вкладке установки эмуляторов (спасибо Akai)
|
||||
* добавлено предупреждение если нет работающего драйвера Vulkan (спасибо Boria138)
|
||||
|
||||
###Scripts version 2237### Дата: 08.12.2023 / Размер скачиваемого обновления: 8 мегабайт
|
||||
* объединено включение MANGOHUD в настройках (32-х и 64-х битные)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2237
|
||||
#SCRIPTS_NEXT_VERSION=2238
|
||||
########################################################################
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user