Commit d3ee4024 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2293

parent 04aa974f
...@@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux- ...@@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux-
---------------------------------------- ----------------------------------------
Changelog: Changelog:
###Scripts version 2293### Date: 06.05.2024 / Download update size: 3 megabytes
* multiple FPS limits have been added to MANGOHUD settings (thanks to Boria138)
* improved creation of a settings file for .exe files on first launch
* added automatic detection of the prefix from which the exe file is launched
###Scripts version 2292### Date: 04.05.2024 / Download update size: 3 megabytes ###Scripts version 2292### Date: 04.05.2024 / Download update size: 3 megabytes
* added a forced language selection to the settings for .exe files (thanks to Boria138) * added a forced language selection to the settings for .exe files (thanks to Boria138)
* added the ability to force the use of XINPUT in the settings for .exe files * added the ability to force the use of XINPUT in the settings for .exe files
......
...@@ -2,8 +2,13 @@ ...@@ -2,8 +2,13 @@
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2293### Дата: 06.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* в настройки MANGOHUD добавлен выбор нескольких ограничений FPS (спасибо Boria138)
* улучшено создание файла настроек для .exe файлов при первом запуске
* добавлено автоматическое определение префикса из которого запускается exe файл
###Scripts version 2292### Дата: 04.05.2024 / Размер скачиваемого обновления: 3 мегабайта ###Scripts version 2292### Дата: 04.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* добавлен принудительный выбор языка в настройки при запуске .exe файлов (спасибо Boria138) * добавлен принудительный выбор языка в настройки при запуске .exe файлов (спасибо Boria138)
* добавлена возможность принудительного использования XINPUT в настройках при запуске .exe файлов * добавлена возможность принудительного использования XINPUT в настройках при запуске .exe файлов
###Scripts version 2291### Дата: 03.05.2024 / Размер скачиваемого обновления: 3 мегабайта ###Scripts version 2291### Дата: 03.05.2024 / Размер скачиваемого обновления: 3 мегабайта
......
#!/usr/bin/env bash #!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru) #Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2292 #SCRIPTS_NEXT_VERSION=2293
######################################################################## ########################################################################
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