Commit 2af8a2fc authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2301

parent c661fa70
...@@ -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 2301### Date: 29.05.2024 / Download update size: 3 megabytes
* HOTFIX - running on some systems
###Scripts version 2300### Date: 29.05.2024 / Download update size: 3 megabytes ###Scripts version 2300### Date: 29.05.2024 / Download update size: 3 megabytes
* added auto-installation of the Anomaly Zone game (thanks Chal55rus) * added auto-installation of the Anomaly Zone game (thanks Chal55rus)
* improved the function of determining the name of the game/program (thanks Boria138) * improved the function of determining the name of the game/program (thanks Boria138)
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
----------------------------------------- -----------------------------------------
История изменений: История изменений:
###Scripts version 2301### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX - запуск на некоторых системах
###Scripts version 2300### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта ###Scripts version 2300### Дата: 29.05.2024 / Размер скачиваемого обновления: 3 мегабайта
* добавлена автоустановка игры Anomaly Zone (спасибо Chal55rus) * добавлена автоустановка игры Anomaly Zone (спасибо Chal55rus)
* улучшена функция определения названия игры/программы (спасибо Boria138) * улучшена функция определения названия игры/программы (спасибо Boria138)
......
...@@ -2135,7 +2135,7 @@ start_portwine () { ...@@ -2135,7 +2135,7 @@ start_portwine () {
done done
# DGVOODOO2 settings: # DGVOODOO2 settings:
if [[ "${PW_DGV2_USE_DX12}" == "1" ]] ; then if [[ "${PW_DGV2_USE_DX12}" == "1" ]] ; then
if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]] \ if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]]
then then
sed -i "s/OutputAPI = d3d11_fl11_0/OutputAPI = d3d12_fl12_0/" "$DGV2CONF" sed -i "s/OutputAPI = d3d11_fl11_0/OutputAPI = d3d12_fl12_0/" "$DGV2CONF"
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=2300 #SCRIPTS_NEXT_VERSION=2301
######################################################################## ########################################################################
export LANGUAGES_LIST="ru es" export LANGUAGES_LIST="ru es"
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