Compare commits
2 Commits
4e960fe086
...
655bb2320d
Author | SHA1 | Date | |
---|---|---|---|
|
655bb2320d | ||
|
db6b915aba |
@ -2,6 +2,10 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2408### / Date: 08.04.2025 / Download update size: 4 megabytes
|
||||
* fixed the work of new versions of Wine from Kron4ek
|
||||
* fixed settings file for the game "Kingdom Come: Deliverance II"
|
||||
|
||||
###Scripts version 2407### / Date: 07.04.2025 / Download update size: 250 megabytes
|
||||
* PROTON_LG updated to version "9-27"
|
||||
* updated versions:
|
||||
|
@ -2,6 +2,10 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2408### / Дата: 08.04.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* исправлена работа новых версий wine от Kron4ek
|
||||
* исправлен файл настроек для игры "Kingdom Come: Deliverance II"
|
||||
|
||||
###Scripts version 2407### / Дата: 07.04.2025 / Размер скачиваемого обновления: 250 мегабайт
|
||||
* обновлен PROTON_LG до версии "9-27"
|
||||
* обновлены версии:
|
||||
|
@ -4322,7 +4322,9 @@ pw_run () {
|
||||
if file "$portwine_exe" | grep -q "x86-64" ; then
|
||||
print_info "file: $portwine_exe is x86-64, force set WINE_LARGE_ADDRESS_AWARE to 0"
|
||||
export WINE_LARGE_ADDRESS_AWARE="0"
|
||||
export WINELOADER="${WINELOADER}64"
|
||||
if [[ -f "${WINELOADER}64" ]]
|
||||
then export WINELOADER="${WINELOADER}64"
|
||||
fi
|
||||
else
|
||||
print_info "file: $portwine_exe not x86-64, force set WINE_LARGE_ADDRESS_AWARE to 1"
|
||||
export WINE_LARGE_ADDRESS_AWARE="1"
|
||||
|
@ -4,4 +4,4 @@
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"
|
||||
# export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2407
|
||||
#SCRIPTS_NEXT_VERSION=2408
|
||||
#SCRIPTS_STABLE_VERSION=2406
|
||||
########################################################################
|
||||
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