forked from CastroFidel/PortWINE
Scripts version 2191
This commit is contained in:
@ -6,11 +6,7 @@
|
||||
#####################examples###########################
|
||||
# export PW_DLL_INSTALL="vcrun2019" # Install DDL in port prefix (used winetricks)
|
||||
export PW_VULKAN_USE=1 # dxvk, vkd3d or 0 for OpenGL
|
||||
# export PW_USE_TERMINAL="1"
|
||||
export DISABLE_CP_DEFPFX=1
|
||||
export PW_USE_D3D_EXTRAS=0
|
||||
export PW_MUST_HAVE_DLL="d3dx9 d3dcompiler_43 d3dcompiler_47"
|
||||
export PW_USE_TERMINAL="1"
|
||||
export PW_PREFIX_NAME="EA_APP"
|
||||
export WINEDLLOVERRIDES="winemenubuilder=d"
|
||||
# export PW_WINE_USE="WINE-8.8-STAGING-AMD64"
|
||||
# gui_proton_downloader silent "WINE-8.8-STAGING-AMD64"
|
||||
# export PW_WINE_USE="WINE-8.8-STAGING-TKG-AMD64"
|
||||
# gui_proton_downloader silent "WINE-8.8-STAGING-TKG-AMD64"
|
||||
|
@ -4,35 +4,33 @@
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
##export PW_COMMENT_DB="blablabla"
|
||||
export PW_WINE_USE="WINE-PROTON-8.0-2-AMD64"
|
||||
export PW_PREFIX_NAME="DOTNET"
|
||||
export PW_WINDOWS_VER="10"
|
||||
export PW_WINDOWS_VER="7"
|
||||
export PW_DLL_INSTALL=""
|
||||
export WINEDLLOVERRIDES="libglesv2="
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export PW_VULKAN_USE="1"
|
||||
export PW_USE_DXR10="0"
|
||||
##export PW_DLSS_ON=1
|
||||
##export PW_VULKAN_NO_ASYNC=1 # Disabled ASYNC for VULKAN
|
||||
export PW_USE_NVAPI_AND_DLSS="0"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
##export PW_FORCE_USE_VSYNC=0 # Vsync: 0-FORCE_OFF, 1-FORCE_ON, 2-BY_DEFAULT
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
##export VKD3D_CONFIG=force_bindless_texel_buffer,multi_queue
|
||||
export PW_PREFIX_NAME="PLARIUM_PLAY"
|
||||
export PW_MANGOHUD="0"
|
||||
export PW_MANGOHUD_x32="0"
|
||||
export PW_MANGOHUD_USER_CONF="0"
|
||||
export ENABLE_VKBASALT="0"
|
||||
##export PW_VKBASALT_EFFECTS="FakeHDR:cas" # Use Reshade in others games (dx9-12 to vulkan only)
|
||||
##export PW_VKBASALT_FFX_CAS="0.75" # FidelityFX Contrast Adaptive Sharpening (min 0 - max 1)
|
||||
export PW_NO_FSYNC="0"
|
||||
export PW_NO_ESYNC="1"
|
||||
##export PW_USE_GSTREAMER=1 # 0 - disabled use winegstreamer
|
||||
##export PULSE_LATENCY_MSEC=60 # Fix crackling audio in games
|
||||
##export PW_NO_WRITE_WATCH=1 # Disable support for memory write watches in ntdll. This is a very dangerous hack and should only be applied if you have verified that the game can operate without write watches. This improves performance for some very specific games (e.g. CoreRT-based games).
|
||||
export PW_HEAP_DELAY_FREE="0"
|
||||
##export PW_WINE_ALLOW_XIM=1 # Disable XIM support until libx11 >= 1.7 is widespread
|
||||
##export WINEARCH=win32 # defaut = win64
|
||||
##export WINEPREFIX=
|
||||
##export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG
|
||||
export PW_NO_FSYNC="1"
|
||||
export PW_USE_RAY_TRACING="0"
|
||||
export PW_USE_NVAPI_AND_DLSS="0"
|
||||
export PW_USE_FAKE_DLSS="0"
|
||||
export PW_WINE_FULLSCREEN_FSR="0"
|
||||
export PW_HIDE_NVIDIA_GPU="0"
|
||||
export PW_VIRTUAL_DESKTOP="0"
|
||||
export PW_USE_TERMINAL="0"
|
||||
export PW_GUI_DISABLED_CS="0"
|
||||
##export PATH_TO_GAME=
|
||||
##add_in_start_portwine () { commands ; }
|
||||
export PW_USE_GAMEMODE="0"
|
||||
export PW_DX12_DISABLE="1"
|
||||
export PW_PRIME_RENDER_OFFLOAD="0"
|
||||
export PW_USE_D3D_EXTRAS="0"
|
||||
export PW_FIX_VIDEO_IN_GAME="0"
|
||||
export PW_USE_GSTREAMER="0"
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||
export PW_USE_SHADER_CACHE="0"
|
||||
export PW_USE_WINE_DXGI="0"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export WINEDLLOVERRIDES=""
|
||||
|
@ -9,10 +9,11 @@ else
|
||||
export PW_COMMENT_DB="If you use Wayland, to intercept control in Atomic Heart\n,you need to collapse the VK Play Game Center itself into the tray"
|
||||
fi
|
||||
export PW_WINDOWS_VER="10"
|
||||
export WINEDLLOVERRIDES=""
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
export PW_MUST_HAVE_DLL=""
|
||||
export PW_PREFIX_NAME="VK_PLAY"
|
||||
export PW_USE_GSTREAMER="1"
|
||||
export PW_VULKAN_USE="2"
|
||||
|
||||
export PW_WINE_USE="WINE_8.5_LG"
|
||||
gui_proton_downloader silent "WINE_8.5_LG"
|
||||
|
Reference in New Issue
Block a user