Scripts version 2199
This commit is contained in:
parent
6e6e20a863
commit
25ce69127c
@ -2,14 +2,18 @@ You can help us in the development of the project on the website: boosty.to/linu
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
###Scripts version 2198### Date: 02/06/2023 / Update download size: 9 megabytes.
|
###Scripts version 2199### Дата: 05.06.2023 / Update download size: 9 megabytes.
|
||||||
|
* minor fixes
|
||||||
|
* function removed: check_nvidia_vk_icd_file
|
||||||
|
|
||||||
|
###Scripts version 2198### Date: 02.06.2023 / Update download size: 9 megabytes.
|
||||||
* HOTFIX №2 for DLSS
|
* HOTFIX №2 for DLSS
|
||||||
* HOTFIX - language change
|
* HOTFIX - language change
|
||||||
|
|
||||||
###Scripts version 2197### Date: 02/06/2023 / Update download size: 9 megabytes.
|
###Scripts version 2197### Date: 02.06.2023 / Update download size: 9 megabytes.
|
||||||
* HOTFIX for DLSS
|
* HOTFIX for DLSS
|
||||||
|
|
||||||
###Scripts version 2196### Date: 01/06/2023 / Update download size: 9 megabytes.
|
###Scripts version 2196### Date: 01.06.2023 / Update download size: 9 megabytes.
|
||||||
* fixed language switching in PortProton
|
* fixed language switching in PortProton
|
||||||
* successfully tested native versions of DLSS and DXR in Alt Linux on video cards from NVIDIA RTX series
|
* successfully tested native versions of DLSS and DXR in Alt Linux on video cards from NVIDIA RTX series
|
||||||
* added settings file for new game: SystemShockRemake
|
* added settings file for new game: SystemShockRemake
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
История изменений:
|
История изменений:
|
||||||
|
|
||||||
|
###Scripts version 2199### Дата: 05.06.2023 / Размер скачиваемого обновления: 9 мегабайт.
|
||||||
|
* добавлен фикс для установки некоторых репаков от xatab
|
||||||
|
* удалена функция: check_nvidia_vk_icd_file (в ней теперь нет необходимости)
|
||||||
|
|
||||||
###Scripts version 2198### Дата: 02.06.2023 / Размер скачиваемого обновления: 9 мегабайт.
|
###Scripts version 2198### Дата: 02.06.2023 / Размер скачиваемого обновления: 9 мегабайт.
|
||||||
* HOTFIX №2 для включения DLSS
|
* HOTFIX №2 для включения DLSS
|
||||||
* HOTFIX выбора языка интерфейса
|
* HOTFIX выбора языка интерфейса
|
||||||
|
@ -5,18 +5,21 @@
|
|||||||
#SETUP.exe
|
#SETUP.exe
|
||||||
#.msi
|
#.msi
|
||||||
#Rating=5
|
#Rating=5
|
||||||
#export PW_COMMENT_DB="blablabla"
|
|
||||||
################################################
|
################################################
|
||||||
|
export PW_WINE_USE="WINE-8.8-STAGING-TKG-AMD64"
|
||||||
|
[[ "${update_loc}" == "RUS" ]] && export PW_COMMENT_DB="Для установки репаков от xatab требуется использовать ${PW_WINE_USE}.\nОн загружен и выбран автоматически.\n"
|
||||||
export PW_DISABLED_CREATE_DB=1
|
export PW_DISABLED_CREATE_DB=1
|
||||||
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
||||||
export PW_VULKAN_USE=1
|
export PW_VULKAN_USE=1
|
||||||
export PW_MANGOHUD=0
|
export PW_MANGOHUD=0
|
||||||
export PW_NO_FSYNC=1 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support.
|
export PW_NO_FSYNC=0 # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support.
|
||||||
export PW_NO_ESYNC=1 # Do not use eventfd-based in-process synchronization primitives
|
export PW_NO_ESYNC=1 # Do not use eventfd-based in-process synchronization primitives
|
||||||
export PW_WINEDBG_DISABLE=1
|
export PW_WINEDBG_DISABLE=1
|
||||||
export PW_USE_GAMEMODE=0 # Force disabele gamemod
|
export PW_USE_GAMEMODE=1 # Force disabele gamemod
|
||||||
export PW_FORCE_LARGE_ADDRESS_AWARE=1 # Force Wine to enable the LARGE_ADDRESS_AWARE flag for all executables. Enabled by default.
|
export PW_FORCE_LARGE_ADDRESS_AWARE=1 # Force Wine to enable the LARGE_ADDRESS_AWARE flag for all executables. Enabled by default.
|
||||||
export PW_DLL_INSTALL=""
|
export PW_DLL_INSTALL=""
|
||||||
|
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
|
gui_proton_downloader silent "WINE-8.8-STAGING-TKG-AMD64"
|
||||||
|
|
||||||
add_in_stop_portwine () {
|
add_in_stop_portwine () {
|
||||||
pw_find_exe news
|
pw_find_exe news
|
||||||
|
@ -180,7 +180,7 @@ start_portwine () {
|
|||||||
|
|
||||||
if [[ "${PW_PRIME_RENDER_OFFLOAD}" == 1 ]] ; then
|
if [[ "${PW_PRIME_RENDER_OFFLOAD}" == 1 ]] ; then
|
||||||
export __NV_PRIME_RENDER_OFFLOAD=1
|
export __NV_PRIME_RENDER_OFFLOAD=1
|
||||||
check_nvidia_vk_icd_file
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${PW_HEAP_DELAY_FREE}" == 1 ]]
|
if [[ "${PW_HEAP_DELAY_FREE}" == 1 ]]
|
||||||
@ -417,6 +417,7 @@ start_portwine () {
|
|||||||
export WINE_FULLSCREEN_FSR=0
|
export WINE_FULLSCREEN_FSR=0
|
||||||
else
|
else
|
||||||
echo "Use VKD3D-PROTON and DXVK (DX 9-12 to vulkan)"
|
echo "Use VKD3D-PROTON and DXVK (DX 9-12 to vulkan)"
|
||||||
|
# export WINE_D3D_CONFIG='renderer=vulkan'
|
||||||
if [[ "${PW_USE_WINE_DXGI}" == 1 ]] ; then
|
if [[ "${PW_USE_WINE_DXGI}" == 1 ]] ; then
|
||||||
export CP_DXVK_FILES="d3d11 d3d10core d3d9 dxvk_config openvr_api_dxvk"
|
export CP_DXVK_FILES="d3d11 d3d10core d3d9 dxvk_config openvr_api_dxvk"
|
||||||
elif [[ "${USE_ALL_DXVK_DLLS}" == 1 ]] ; then
|
elif [[ "${USE_ALL_DXVK_DLLS}" == 1 ]] ; then
|
||||||
@ -424,7 +425,6 @@ start_portwine () {
|
|||||||
else
|
else
|
||||||
export CP_DXVK_FILES="d3d11 d3d10core d3d9 dxgi dxvk_config openvr_api_dxvk"
|
export CP_DXVK_FILES="d3d11 d3d10core d3d9 dxgi dxvk_config openvr_api_dxvk"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${PW_VULKAN_USE}" == "1" ]] ; then
|
if [[ "${PW_VULKAN_USE}" == "1" ]] ; then
|
||||||
PATH_TO_DXVK_FILES="${PW_VULKAN_DIR}/dxvk-${DXVK_STABLE_VER}"
|
PATH_TO_DXVK_FILES="${PW_VULKAN_DIR}/dxvk-${DXVK_STABLE_VER}"
|
||||||
PATH_TO_VKD3D_FILES="${PW_VULKAN_DIR}/vkd3d-proton-${VKD3D_STABLE_VER}"
|
PATH_TO_VKD3D_FILES="${PW_VULKAN_DIR}/vkd3d-proton-${VKD3D_STABLE_VER}"
|
||||||
|
@ -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=2198
|
#SCRIPTS_NEXT_VERSION=2199
|
||||||
########################################################################
|
########################################################################
|
||||||
export PW_MANGOHUD=0
|
export PW_MANGOHUD=0
|
||||||
export MANGOHUD_CONFIG=cpu_stats,cpu_temp,cpu_mhz,cpu_color=2e97cb,cpu_text=CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color=2e9762,gpu_text=GPU,vram,vram_color=ad64c1,ram,ram_color=c26693,io_color=a491d3,frame_timing=1,frametime_color=00ff00,time,arch,wine,wine_color=eb5b5b,engine_color=eb5b5b,background_alpha=0.2,font_size=24,background_color=020202,text_color=ffffff,toggle_hud=Shift_R+F12,resolution,vkbasalt
|
export MANGOHUD_CONFIG=cpu_stats,cpu_temp,cpu_mhz,cpu_color=2e97cb,cpu_text=CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color=2e9762,gpu_text=GPU,vram,vram_color=ad64c1,ram,ram_color=c26693,io_color=a491d3,frame_timing=1,frametime_color=00ff00,time,arch,wine,wine_color=eb5b5b,engine_color=eb5b5b,background_alpha=0.2,font_size=24,background_color=020202,text_color=ffffff,toggle_hud=Shift_R+F12,resolution,vkbasalt
|
||||||
|
Loading…
Reference in New Issue
Block a user