Compare commits
14 Commits
ca040ffcf6
...
master
Author | SHA1 | Date | |
---|---|---|---|
b618fd2c63 | |||
e36de1a1a0 | |||
a954a23821 | |||
89354ddb8d | |||
ac812cc19f | |||
565324baf3 | |||
585b2e6ff8 | |||
ed22c7f228 | |||
a8c6ee55e7 | |||
81d72ff03b | |||
0e9b795512 | |||
517179c869 | |||
3b52417637 | |||
116d838f4c |
@ -2,6 +2,13 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2424### / stable / Дата: 01.07.2025 / Download update size: 380 megabytes
|
||||
* cumulative update to the stable version of PortProton scripts
|
||||
|
||||
###Scripts version 2423### / Date: 01.07.2025 / Download update size: 4 megabytes
|
||||
* added new version "WINE_HYP_10-10" to fix launch of game "Genshin Impact"
|
||||
(to apply fix just use autoinstall HoYoPlay again)
|
||||
|
||||
###Scripts version 2422### / Date: 25.06.2025 / Download update size: 4 megabytes
|
||||
* fixed work of games in full screen when using native wayland
|
||||
* fixed work of third-party versions of WINE when using native wayland
|
||||
|
@ -2,6 +2,13 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2424### / stable / Дата: 01.07.2025 / Размер скачиваемого обновления: 380 мегабайт
|
||||
* кумулятивное обновление стабильной версии скриптов PortProton
|
||||
|
||||
###Scripts version 2423### / Дата: 01.07.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* добавлена новая версия "WINE_HYP_10-10" для исправления запуска игры "Genshin Impact"
|
||||
(для применения исправления просто воспользуйтесь повторно автоустановкой HoYoPlay)
|
||||
|
||||
###Scripts version 2422### / Дата: 25.06.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* исправлена работа игр в полном экране при использовании нативного wayland
|
||||
* исправлена работа сторонних версий WINE при использовании нативного wayland
|
||||
|
@ -8,5 +8,5 @@
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_PREFIX_NAME="HO_YO_PLAY"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_WINE_USE="WINE_HYP_10-10"
|
||||
export LAUNCH_PARAMETERS="-platform_type CLOUD_THIRD_PARTY_PC"
|
||||
|
@ -10,6 +10,7 @@ export PW_VULKAN_USE=2
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Hoyolauncher_installer.exe"
|
||||
export PW_PREFIX_NAME="HO_YO_PLAY"
|
||||
export PORTWINE_CREATE_SHORTCUT_NAME="HoYoPlay"
|
||||
export PW_WINE_USE="WINE_HYP_10-10"
|
||||
|
||||
start_portwine
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2422
|
||||
#SCRIPTS_STABLE_VERSION=2419
|
||||
#SCRIPTS_NEXT_VERSION=2424
|
||||
#SCRIPTS_STABLE_VERSION=2424
|
||||
########################################################################
|
||||
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 PROTON_USE_XALIA="0"
|
||||
|
Reference in New Issue
Block a user