Scripts version 2414
This commit is contained in:
parent
be9579c08a
commit
6beaa71599
@ -2,6 +2,15 @@ You can help us in the development of the project on the website: https://linux-
|
|||||||
----------------------------------------
|
----------------------------------------
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
|
###Scripts version 2414### / Date: 07.05.2025 / Download update size: 184 megabytes
|
||||||
|
* updated WINE_LG to version "10-7"
|
||||||
|
* removed the fix for entering the game "Genshin Impact" (no longer required)
|
||||||
|
* updated the installation of GOG Launcher (thanks to Vekt0R)
|
||||||
|
* added detection of NVIDIA RTX 50XX video cards (thanks to Boria138)
|
||||||
|
* added a setting for binding the game to the cores of one NUMA node, for example, on Intel Xeon (thanks to Boria138)
|
||||||
|
* added scripts for installing windows emulators Azahar, bsnes, melonDS (thanks to if984)
|
||||||
|
* updated scripts for installing Crossout, PPSSPP, RetroArch, ePSXe, FCEUX (thanks to if984)
|
||||||
|
|
||||||
###Scripts version 2413### / Date: 19.04.2025 / Download update size: 4 megabytes
|
###Scripts version 2413### / Date: 19.04.2025 / Download update size: 4 megabytes
|
||||||
* fixed the start of the game "World of Sea Battle"
|
* fixed the start of the game "World of Sea Battle"
|
||||||
* fixed errors related to libraries "ICU* .DLL"
|
* fixed errors related to libraries "ICU* .DLL"
|
||||||
|
@ -2,6 +2,15 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
|
###Scripts version 2414### / Дата: 07.05.2025 / Размер скачиваемого обновления: 184 мегабайта
|
||||||
|
* обновлен WINE_LG до версии "10-7"
|
||||||
|
* удален фикс входа в игру "Genshin Impact" (более не требуется)
|
||||||
|
* обновлена установка GOG Launcher (спасибо Vekt0R)
|
||||||
|
* добавлено определение видеокарт NVIDIA RTX 50XX (спасибо Boria138)
|
||||||
|
* добавлена настройка привязки игры к ядрам одного NUMA-узла например на Intel Xeon (спасибо Boria138)
|
||||||
|
* добавлены скрипты для установки windows эмуляторов Azahar, bsnes, melonDS (спасибо if984)
|
||||||
|
* обновлены скрипты для установки Crossout, PPSSPP, RetroArch, ePSXe, FCEUX (спасибо if984)
|
||||||
|
|
||||||
###Scripts version 2413### / Дата: 19.04.2025 / Размер скачиваемого обновления: 4 мегабайта
|
###Scripts version 2413### / Дата: 19.04.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||||
* исправлен запуск игры "World of Sea Battle"
|
* исправлен запуск игры "World of Sea Battle"
|
||||||
* исправлены ошибки связанные с библиотеками "icu*.dll"
|
* исправлены ошибки связанные с библиотеками "icu*.dll"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#Author: Castro-Fidel (linux-gaming.ru)
|
#Author: Castro-Fidel (linux-gaming.ru)
|
||||||
#SCRIPTS_NEXT_VERSION=2413
|
#SCRIPTS_NEXT_VERSION=2414
|
||||||
#SCRIPTS_STABLE_VERSION=2411
|
#SCRIPTS_STABLE_VERSION=2411
|
||||||
########################################################################
|
########################################################################
|
||||||
export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
|
export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
|
||||||
|
Loading…
Reference in New Issue
Block a user