forked from CastroFidel/PortWINE
Compare commits
74 Commits
master
...
fixes_for_
Author | SHA1 | Date | |
---|---|---|---|
1e290d0c55 | |||
fd9df57242 | |||
c55b2845ee | |||
62fd39f7c6 | |||
83ec48812b | |||
5ad6b9e72c | |||
066e37aad4 | |||
84674a3ae4 | |||
ffaccd507f | |||
4869746a30 | |||
a7d5784874 | |||
0b3d16c13f | |||
90ea238f34 | |||
a1695c032d | |||
fa55bb8f35 | |||
cb1fea9fdd | |||
691468d5a1 | |||
c7cb4503bb | |||
85e1ddd2d1 | |||
f863ab2664 | |||
d043905e16 | |||
b57b6d8a76 | |||
9cee5b32e9 | |||
b50f450b04 | |||
69ec71e564 | |||
e1a47bdb0e | |||
c1b7c33444 | |||
9c3d3e37e1 | |||
c33d9ba3f5 | |||
ca9c63711d | |||
9064faf36f | |||
88c5d78713 | |||
7c573daca5 | |||
e9a13ae5d8 | |||
e2f1476d90 | |||
ccd9b166d1 | |||
4e18752e5c | |||
0a277c430e | |||
4b72da7abf | |||
90df03eec7 | |||
f67d2c27f4 | |||
e9dc5604d4 | |||
a2acf29a37 | |||
a8f0badcd1 | |||
085220ea94 | |||
252ed89e4e | |||
d44749fbeb | |||
1b007ee3cb | |||
779fc18eb5 | |||
b5564b32c5 | |||
812cadac41 | |||
6bee5b77f1 | |||
a480074dc8 | |||
a841a3a72c | |||
cf9f9c4561 | |||
152c8191af | |||
b41bf42d2a
|
|||
df88eac63c | |||
c28c08122b | |||
407657891a | |||
e4d2edd889 | |||
19996e4331 | |||
5d5fa65008 | |||
0ff029f335 | |||
1b0683772e | |||
c2ff9aea0a | |||
ee108295f4 | |||
3a57d159dd | |||
bdb90516a6 | |||
90110f1d26
|
|||
7c6ecdd518 | |||
9c1cd17ea4 | |||
89539538a8 | |||
1cd0b569b8 |
@ -2,6 +2,35 @@ You can help us in the development of the project on the website: https://linux-
|
||||
----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2439### / Date: 31.07.2025 / Download update size: 4 megabytes
|
||||
* improved functions for checking and selecting video cards (thanks to Htylol)
|
||||
* added blocking of 3D API versions not supported by the video card or driver (thanks to Htylol)
|
||||
* added the ability to forcefully unblock all 3D API in global settings (thanks to Htylol)
|
||||
* fixed amdvlk and amdgpupro driver selection (thanks to Htylol)
|
||||
* fixed launching OpenGL games on NVIDIA video cards (thanks to Htylol)
|
||||
* other small improvements and script fixes
|
||||
|
||||
###Scripts version 2438### / Date: 26.07.2025 / Download update size: 4 megabytes
|
||||
* fixed locale detection for flatpak version of PortProton (thanks to Htylol)
|
||||
* updated OPTISCALER to v02-0.7.7-pre12 (thanks to @eljeyna)
|
||||
* more games working with OPTISCALER
|
||||
|
||||
###Scripts version 2437### / Date: 25.07.2025 / Download update size: 4 megabytes
|
||||
* FSYNC and ESYNC are disabled by default
|
||||
* WINE_LG is used by default for all Sony games
|
||||
* added a block on enabling USE_LS_FRAME_GEN if the GLIBC version in the system is lower than 2.38
|
||||
* additional interface optimizations were made (thanks to Htylol)
|
||||
* work continued on improving the 3D Api selection functions (thanks to Htylol)
|
||||
|
||||
###Scripts version 2436### / Date: 24.07.2025 / Download update size: 230 megabytes
|
||||
* changed DXVK and VKD3D versions for DirectX to Vulkan translation (thanks to Htylol):
|
||||
- The newest ones work only with "MESA 25+" or "NVIDIA 550.54.14+" drivers
|
||||
- Stable ones work with any drivers, provided that the video card supports Vulkan version "1.3+"
|
||||
- Sarek works with any video card that supports Vulkan version "1.1+"
|
||||
* PROTON_LG updated to version "10-10" (with NTSYNC support)
|
||||
* accelerated opening of the list of third-party WINE versions (thanks to Boria138)
|
||||
* added to the lists of third-party WINE all WOW64 versions from Kron4ek and x86_64_v3 builds from CachyOS (thanks to Boria138)
|
||||
|
||||
###Scripts version 2435### / stable / Date: 23.07.2025 / Download update size: 380 megabytes
|
||||
* cumulative update of stable version of PortProton scripts
|
||||
* removed tab for downloading third-party versions of WINE-GE-GUSTOM (outdated versions of WINE)
|
||||
|
@ -2,6 +2,35 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2439### / Дата: 31.07.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* улучшены функции проверки и выбора видеокарт (спасибо Htylol)
|
||||
* добавлена блокировка не поддерживаемых видеокартой, или драйвером, версий 3D Api (спасибо Htylol)
|
||||
* добавлена возможность принудительной разблокировки всех 3D Api в глобальных настройках (спасибо Htylol)
|
||||
* исправлен выбор драйвера amdvlk и amdgpupro (спасибо Htylol)
|
||||
* исправлен запуск OpenGL игр на NVIDIA видеокартах (спасибо Htylol)
|
||||
* другие небольшие улучшения и исправления скриптов
|
||||
|
||||
###Scripts version 2438### / Дата: 26.07.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* исправлено определение локалей для flatpak версии PortProton (спасибо Htylol)
|
||||
* обновлен OPTISCALER до версии v02-0.7.7-pre12 (спасибо @eljeyna)
|
||||
* расширено количество игр работающих с OPTISCALER
|
||||
|
||||
###Scripts version 2437### / Дата: 25.07.2025 / Размер скачиваемого обновления: 4 мегабайта
|
||||
* FSYNC и ESYNC по умолчанию выключены
|
||||
* для всех игр от Sony по умолчанию используется WINE_LG
|
||||
* добавлена блокировка включения USE_LS_FRAME_GEN если версия GLIBC в системе ниже чем 2.38
|
||||
* произведены дополнительные оптимизации интерфейса (спасибо Htylol)
|
||||
* продолжены работы по улучшению функций выбора 3D Api (спасибо Htylol)
|
||||
|
||||
###Scripts version 2436### / Дата: 24.07.2025 / Размер скачиваемого обновления: 230 мегабайт
|
||||
* изменены версии DXVK и VKD3D для трансляции DirectX в Vulkan (спасибо Htylol):
|
||||
- Новейшие работают только с драйверами "MESA 25+", или "NVIDIA 550.54.14+"
|
||||
- Стабильные работают с любыми драйверами при условии что видеокарта поддерживает Vulkan версии "1.3+"
|
||||
- Sarek работает с любой видеокартой поддерживающей Vulkan версии "1.1+"
|
||||
* обновлен PROTON_LG до версии "10-10" (с поддержкой NTSYNC)
|
||||
* ускорено открытие списка сторонних версий WINE (спасибо Boria138)
|
||||
* добавлены в списки сторонних WINE все WOW64 версии от Kron4ek и сборки x86_64_v3 от CachyOS (спасибо Boria138)
|
||||
|
||||
###Scripts version 2435### / stable / Дата: 23.07.2025 / Размер скачиваемого обновления: 380 мегабайт
|
||||
* кумулятивное обновление стабильной версии скриптов PortProton
|
||||
* удалена вкладка скачивания сторонних версий WINE-GE-GUSTOM (устаревшие версии WINE)
|
||||
|
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr "Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-07-21 16:53+0300\n"
|
||||
"POT-Creation-Date: 2025-07-28 19:50+0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -61,19 +61,36 @@ msgid "--autoinstall and the name of what needs to be installed is given in "
|
||||
"the list below:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select DXVK and VKD3D versions for DirectX to Vulkan translation:\n"
|
||||
" - The newest ones work only with MESA 25+ drivers, or NVIDIA "
|
||||
"550.54.14+\n"
|
||||
" - Stable ones work with any drivers, provided that the video card "
|
||||
"supports Vulkan version 1.3+\n"
|
||||
" - Sarek works with almost any video card that supports Vulkan\n"
|
||||
" - WineD3D OpenGL works on any PC, but with low performance and "
|
||||
"old games"
|
||||
msgstr ""
|
||||
|
||||
msgid "Selecting a WINE version."
|
||||
msgstr ""
|
||||
|
||||
msgid "Select a prefix to launch the game/application (if you enter a non-"
|
||||
"existent name, a new prefix will be created)."
|
||||
msgstr ""
|
||||
|
||||
msgid "USE_SYSTEM_WINE"
|
||||
msgstr ""
|
||||
|
||||
msgid "WineD3D OpenGL (For video cards without Vulkan)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Legacy DXVK (Vulkan v1.1)"
|
||||
msgid "DXVK, VKD3D (Sarek) (Vulkan v1.1+)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stable DXVK, VKD3D (Vulkan v1.2)"
|
||||
msgid "DXVK, VKD3D (Stable) (Vulkan v1.3+)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Newest DXVK, VKD3D, D8VK (Vulkan v1.3+)"
|
||||
msgid "DXVK, VKD3D (Newest) (Vulkan v1.3+)"
|
||||
msgstr ""
|
||||
|
||||
msgid "GET-OTHER-WINE"
|
||||
@ -384,6 +401,9 @@ msgstr ""
|
||||
msgid "Check new version WINE..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Error: failed to fetch metadata."
|
||||
msgstr ""
|
||||
|
||||
msgid "Error: check wine."
|
||||
msgstr ""
|
||||
|
||||
@ -543,6 +563,9 @@ msgid "Use dxvk and vkd3d which are bundled with wine or proton. (Does not "
|
||||
"work with PROTON_LG and WINE_LG)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use async version of dxvk-sarek. (May work better or vice versa)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Disable asynchronous calls for VULKAN and DXVK modes"
|
||||
msgstr ""
|
||||
|
||||
@ -558,6 +581,10 @@ msgid "A very dangerous way to hack the memory write timer in ntdll. This "
|
||||
"recommended not to change the value.)"
|
||||
msgstr ""
|
||||
|
||||
msgid "GLIBC version 2.38+ is required for use Lossless Scaling frame "
|
||||
"generation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change the version of <b>WINDOWS</b> emulation"
|
||||
msgstr ""
|
||||
|
||||
@ -1073,7 +1100,7 @@ msgid "Disable MangoHud and go to the previous menu"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use DirectX12 for dgVoodoo2. Doesnt always work better. (Working "
|
||||
"only on newest and stable dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
"only on newest and sarek dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Force the vertical sync to avoid tearing or prevent the GPU from "
|
||||
@ -1404,6 +1431,9 @@ msgstr ""
|
||||
msgid "Disable GameScope and go to the previous menu"
|
||||
msgstr ""
|
||||
|
||||
msgid "The graphics card does not support Vulkan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Recommended value"
|
||||
msgstr ""
|
||||
|
||||
@ -1434,6 +1464,12 @@ msgstr ""
|
||||
msgid "By time"
|
||||
msgstr ""
|
||||
|
||||
msgid "unlock"
|
||||
msgstr ""
|
||||
|
||||
msgid "unlocked"
|
||||
msgstr ""
|
||||
|
||||
msgid "GLOBAL SETTINGS (USER.CONF)"
|
||||
msgstr ""
|
||||
|
||||
@ -1514,6 +1550,13 @@ msgstr ""
|
||||
msgid "This setting sorts the shortcuts in the main menu"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unlock all 3D APIs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Allows you to unlock all available 3D APIs, even if your current "
|
||||
"graphics card does not meet the minimum requirements"
|
||||
msgstr ""
|
||||
|
||||
msgid "Open the <b>user.conf</b> settings file in a system text editor to "
|
||||
"view and change variables manually"
|
||||
msgstr ""
|
||||
@ -1600,12 +1643,6 @@ msgstr ""
|
||||
msgid "FONTS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Attention working version of vulkan not detected!"
|
||||
msgstr ""
|
||||
|
||||
msgid "It is recommended to run games in OpenGL (low performance possible)!"
|
||||
msgstr ""
|
||||
|
||||
msgid "PortProton was launched in creation mode PortProton.log and it is "
|
||||
"successfully stored in the root directory of the port"
|
||||
msgstr ""
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-07-21 16:53+0300\n"
|
||||
"PO-Revision-Date: 2025-07-01 20:00+0300\n"
|
||||
"POT-Creation-Date: 2025-07-28 19:50+0500\n"
|
||||
"PO-Revision-Date: 2025-07-24 15:26+0500\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: es_ES\n"
|
||||
@ -81,20 +81,38 @@ msgstr ""
|
||||
"--autoinstall y el nombre de lo que se debe instalar se indica en la lista a "
|
||||
"continuación:"
|
||||
|
||||
msgid ""
|
||||
"Select DXVK and VKD3D versions for DirectX to Vulkan translation:\n"
|
||||
" - The newest ones work only with MESA 25+ drivers, or NVIDIA 550.54.14+\n"
|
||||
" - Stable ones work with any drivers, provided that the video card "
|
||||
"supports Vulkan version 1.3+\n"
|
||||
" - Sarek works with almost any video card that supports Vulkan\n"
|
||||
" - WineD3D OpenGL works on any PC, but with low performance and old games"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Selecting a WINE version."
|
||||
msgstr "Seleccionar WINE para descargar:"
|
||||
|
||||
msgid ""
|
||||
"Select a prefix to launch the game/application (if you enter a non-existent "
|
||||
"name, a new prefix will be created)."
|
||||
msgstr ""
|
||||
|
||||
msgid "USE_SYSTEM_WINE"
|
||||
msgstr "Usar Wine del sistema"
|
||||
|
||||
msgid "WineD3D OpenGL (For video cards without Vulkan)"
|
||||
msgstr "WineD3D OpenGL (Para tarjetas de video sin Vulkan)"
|
||||
|
||||
msgid "Legacy DXVK (Vulkan v1.1)"
|
||||
msgstr "DXVK heredado (Vulkan v1.1)"
|
||||
msgid "DXVK, VKD3D (Sarek) (Vulkan v1.1+)"
|
||||
msgstr "DXVK, VKD3D (Sarek) (Vulkan v1.1+)"
|
||||
|
||||
msgid "Stable DXVK, VKD3D (Vulkan v1.2)"
|
||||
msgstr "DXVK estable, VKD3D (Vulkan v1.2)"
|
||||
msgid "DXVK, VKD3D (Stable) (Vulkan v1.3+)"
|
||||
msgstr "DXVK, VKD3D (Stable) (Vulkan v1.3+)"
|
||||
|
||||
msgid "Newest DXVK, VKD3D, D8VK (Vulkan v1.3+)"
|
||||
msgstr "Más nuevo DXVK, VKD3D, D8VK (Vulkan v1.3+)"
|
||||
msgid "DXVK, VKD3D (Newest) (Vulkan v1.3+)"
|
||||
msgstr "DXVK, VKD3D (Newest) (Vulkan v1.3+)"
|
||||
|
||||
msgid "GET-OTHER-WINE"
|
||||
msgstr "OBTENER OTRO WINE"
|
||||
@ -430,6 +448,9 @@ msgstr "FORZAR SALIDA"
|
||||
msgid "Check new version WINE..."
|
||||
msgstr "Comprobar nueva versión de WINE..."
|
||||
|
||||
msgid "Error: failed to fetch metadata."
|
||||
msgstr ""
|
||||
|
||||
msgid "Error: check wine."
|
||||
msgstr "Error: verificar wine."
|
||||
|
||||
@ -661,6 +682,9 @@ msgstr ""
|
||||
"Utilice dxvk y vkd3d que vienen incluidos con wine o proton. (No funciona "
|
||||
"con PROTON_LG y WINE_LG)"
|
||||
|
||||
msgid "Use async version of dxvk-sarek. (May work better or vice versa)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Disable asynchronous calls for VULKAN and DXVK modes"
|
||||
msgstr "Desactivar llamadas asíncronas para los modos VULKAN y DXVK"
|
||||
|
||||
@ -683,6 +707,10 @@ msgstr ""
|
||||
"Esto mejora el rendimiento de algunos juegos muy específicos. (Se recomienda "
|
||||
"no cambiar el valor)"
|
||||
|
||||
msgid ""
|
||||
"GLIBC version 2.38+ is required for use Lossless Scaling frame generation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change the version of <b>WINDOWS</b> emulation"
|
||||
msgstr "Cambiar la versión de emulación de <b>WINDOWS</b>"
|
||||
|
||||
@ -1316,9 +1344,10 @@ msgstr "Iniciar vkcube para previsualizar los cambios"
|
||||
msgid "Disable MangoHud and go to the previous menu"
|
||||
msgstr "Desactivar MangoHud y volver al menú anterior"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Use DirectX12 for dgVoodoo2. Doesnt always work better. (Working only on "
|
||||
"newest and stable dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
"newest and sarek dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
msgstr ""
|
||||
"Usa DirectX 12 para dgVoodoo2. No siempre funciona mejor. (Funciona solo con "
|
||||
"dxvk/vkd3d más nuevos y estables) (Configuraciones de Direct3D y Glide)"
|
||||
@ -1836,6 +1865,10 @@ msgstr ""
|
||||
msgid "Disable GameScope and go to the previous menu"
|
||||
msgstr "Desactivar GameScope e ir al menú anterior"
|
||||
|
||||
#, fuzzy
|
||||
msgid "The graphics card does not support Vulkan"
|
||||
msgstr "Elige una tarjeta gráfica para ejecutar el juego"
|
||||
|
||||
msgid "Recommended value"
|
||||
msgstr "Valor recomendado"
|
||||
|
||||
@ -1866,6 +1899,12 @@ msgstr "Desde el último inicio"
|
||||
msgid "By time"
|
||||
msgstr "Mostrar tiempo"
|
||||
|
||||
msgid "unlock"
|
||||
msgstr ""
|
||||
|
||||
msgid "unlocked"
|
||||
msgstr ""
|
||||
|
||||
msgid "GLOBAL SETTINGS (USER.CONF)"
|
||||
msgstr "CONFIGURACIONES GLOBALES (USER.CONF)"
|
||||
|
||||
@ -1964,6 +2003,14 @@ msgstr ""
|
||||
"Esta configuración ordena los accesos directos en el menú principal según el "
|
||||
"tiempo transcurrido en la aplicación o juego"
|
||||
|
||||
msgid "Unlock all 3D APIs"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Allows you to unlock all available 3D APIs, even if your current graphics "
|
||||
"card does not meet the minimum requirements"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Open the <b>user.conf</b> settings file in a system text editor to view and "
|
||||
"change variables manually"
|
||||
@ -2057,13 +2104,6 @@ msgstr "DLLS"
|
||||
msgid "FONTS"
|
||||
msgstr "FUENTES"
|
||||
|
||||
msgid "Attention working version of vulkan not detected!"
|
||||
msgstr "¡Atención, no se detectó la versión funcional de vulkan!"
|
||||
|
||||
msgid "It is recommended to run games in OpenGL (low performance possible)!"
|
||||
msgstr ""
|
||||
"¡Se recomienda ejecutar juegos en OpenGL (es posible un rendimiento bajo)!"
|
||||
|
||||
msgid ""
|
||||
"PortProton was launched in creation mode PortProton.log and it is "
|
||||
"successfully stored in the root directory of the port"
|
||||
@ -2193,6 +2233,16 @@ msgstr "UNIRSE"
|
||||
msgid "THIRD PARTY LIBRARIES"
|
||||
msgstr "BIBLIOTECAS DE TERCEROS"
|
||||
|
||||
#~ msgid "Attention working version of vulkan not detected!"
|
||||
#~ msgstr "¡Atención, no se detectó la versión funcional de vulkan!"
|
||||
|
||||
#~ msgid "It is recommended to run games in OpenGL (low performance possible)!"
|
||||
#~ msgstr ""
|
||||
#~ "¡Se recomienda ejecutar juegos en OpenGL (es posible un rendimiento bajo)!"
|
||||
|
||||
#~ msgid "Legacy DXVK (Vulkan v1.1)"
|
||||
#~ msgstr "DXVK heredado (Vulkan v1.1)"
|
||||
|
||||
#~ msgid "Enable DLSS translator in FSR 2 in DirectX 12 games (CyberFSR2)"
|
||||
#~ msgstr ""
|
||||
#~ "Habilitar el traductor de DLSS en FSR 2 en juegos DirectX 12 (CyberFSR2)"
|
||||
@ -2241,8 +2291,8 @@ msgstr "BIBLIOTECAS DE TERCEROS"
|
||||
#~ msgid ""
|
||||
#~ "For adding shortcut to STEAM, needed restart.\\n\\nRestart STEAM now?"
|
||||
#~ msgstr ""
|
||||
#~ "Para agregar el acceso directo a STEAM, es necesario reiniciar.\\n"
|
||||
#~ "\\¿Quieres reiniciar STEAM ahora?"
|
||||
#~ "Para agregar el acceso directo a STEAM, es necesario reiniciar."
|
||||
#~ "\\n\\¿Quieres reiniciar STEAM ahora?"
|
||||
|
||||
#~ msgid "Restarting STEAM... Please wait."
|
||||
#~ msgstr "Restarting STEAM... Please wait."
|
||||
|
Binary file not shown.
@ -7,16 +7,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-07-21 16:53+0300\n"
|
||||
"PO-Revision-Date: 2025-07-21 16:55+0300\n"
|
||||
"POT-Creation-Date: 2025-07-28 19:50+0500\n"
|
||||
"PO-Revision-Date: 2025-07-28 19:50+0500\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
||||
"X-Generator: Poedit 3.6\n"
|
||||
|
||||
msgid ""
|
||||
@ -80,20 +80,46 @@ msgstr ""
|
||||
"--autoinstall и название того, что необходимо установить, указано в списке "
|
||||
"ниже:"
|
||||
|
||||
msgid ""
|
||||
"Select DXVK and VKD3D versions for DirectX to Vulkan translation:\n"
|
||||
" - The newest ones work only with MESA 25+ drivers, or NVIDIA 550.54.14+\n"
|
||||
" - Stable ones work with any drivers, provided that the video card "
|
||||
"supports Vulkan version 1.3+\n"
|
||||
" - Sarek works with almost any video card that supports Vulkan\n"
|
||||
" - WineD3D OpenGL works on any PC, but with low performance and old games"
|
||||
msgstr ""
|
||||
"Выберите версии DXVK и VKD3D для трансляции DirectX в Vulkan:\n"
|
||||
" - Новейшие работают только с драйверами MESA 25+, или NVIDIA 550.54.14+\n"
|
||||
" - Стабильные работают с любыми драйверами при условии что видеокарта "
|
||||
"поддерживает Vulkan версии 1.3+\n"
|
||||
" - Sarek работает почти с любой видеокартой поддерживающей Vulkan\n"
|
||||
" - WineD3D OpenGL работает на любом ПК, но с низкой производительностью и "
|
||||
"старыми играми"
|
||||
|
||||
msgid "Selecting a WINE version."
|
||||
msgstr "Выбор версии WINE."
|
||||
|
||||
msgid ""
|
||||
"Select a prefix to launch the game/application (if you enter a non-existent "
|
||||
"name, a new prefix will be created)."
|
||||
msgstr ""
|
||||
"Выбор префикса для запуска игры/приложения (при вводе не существующего "
|
||||
"названия будет создан новый префикс)."
|
||||
|
||||
msgid "USE_SYSTEM_WINE"
|
||||
msgstr "Использовать системную версию wine"
|
||||
|
||||
msgid "WineD3D OpenGL (For video cards without Vulkan)"
|
||||
msgstr "WineD3D OpenGL (для видеокарт без поддержки Vulkan)"
|
||||
|
||||
msgid "Legacy DXVK (Vulkan v1.1)"
|
||||
msgstr "Устаревший DXVK (Vulkan v1.1)"
|
||||
msgid "DXVK, VKD3D (Sarek) (Vulkan v1.1+)"
|
||||
msgstr "DXVK, VKD3D (Sarek) (Vulkan v1.1+)"
|
||||
|
||||
msgid "Stable DXVK, VKD3D (Vulkan v1.2)"
|
||||
msgstr "Стабильные DXVK, VKD3D (Vulkan v1.2)"
|
||||
msgid "DXVK, VKD3D (Stable) (Vulkan v1.3+)"
|
||||
msgstr "DXVK, VKD3D (Стабильные) (Vulkan v1.3+)"
|
||||
|
||||
msgid "Newest DXVK, VKD3D, D8VK (Vulkan v1.3+)"
|
||||
msgstr "Новейшие DXVK, VKD3D, D8VK (Vulkan v1.3+)"
|
||||
msgid "DXVK, VKD3D (Newest) (Vulkan v1.3+)"
|
||||
msgstr "DXVK, VKD3D (Новейшие) (Vulkan v1.3+)"
|
||||
|
||||
msgid "GET-OTHER-WINE"
|
||||
msgstr "Скачать другие версии wine"
|
||||
@ -342,8 +368,8 @@ msgid ""
|
||||
"More than one DB file found for the application being launched.\\nSelect the "
|
||||
"required one, or delete the extra DB file before the next run.\\n"
|
||||
msgstr ""
|
||||
"Для запускаемого приложения найдено более одного конфигурационного файла ."
|
||||
"ppdb.\\nВыберите нужный или удалите лишний файл .ppdb перед следующим "
|
||||
"Для запускаемого приложения найдено более одного конфигурационного "
|
||||
"файла .ppdb.\\nВыберите нужный или удалите лишний файл .ppdb перед следующим "
|
||||
"запуском\\n"
|
||||
|
||||
msgid "Update scripts:"
|
||||
@ -431,6 +457,9 @@ msgstr "ПРИНУДИТЕЛЬНЫЙ ВЫХОД"
|
||||
msgid "Check new version WINE..."
|
||||
msgstr "Проверяем новые версии WINE..."
|
||||
|
||||
msgid "Error: failed to fetch metadata."
|
||||
msgstr "Ошибка: не удалось получить метаданные."
|
||||
|
||||
msgid "Error: check wine."
|
||||
msgstr "Ошибка во время проверки версии WINE."
|
||||
|
||||
@ -477,8 +506,8 @@ msgid ""
|
||||
"<b>Super + Y :</b> Toggle NIS upscaling\n"
|
||||
"<b>Super + I :</b> Increase FSR sharpness by 1\n"
|
||||
"<b>Super + O :</b> Decrease FSR sharpness by 1\n"
|
||||
"<b>Super + S :</b> Take screenshot (currently goes to /tmp/gamescope_DATE."
|
||||
"png)\n"
|
||||
"<b>Super + S :</b> Take screenshot (currently goes to /tmp/"
|
||||
"gamescope_DATE.png)\n"
|
||||
"<b>Super + G :</b> Toggle keyboard grab\n"
|
||||
"<b>Super + C :</b> Update clipboard"
|
||||
msgstr ""
|
||||
@ -676,6 +705,11 @@ msgstr ""
|
||||
"Использовать dxvk и vkd3d, которые поставляются в комплекте с wine или "
|
||||
"proton. (Не работает с PROTON_LG и WINE_LG)"
|
||||
|
||||
msgid "Use async version of dxvk-sarek. (May work better or vice versa)"
|
||||
msgstr ""
|
||||
"Использовать асинхронную версию dxvk-sarek. (Может работать лучше, либо "
|
||||
"наоборот)"
|
||||
|
||||
msgid "Disable asynchronous calls for VULKAN and DXVK modes"
|
||||
msgstr "Отключить асинхронные вызовы для режимов VULKAN и DXVK"
|
||||
|
||||
@ -698,6 +732,10 @@ msgstr ""
|
||||
"производительность некоторых очень специфических игр (рекомендуется не "
|
||||
"изменять значение)"
|
||||
|
||||
msgid ""
|
||||
"GLIBC version 2.38+ is required for use Lossless Scaling frame generation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Change the version of <b>WINDOWS</b> emulation"
|
||||
msgstr "Изменить версию эмуляции <b>WINDOWS</b>"
|
||||
|
||||
@ -1315,9 +1353,9 @@ msgid ""
|
||||
"MangoHud settings (Keys <b>R_SHIFT + F12</b> disable MangoHud)\\n<b>note:</"
|
||||
"b> To display help for each item, just hover the mouse cursor over the text."
|
||||
msgstr ""
|
||||
"Настройки MangoHud (клавиши <b>R_SHIFT + F12</b> отключают "
|
||||
"MangoHud)\\n<b>Примечание:</b> Чтобы отобразить справку для каждого "
|
||||
"элемента, наведите курсор мыши на текст."
|
||||
"Настройки MangoHud (клавиши <b>R_SHIFT + F12</b> отключают MangoHud)"
|
||||
"\\n<b>Примечание:</b> Чтобы отобразить справку для каждого элемента, "
|
||||
"наведите курсор мыши на текст."
|
||||
|
||||
msgid ""
|
||||
"Enabling fps limitation with MANGOHUD tools built into PortProton (Keys "
|
||||
@ -1337,11 +1375,11 @@ msgstr "Отключить MangoHud и перейти в предыдущее м
|
||||
|
||||
msgid ""
|
||||
"Use DirectX12 for dgVoodoo2. Doesnt always work better. (Working only on "
|
||||
"newest and stable dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
"newest and sarek dxvk/vkd3d) (Direct3D and Glide settings)"
|
||||
msgstr ""
|
||||
"Принудительно транслировать dgVoodoo2 в DirectXD 12 (работает только с "
|
||||
"новейшими и стабильными версиями dxvk и vkd3d. Может вызвать проблемы с "
|
||||
"запуском игр) (Direct3D + Glide)"
|
||||
"новейшими и sarek версиями dxvk и vkd3d. Может вызвать проблемы с запуском "
|
||||
"игр) (Direct3D + Glide)"
|
||||
|
||||
msgid ""
|
||||
"Force the vertical sync to avoid tearing or prevent the GPU from rendering "
|
||||
@ -1815,6 +1853,9 @@ msgstr ""
|
||||
msgid "Disable GameScope and go to the previous menu"
|
||||
msgstr "Отключить Gamescope и перейти в предыдущее меню"
|
||||
|
||||
msgid "The graphics card does not support Vulkan"
|
||||
msgstr "Видеокарта не поддерживает Vulkan"
|
||||
|
||||
msgid "Recommended value"
|
||||
msgstr "Рекомендуемое значение"
|
||||
|
||||
@ -1845,6 +1886,12 @@ msgstr "По данным последнего запуска"
|
||||
msgid "By time"
|
||||
msgstr "По проведённому времени"
|
||||
|
||||
msgid "unlock"
|
||||
msgstr "разблокировать"
|
||||
|
||||
msgid "unlocked"
|
||||
msgstr "разблокировано"
|
||||
|
||||
msgid "GLOBAL SETTINGS (USER.CONF)"
|
||||
msgstr "ГЛОБАЛЬНЫЕ НАСТРОЙКИ (USER.CONF)"
|
||||
|
||||
@ -1940,6 +1987,16 @@ msgstr "Сортировка ярлыков по"
|
||||
msgid "This setting sorts the shortcuts in the main menu"
|
||||
msgstr "Эта настройка сортирует ярлыки в главном меню"
|
||||
|
||||
msgid "Unlock all 3D APIs"
|
||||
msgstr "Разблокировать все 3D API"
|
||||
|
||||
msgid ""
|
||||
"Allows you to unlock all available 3D APIs, even if your current graphics "
|
||||
"card does not meet the minimum requirements"
|
||||
msgstr ""
|
||||
"Позволяет разблокировать все доступные 3D API, даже если ваша текущая "
|
||||
"видеокарта не соответствует минимальным требованиям"
|
||||
|
||||
msgid ""
|
||||
"Open the <b>user.conf</b> settings file in a system text editor to view and "
|
||||
"change variables manually"
|
||||
@ -2034,13 +2091,6 @@ msgstr "БИБЛИОТЕКИ"
|
||||
msgid "FONTS"
|
||||
msgstr "ШРИФТЫ"
|
||||
|
||||
msgid "Attention working version of vulkan not detected!"
|
||||
msgstr "Внимание, рабочая версия Vulkan не обнаружена!"
|
||||
|
||||
msgid "It is recommended to run games in OpenGL (low performance possible)!"
|
||||
msgstr ""
|
||||
"Игры рекомендуется запускать в OpenGL (возможна низкая производительность)"
|
||||
|
||||
msgid ""
|
||||
"PortProton was launched in creation mode PortProton.log and it is "
|
||||
"successfully stored in the root directory of the port"
|
||||
@ -2163,11 +2213,21 @@ msgid "SPONSORS"
|
||||
msgstr "СПОНСОРЫ"
|
||||
|
||||
msgid "JOIN"
|
||||
msgstr "ПРИСОЕДЕНИТЬСЯ"
|
||||
msgstr "ПРИСОЕДИНИТЬСЯ"
|
||||
|
||||
msgid "THIRD PARTY LIBRARIES"
|
||||
msgstr "БИБЛИОТЕКИ"
|
||||
|
||||
#~ msgid "Attention working version of vulkan not detected!"
|
||||
#~ msgstr "Внимание, рабочая версия Vulkan не обнаружена!"
|
||||
|
||||
#~ msgid "It is recommended to run games in OpenGL (low performance possible)!"
|
||||
#~ msgstr ""
|
||||
#~ "Игры рекомендуется запускать в OpenGL (возможна низкая производительность)"
|
||||
|
||||
#~ msgid "Legacy DXVK (Vulkan v1.1)"
|
||||
#~ msgstr "Устаревший DXVK (Vulkan v1.1)"
|
||||
|
||||
#~ msgid "Enable DLSS translator in FSR 2 in DirectX 12 games (CyberFSR2)"
|
||||
#~ msgstr ""
|
||||
#~ "Включить трансляцию DLSS в FSR 2 в играх на DirectX 12 (CyberFSR2). "
|
||||
@ -2230,14 +2290,14 @@ msgstr "БИБЛИОТЕКИ"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<b>Gamescope is not detected on the system, to install it, run the "
|
||||
#~ "command in the terminal:\\nflatpak install -y runtime/org.freedesktop."
|
||||
#~ "Platform.VulkanLayer.gamescope/x86_64/$%{GAMESCOPE_VERSION}%\\n(Can be "
|
||||
#~ "selected and copied)</b>"
|
||||
#~ "command in the terminal:\\nflatpak install -y runtime/"
|
||||
#~ "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/$%"
|
||||
#~ "{GAMESCOPE_VERSION}%\\n(Can be selected and copied)</b>"
|
||||
#~ msgstr ""
|
||||
#~ "<b>Gamescope не найден в системе, для его установки выполните команду в "
|
||||
#~ "терминале:\\nflatpak install -y runtime/org.freedesktop.Platform."
|
||||
#~ "VulkanLayer.gamescope/x86_64/$%{GAMESCOPE_VERSION}%\\n(Данный текст можно "
|
||||
#~ "выделить и скопировать)</b>"
|
||||
#~ "терминале:\\nflatpak install -y runtime/"
|
||||
#~ "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/$%"
|
||||
#~ "{GAMESCOPE_VERSION}%\\n(Данный текст можно выделить и скопировать)</b>"
|
||||
|
||||
#, sh-format
|
||||
#~ msgid ""
|
||||
@ -2524,8 +2584,8 @@ msgstr "БИБЛИОТЕКИ"
|
||||
#~ "<b>-F fsr:</b> use AMD FidelityFX™ Super Resolution 1.0 for upscaling.\n"
|
||||
#~ "<b>-F nis:</b> use NVIDIA Image Scaling v1.0.3 for upscaling.\n"
|
||||
#~ "<b>-S integer:</b> use integer scaling.\n"
|
||||
#~ "<b>-S stretch:</b> use stretch scaling, the game will fill the window. (e."
|
||||
#~ "g. 4:3 to 16:9).\n"
|
||||
#~ "<b>-S stretch:</b> use stretch scaling, the game will fill the window. "
|
||||
#~ "(e.g. 4:3 to 16:9).\n"
|
||||
#~ "<b>-b:</b> create a border-less window.\n"
|
||||
#~ "<b>-f:</b> create a full-screen window."
|
||||
#~ msgstr ""
|
||||
@ -2534,8 +2594,8 @@ msgstr "БИБЛИОТЕКИ"
|
||||
#~ "размера окна Gamescope обновит эти настройки. Если указано -H, а -W нет, "
|
||||
#~ "предполагается соотношение сторон 16:9. По умолчанию установлено значение "
|
||||
#~ "1280×720.\n"
|
||||
#~ "<b>-w, -h:</b> установить разрешение, используемое в игре. Если указано -"
|
||||
#~ "h, а -w нет, предполагается соотношение сторон 16:9. По умолчанию "
|
||||
#~ "<b>-w, -h:</b> установить разрешение, используемое в игре. Если указано "
|
||||
#~ "-h, а -w нет, предполагается соотношение сторон 16:9. По умолчанию "
|
||||
#~ "используются значения, указанные в -W и -H.\n"
|
||||
#~ "<b>-r:</b> установить ограничение частоты кадров для игры. По умолчанию "
|
||||
#~ "значение неограниченно.\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,10 +6,11 @@
|
||||
# info_en: An open source Nintendo 3DS emulator based on Citra, designed to run games with support for enhanced resolutions and advanced emulation settings.
|
||||
# info_ru: Эмулятор Nintendo 3DS с открытым исходным кодом на основе Citra, созданный для запуска игр с поддержкой улучшенного разрешения и расширенных настроек эмуляции.
|
||||
##########################################################################
|
||||
# export LAUNCH_PARAMETERS="/VERYSILENT"
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/azahar-2120.3-windows-msys2-installer.exe"
|
||||
export PW_AZAHAR_VERSION=$(curl -s "https://github.com/azahar-emu/azahar/releases" | grep -oP '/azahar-emu/azahar/releases/tag/\K[0-9.]+(-[a-z0-9]+)?' | grep -v -- '-[a-z0-9]' | sort -Vu | tail -n1)
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/azahar-$PW_AZAHAR_VERSION-windows-msys2-installer.exe"
|
||||
export PW_PREFIX_NAME="AZAHAR"
|
||||
start_portwine
|
||||
if try_download "https://github.com/azahar-emu/azahar/releases/download/2120.3/azahar-2120.3-windows-msys2-installer.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||
if try_download "https://github.com/azahar-emu/azahar/releases/download/$PW_AZAHAR_VERSION/azahar-$PW_AZAHAR_VERSION-windows-msys2-installer.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||
then
|
||||
pw_start_progress_bar_install_game "Azahar."
|
||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||
|
@ -277,14 +277,15 @@ if [[ -z $SORT_WITH_TIME ]] ; then
|
||||
fi
|
||||
|
||||
# TODO:fixes_after_update (со временем можно будет дропнуть)
|
||||
if fixes_after_update "2395: DESKTOP_WITH_TIME by default displays hours and minutes" ; then
|
||||
DESKTOP_WITH_TIME="posnumber1"
|
||||
edit_user_conf_from_gui DESKTOP_WITH_TIME
|
||||
fi
|
||||
if fixes_after_update "2398: SORT_WITH_TIME by default sorts from the last run" ; then
|
||||
SORT_WITH_TIME="lastlaunch"
|
||||
edit_user_conf_from_gui SORT_WITH_TIME
|
||||
fi
|
||||
# Оставил для примера
|
||||
# if fixes_after_update "2395: DESKTOP_WITH_TIME by default displays hours and minutes" ; then
|
||||
# DESKTOP_WITH_TIME="posnumber1"
|
||||
# edit_user_conf_from_gui DESKTOP_WITH_TIME
|
||||
# fi
|
||||
# if fixes_after_update "2398: SORT_WITH_TIME by default sorts from the last run" ; then
|
||||
# SORT_WITH_TIME="lastlaunch"
|
||||
# edit_user_conf_from_gui SORT_WITH_TIME
|
||||
# fi
|
||||
|
||||
# choose wine dpi default
|
||||
if [[ -z $PW_WINE_DPI_VALUE ]] ; then
|
||||
@ -306,7 +307,13 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
|
||||
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
|
||||
export PW_FILESYSTEM
|
||||
|
||||
background_pid --start "pw_get_tmp_files" "1"
|
||||
background_pid --start "pw_check_vulkan" "1"
|
||||
background_pid --start "pw_get_tmp_files" "2"
|
||||
fi
|
||||
|
||||
if [[ -z $PW_GPU_USE || $PW_GPU_USE == "disabled" ]] ; then
|
||||
unset PW_GPU_USE
|
||||
pw_check_dxvk
|
||||
fi
|
||||
|
||||
# create lock file
|
||||
@ -495,6 +502,14 @@ esac
|
||||
|
||||
### GUI ###
|
||||
|
||||
INFO_3DAPI=${translations[Select DXVK and VKD3D versions for DirectX to Vulkan translation:
|
||||
- The newest ones work only with MESA 25+ drivers, or NVIDIA 550.54.14+
|
||||
- Stable ones work with any drivers, provided that the video card supports Vulkan version 1.3+
|
||||
- Sarek works with almost any video card that supports Vulkan
|
||||
- WineD3D OpenGL works on any PC, but with low performance and old games]}
|
||||
INFO_WINE=${translations[Selecting a WINE version.]}
|
||||
INFO_PREFIX=${translations[Select a prefix to launch the game/application (if you enter a non-existent name, a new prefix will be created).]}
|
||||
|
||||
unset PW_ADD_PREFIXES_TO_GUI
|
||||
if [[ -d "${PORT_WINE_PATH}/data/prefixes/" ]] ; then
|
||||
for PAIG in "${PORT_WINE_PATH}"/data/prefixes/* ; do
|
||||
@ -520,16 +535,9 @@ then DIST_ADD_TO_GUI+="!${translations[USE_SYSTEM_WINE]}"
|
||||
fi
|
||||
|
||||
SORT_OPENGL="${translations[WineD3D OpenGL (For video cards without Vulkan)]}"
|
||||
SORT_LEGACY="${translations[Legacy DXVK (Vulkan v1.1)]}"
|
||||
SORT_STABLE="${translations[Stable DXVK, VKD3D (Vulkan v1.2)]}"
|
||||
SORT_NEWEST="${translations[Newest DXVK, VKD3D, D8VK (Vulkan v1.3+)]}"
|
||||
|
||||
case "$PW_VULKAN_USE" in
|
||||
0) PW_DEFAULT_VULKAN_USE="$SORT_OPENGL!$SORT_NEWEST!$SORT_STABLE!$SORT_LEGACY" ;;
|
||||
1) PW_DEFAULT_VULKAN_USE="$SORT_STABLE!$SORT_NEWEST!$SORT_LEGACY!$SORT_OPENGL" ;;
|
||||
3|5) PW_DEFAULT_VULKAN_USE="$SORT_LEGACY!$SORT_NEWEST!$SORT_STABLE!$SORT_OPENGL" ;;
|
||||
*) PW_DEFAULT_VULKAN_USE="$SORT_NEWEST!$SORT_STABLE!$SORT_LEGACY!$SORT_OPENGL" ;;
|
||||
esac
|
||||
SORT_SAREK="${translations[DXVK, VKD3D (Sarek) (Vulkan v1.1+)]}"
|
||||
SORT_STABLE="${translations[DXVK, VKD3D (Stable) (Vulkan v1.3+)]}"
|
||||
SORT_NEWEST="${translations[DXVK, VKD3D (Newest) (Vulkan v1.3+)]}"
|
||||
|
||||
if [[ $PW_WINE_USE == PROTON_LG ]] ; then
|
||||
PW_WINE_USE="${PW_PROTON_LG_VER}"
|
||||
@ -556,6 +564,10 @@ if [[ -f "$portwine_exe" ]] ; then
|
||||
unset RESTART_PP_USED
|
||||
gui_userconf
|
||||
fi
|
||||
|
||||
[[ $PW_VULKAN_USE == [3-5] ]] && unset PW_VULKAN_USE
|
||||
pw_check_dxvk
|
||||
|
||||
if [[ $PW_GUI_DISABLED_CS != 1 ]] ; then
|
||||
pw_create_gui_png
|
||||
if ! grep -il "$portwine_exe" "$PORT_WINE_PATH"/*.desktop &>/dev/null ; then
|
||||
@ -575,27 +587,32 @@ if [[ -f "$portwine_exe" ]] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
export KEY_START="$RANDOM"
|
||||
KEY_START="$RANDOM"
|
||||
"$pw_yad" --plug=$KEY_START --tabnum="1" --form --separator=";" $START_GUI_TYPE \
|
||||
--gui-type-box="$START_GUI_TYPE_BOX" --gui-type-layout="$START_GUI_TYPE_LAYOUT_UP" \
|
||||
--gui-type-text="$START_GUI_TYPE_TEXT" --gui-type-images="$START_GUI_TYPE_IMAGE" \
|
||||
--image="$PW_ICON_FOR_YAD" --text-align="center" --text "$PW_COMMENT_DB" \
|
||||
--field="3D API : !$INFO_3DAPI:CB" "$PW_DEFAULT_VULKAN_USE" \
|
||||
--field=" WINE : !$INFO_WINE:CB" "$(combobox_fix "$PW_WINE_USE" "$PW_DEFAULT_WINE_USE")" \
|
||||
--field="PREFIX : !$INFO_PREFIX:CBE" "$PW_ADD_PREFIXES_TO_GUI" \
|
||||
1> "$PW_TMPFS_PATH/tmp_yad_form_vulkan" 2>/dev/null &
|
||||
|
||||
if [[ $PW_GUI_START == "NOTEBOOK" ]]
|
||||
then PW_GUI_START_TABNUM2="--columns=$START_GUI_NOTEBOOK_COLUMNS --gui-type-layout=$START_GUI_TYPE_LAYOUT_NOTEBOOK"
|
||||
elif [[ $PW_GUI_START == "PANED" ]]
|
||||
then PW_GUI_START_TABNUM2="--columns=$START_GUI_PANED_COLUMNS --gui-type-layout=$START_GUI_TYPE_LAYOUT_PANED --homogeneous-row"
|
||||
fi
|
||||
|
||||
"$pw_yad" --plug=$KEY_START --tabnum="2" --form --align-buttons --homogeneous-column $PW_GUI_START_TABNUM2 \
|
||||
--field=" ${translations[Base settings]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Edit database file for]} ${PORTWINE_DB}":"FBTN" '@bash -c "button_click --start 118"' \
|
||||
--field=" ${translations[Open directory]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Open directory with <b>.ppdb</b> file]}":"FBTN" '@bash -c "button_click --start open_game_folder"' \
|
||||
--field=" vkBasalt!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable vkBasalt by default to improve graphics in games running on Vulkan. (The HOME hotkey disables vkbasalt)]}":"FBTN" '@bash -c "button_click --start 120"' \
|
||||
--field=" MangoHud!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable Mangohud by default (R_SHIFT + F12 keyboard shortcuts disable Mangohud)]}":"FBTN" '@bash -c "button_click --start 122"' \
|
||||
--field=" dgVoodoo2!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable dgVoodoo2 by default (This wrapper fixes many compatibility and rendering issues when running old games)]}":"FBTN" '@bash -c "button_click --start 124"' \
|
||||
--field=" GameScope!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable GameScope by default (Wayland micro compositor)]}":"FBTN" '@bash -c "button_click --start 126"' \
|
||||
2>/dev/null &
|
||||
|
||||
if [[ $PW_GUI_START == "NOTEBOOK" ]] ; then
|
||||
"${pw_yad}" --plug=$KEY_START --tabnum=1 --form --separator=";" $START_GUI_TYPE \
|
||||
--gui-type-box="$START_GUI_TYPE_BOX" --gui-type-layout="$START_GUI_TYPE_LAYOUT_UP" \
|
||||
--gui-type-text="$START_GUI_TYPE_TEXT" --gui-type-images="$START_GUI_TYPE_IMAGE" \
|
||||
--image="$PW_ICON_FOR_YAD" --text-align="center" --text "$PW_COMMENT_DB" \
|
||||
--field="3D API : :CB" "$PW_DEFAULT_VULKAN_USE" \
|
||||
--field=" WINE : :CB" "$(combobox_fix "$PW_WINE_USE" "$PW_DEFAULT_WINE_USE")" \
|
||||
--field="PREFIX : :CBE" "$PW_ADD_PREFIXES_TO_GUI" \
|
||||
1> "${PW_TMPFS_PATH}/tmp_yad_form_vulkan" 2>/dev/null &
|
||||
|
||||
"${pw_yad}" --plug=$KEY_START --tabnum=2 --form --columns="$START_GUI_NOTEBOOK_COLUMNS" --align-buttons --homogeneous-column \
|
||||
--gui-type-layout="$START_GUI_TYPE_LAYOUT_NOTEBOOK" \
|
||||
--field=" ${translations[Base settings]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Edit database file for]} ${PORTWINE_DB}":"FBTN" '@bash -c "button_click --start 118"' \
|
||||
--field=" ${translations[Open directory]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Open directory with <b>.ppdb</b> file]}":"FBTN" '@bash -c "button_click --start open_game_folder"' \
|
||||
--field=" vkBasalt!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable vkBasalt by default to improve graphics in games running on Vulkan. (The HOME hotkey disables vkbasalt)]}":"FBTN" '@bash -c "button_click --start 120"' \
|
||||
--field=" MangoHud!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable Mangohud by default (R_SHIFT + F12 keyboard shortcuts disable Mangohud)]}":"FBTN" '@bash -c "button_click --start 122"' \
|
||||
--field=" dgVoodoo2!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable dgVoodoo2 by default (This wrapper fixes many compatibility and rendering issues when running old games)]}":"FBTN" '@bash -c "button_click --start 124"' \
|
||||
--field=" GameScope!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable GameScope by default (Wayland micro compositor)]}":"FBTN" '@bash -c "button_click --start 126"' \
|
||||
2>/dev/null &
|
||||
|
||||
if [[ "$PW_YAD_FORM_TAB" == "1" ]] \
|
||||
&& [[ -n "$TAB_START" ]]
|
||||
then
|
||||
@ -604,53 +621,24 @@ if [[ -f "$portwine_exe" ]] ; then
|
||||
else
|
||||
export TAB_START="1"
|
||||
fi
|
||||
|
||||
"${pw_yad}" --key=$KEY_START --notebook --active-tab="$TAB_START" \
|
||||
--gui-type="settings-notebook" \
|
||||
--width="$PW_START_SIZE_W" --tab-pos="$PW_TAB_POSITON" \
|
||||
--title "PortProton-$install_ver (${scripts_install_ver}${BRANCH_VERSION})" --expand \
|
||||
--window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
|
||||
--tab="${translations[GENERAL]}!$PW_GUI_ICON_PATH/$TAB_SIZE.png!" \
|
||||
--tab="${translations[SETTINGS]}!$PW_GUI_ICON_PATH/$TAB_SIZE.png!" \
|
||||
--button="${translations[MAIN MENU]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Main menu]}":128 \
|
||||
--button="${PW_SHORTCUT}" \
|
||||
--button="${translations[DEBUG]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Launch with the creation of a .log file at the root PortProton]}":102 \
|
||||
--button="${translations[LAUNCH]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Run file ...]}":106 2>/dev/null
|
||||
PW_YAD_SET="$?"
|
||||
export PW_YAD_FORM_TAB="1"
|
||||
|
||||
PW_GUI_START_TABNUM3="--notebook --active-tab=$TAB_START --gui-type=settings-notebook --expand"
|
||||
elif [[ $PW_GUI_START == "PANED" ]] ; then
|
||||
"${pw_yad}" --plug=$KEY_START --tabnum=1 --form --separator=";" $START_GUI_TYPE \
|
||||
--gui-type-box="$START_GUI_TYPE_BOX" --gui-type-layout="$START_GUI_TYPE_LAYOUT_UP" \
|
||||
--gui-type-text="$START_GUI_TYPE_TEXT" --gui-type-images="$START_GUI_TYPE_IMAGE" \
|
||||
--image="$PW_ICON_FOR_YAD" --text-align="center" --text "$PW_COMMENT_DB" \
|
||||
--field="3D API : :CB" "$PW_DEFAULT_VULKAN_USE" \
|
||||
--field=" WINE : :CB" "$(combobox_fix "$PW_WINE_USE" "$PW_DEFAULT_WINE_USE")" \
|
||||
--field="PREFIX : :CBE" "$PW_ADD_PREFIXES_TO_GUI" \
|
||||
1> "${PW_TMPFS_PATH}/tmp_yad_form_vulkan" 2>/dev/null &
|
||||
|
||||
"${pw_yad}" --plug=$KEY_START --tabnum=2 --form --columns="$START_GUI_PANED_COLUMNS" \
|
||||
--gui-type-layout="$START_GUI_TYPE_LAYOUT_PANED" \
|
||||
--align-buttons --homogeneous-row --homogeneous-column \
|
||||
--field=" ${translations[Base settings]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Edit database file for]} ${PORTWINE_DB}":"FBTN" '@bash -c "button_click --start 118"' \
|
||||
--field=" ${translations[Open directory]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Open directory with <b>.ppdb</b> file]}":"FBTN" '@bash -c "button_click --start open_game_folder"' \
|
||||
--field=" vkBasalt!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable vkBasalt by default to improve graphics in games running on Vulkan. (The HOME hotkey disables vkbasalt)]}":"FBTN" '@bash -c "button_click --start 120"' \
|
||||
--field=" MangoHud!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable Mangohud by default (R_SHIFT + F12 keyboard shortcuts disable Mangohud)]}":"FBTN" '@bash -c "button_click --start 122"' \
|
||||
--field=" dgVoodoo2!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable dgVoodoo2 by default (This wrapper fixes many compatibility and rendering issues when running old games)]}":"FBTN" '@bash -c "button_click --start 124"' \
|
||||
--field=" GameScope!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Enable GameScope by default (Wayland micro compositor)]}":"FBTN" '@bash -c "button_click --start 126"' \
|
||||
2>/dev/null &
|
||||
|
||||
"${pw_yad}" --key=$KEY_START --paned \
|
||||
--gui-type="settings-paned" \
|
||||
--width="$PW_START_SIZE_W" --tab-pos="$PW_TAB_POSITON" \
|
||||
--title "PortProton-$install_ver (${scripts_install_ver}${BRANCH_VERSION})" \
|
||||
--window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
|
||||
--button="${translations[MAIN MENU]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Main menu]}":128 \
|
||||
--button="${PW_SHORTCUT}" \
|
||||
--button="${translations[DEBUG]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Launch with the creation of a .log file at the root PortProton]}":102 \
|
||||
--button="${translations[LAUNCH]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Run file ...]}":106 2>/dev/null
|
||||
PW_YAD_SET="$?"
|
||||
PW_GUI_START_TABNUM3="--paned --gui-type=settings-paned"
|
||||
fi
|
||||
|
||||
"$pw_yad" --key=$KEY_START $PW_GUI_START_TABNUM3 \
|
||||
--width="$PW_START_SIZE_W" --tab-pos="$PW_TAB_POSITON" \
|
||||
--title "PortProton-$install_ver (${scripts_install_ver}${BRANCH_VERSION})" \
|
||||
--window-icon="$PW_GUI_ICON_PATH/portproton.svg" \
|
||||
--tab="${translations[GENERAL]}!$PW_GUI_ICON_PATH/$TAB_SIZE.png!" \
|
||||
--tab="${translations[SETTINGS]}!$PW_GUI_ICON_PATH/$TAB_SIZE.png!" \
|
||||
--button="${translations[MAIN MENU]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Main menu]}":128 \
|
||||
--button="${PW_SHORTCUT}" \
|
||||
--button="${translations[DEBUG]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Launch with the creation of a .log file at the root PortProton]}":102 \
|
||||
--button="${translations[LAUNCH]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE.png!${translations[Run file ...]}":106 2>/dev/null
|
||||
PW_YAD_SET="$?"
|
||||
[[ $PW_GUI_START == "NOTEBOOK" ]] && export PW_YAD_FORM_TAB="1"
|
||||
|
||||
case "$PW_YAD_SET" in
|
||||
128)
|
||||
[[ "$PW_GUI_START" == "NOTEBOOK" ]] && unset PW_YAD_FORM_TAB
|
||||
@ -822,6 +810,8 @@ else
|
||||
else export PW_GUI_SORT_TABS=(2 3 4 5 1)
|
||||
fi
|
||||
|
||||
PW_DEFAULT_VULKAN_USE="$SORT_NEWEST!$SORT_STABLE!$SORT_SAREK!$SORT_OPENGL"
|
||||
|
||||
KEY_MENU="$RANDOM"
|
||||
|
||||
IFS="%"
|
||||
@ -845,9 +835,9 @@ else
|
||||
|
||||
"${pw_yad}" --plug=$KEY_MENU --tabnum="${PW_GUI_SORT_TABS[2]}" --form --columns=3 --align-buttons --separator=";" \
|
||||
--gui-type-layout="$MAIN_MENU_GUI_TYPE_LAYOUT" \
|
||||
--field=" 3D API : :CB" "$PW_DEFAULT_VULKAN_USE" \
|
||||
--field=" PREFIX : :CBE" "$PW_ADD_PREFIXES_TO_GUI" \
|
||||
--field=" WINE : :CB" "$(combobox_fix "$PW_WINE_USE" "$PW_DEFAULT_WINE_USE")" \
|
||||
--field=" 3D API : !$INFO_3DAPI:CB" "$PW_DEFAULT_VULKAN_USE" \
|
||||
--field=" PREFIX : !$INFO_PREFIX:CBE" "$PW_ADD_PREFIXES_TO_GUI" \
|
||||
--field=" WINE : !$INFO_WINE:CB" "$(combobox_fix "$PW_WINE_USE" "$PW_DEFAULT_WINE_USE")" \
|
||||
--field="${translations[Create prefix backup]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE_MM.png!":"CFBTN" '@bash -c "button_click --normal pw_create_prefix_backup"' \
|
||||
--field=" Winetricks!$PW_GUI_ICON_PATH/$BUTTON_SIZE_MM.png!${translations[Run winetricks to install additional libraries to the selected prefix]}":"FBTN" '@bash -c "button_click --normal WINETRICKS"' \
|
||||
--field=" ${translations[Clear prefix]}!$PW_GUI_ICON_PATH/$BUTTON_SIZE_MM.png!${translations[Clear the prefix to fix problems]}":"FBTN" '@bash -c "button_click --normal gui_clear_pfx"' \
|
||||
@ -967,9 +957,9 @@ fi
|
||||
|
||||
case "${VULKAN_MOD}" in
|
||||
"$SORT_OPENGL" ) export PW_VULKAN_USE="0" ;;
|
||||
"$SORT_STABLE" ) export PW_VULKAN_USE="1" ;;
|
||||
"$SORT_NEWEST" ) export PW_VULKAN_USE="2" ;;
|
||||
"$SORT_LEGACY" ) export PW_VULKAN_USE="3" ;;
|
||||
"$SORT_SAREK" ) export PW_VULKAN_USE="1" ;;
|
||||
"$SORT_STABLE" ) export PW_VULKAN_USE="2" ;;
|
||||
"$SORT_NEWEST" ) export PW_VULKAN_USE="6" ;;
|
||||
esac
|
||||
|
||||
init_wine_ver
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2435
|
||||
#SCRIPTS_NEXT_VERSION=2439
|
||||
#SCRIPTS_STABLE_VERSION=2435
|
||||
########################################################################
|
||||
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"
|
||||
@ -14,8 +14,8 @@ export PW_USE_RUNTIME="1"
|
||||
export PW_RT_MOUNT_RO=("")
|
||||
export PW_RT_MOUNT_RW=("/media" "/mnt" "/run/media/${USER}" "${PORT_WINE_PATH}")
|
||||
#export PW_SANDBOX_HOME_PATH="${PORT_WINE_PATH}"
|
||||
export PW_USE_ESYNC="1"
|
||||
export PW_USE_FSYNC="1"
|
||||
export PW_USE_ESYNC="0"
|
||||
export PW_USE_FSYNC="0"
|
||||
export PW_USE_NTSYNC="0"
|
||||
export PW_USE_GAMEMODE="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
@ -34,7 +34,6 @@ export PW_MESA_VK_WSI_PRESENT_MODE="disabled"
|
||||
export PW_VKD3D_FEATURE_LEVEL="disabled"
|
||||
export PW_USE_EAC_AND_BE="1"
|
||||
export PW_USE_US_LAYOUT="0"
|
||||
export PW_GPU_USE="disabled"
|
||||
export PW_LOCALE_SELECT="disabled"
|
||||
export PW_DINPUT_PROTOCOL="0"
|
||||
export PW_USE_VRCLIENT="0"
|
||||
@ -43,26 +42,28 @@ export PW_USE_GALLIUM_NINE="0"
|
||||
export PW_USE_GALLIUM_ZINK="0"
|
||||
export PW_USE_WINED3D_VULKAN="0"
|
||||
export PW_USE_SUPPLIED_DXVK_VKD3D="1"
|
||||
export PW_USE_SAREK_ASYNC="0"
|
||||
export WINEUSERNAME="steamuser"
|
||||
export PW_VULKAN_UNLOCKED="default"
|
||||
###DEFAULT_WINE###
|
||||
export PW_WINE_USE="PROTON_LG"
|
||||
export PW_PLUGINS_VER="_v20"
|
||||
export PW_OPTISCALER_VER="v1"
|
||||
export PW_OPTISCALER_VER="v02-0.7.7-pre12"
|
||||
export PW_GALLIUM_NINE_VER="0.10"
|
||||
export PW_LSFG_VK_VER="3.1-p11-cebe5e2"
|
||||
###WINE_AND_PROTON_LG###
|
||||
export PW_PROTON_LG_VER="PROTON_LG_10-8"
|
||||
export PW_PROTON_LG_VER="PROTON_LG_10-10"
|
||||
export PW_WINE_LG_VER="WINE_LG_10-12"
|
||||
export PW_WINE_FULLSCREEN_FSR="1"
|
||||
export WINE_FULLSCREEN_FSR_MODE="ultra"
|
||||
###DXVK_AND_VKD3D###
|
||||
export PW_VULKAN_USE="2"
|
||||
export VKD3D_LIMIT_TESS_FACTORS="64"
|
||||
export DXVK_LEGACY_VER="1.6.1"
|
||||
export DXVK_STABLE_VER="1.10.3-28"
|
||||
export DXVK_GIT_VER="2.6.1-368"
|
||||
export VKD3D_STABLE_VER="1.1-2602"
|
||||
export VKD3D_GIT_VER="1.1-4655"
|
||||
export DXVK_NEW_VER="2.7-5"
|
||||
export DXVK_OLD_VER="2.6.2"
|
||||
export DXVK_SAREK_VER="sarek-1.11.0"
|
||||
export VKD3D_NEW_VER="1.1-4666"
|
||||
export VKD3D_OLD_VER="2.14.1"
|
||||
export VKD3D_SAREK_VER="sarek-2.6.0"
|
||||
###VKBASALT###
|
||||
export PW_VKBASALT_EFFECTS="Curves:cas"
|
||||
export PW_VKBASALT_FFX_CAS="0.50"
|
||||
|
Reference in New Issue
Block a user