forked from CastroFidel/PortWINE
###Scripts version 1066###
This commit is contained in:
@ -1,17 +1,18 @@
|
||||
#!/bin/bash
|
||||
#Author: dez
|
||||
#Battle.net Launcher.exe
|
||||
#Battle.net Launcher.exe
|
||||
#Battle.net-Setup.exe
|
||||
#Battle.net.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
##export PW_VULKAN_USE=dxvk
|
||||
export LAUNCH_PARAMETERS=""
|
||||
export WINEDLLOVERRIDES="locationapi="
|
||||
export PW_DLL_INSTALL="vcrun2017 d3dx11_42 d3dx11_43"
|
||||
export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43"
|
||||
export PW_WINDOWS_VER=10
|
||||
export PW_NVAPI_DISABLE=1
|
||||
|
||||
ADD_IN_START_PORTWINE () {
|
||||
ADD_IN_START_PORTWINE () {
|
||||
rm -fr "${PORT_WINE_PATH}/data/pfx/drive_c/ProgramData/Agent/data"
|
||||
rm -fr "${PORT_WINE_PATH}/data/pfx/drive_c/users/${USER}/Blizzard Entertainment/Battle.net/Cache"
|
||||
rm -fr "${PORT_WINE_PATH}/data/pfx/drive_c/users/Public/Blizzard Entertainment/Battle.net/Cache"
|
||||
|
@ -4,8 +4,7 @@
|
||||
#GOG_Galaxy_2.0.exe
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk
|
||||
export WINEDLLOVERRIDES="galaxycommunication.exe=n"
|
||||
export WINEDLLOVERRIDES="galaxycommunication.exe=n;libglesv2="
|
||||
export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated"
|
||||
export PW_DLL_INSTALL="vcrun2017 vcrun6 mfc140"
|
||||
ADD_IN_START_PORTWINE ()
|
||||
@ -13,4 +12,4 @@ ADD_IN_START_PORTWINE ()
|
||||
if [ -e "${WINEPREFIX}/drive_c/users/${USER}/Local Settings/Application Data/GOG.com/Galaxy/Configuration/config.json" ] ; then
|
||||
sed -i 's/"featureOverlay" : true,/"featureOverlay" : false,/' "${WINEPREFIX}/drive_c/${USER}/steamuser/Local Settings/Application Data/GOG.com/Galaxy/Configuration/config.json"
|
||||
fi
|
||||
}
|
||||
}
|
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
#Author: xuser
|
||||
#WorldOfTanks.exe
|
||||
#WorldOfTanks.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_VULKAN_USE=dxvk #dxvk, vkd3d or 0 for OpenGL
|
||||
export PW_DLL_INSTALL="lucida" # Install DDL in port prefix (used winetricks)
|
||||
export WINEDLLOVERRIDES="xaudio2_7="
|
||||
export PW_DLL_INSTALL="lucida vcrun2019" # Install DDL in port prefix (used winetricks)
|
||||
export WINEDLLOVERRIDES="xaudio2_7="
|
||||
export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG
|
||||
|
@ -1,17 +1,18 @@
|
||||
#!/bin/bash
|
||||
#Author: PortWINE
|
||||
#wgc.exe
|
||||
#wgc.exe
|
||||
#Rating=5
|
||||
################################################
|
||||
#export PW_VULKAN_USE=dxvk #dxvk, vkd3d or 0 for OpenGL
|
||||
export LAUNCH_PARAMETERS="--disable-gpu" # Additional launch options
|
||||
export PW_USE_TERMINAL=1
|
||||
export PW_WINDOWS_VER=7 # Set windows version 10, 7 or XP
|
||||
#export PW_USE_TERMINAL=1
|
||||
#export PW_WINDOWS_VER=7 # Set windows version 10, 7 or XP
|
||||
export PW_NVAPI_DISABLE=1
|
||||
export WINEDLLOVERRIDES="ucrtbase=b,n"
|
||||
#export WINEDLLOVERRIDES="xaudio2_7=n"
|
||||
export PW_DLL_INSTALL="lucida vcrun2019" # Install DDL in port prefix (used winetricks)
|
||||
##export PW_GUI_DISABLED_CS=1
|
||||
export PW_WINEDBG_DISABLE=1 # Disabled WINEDBG
|
||||
|
||||
ADD_IN_START_PORTWINE () {
|
||||
ADD_IN_START_PORTWINE () {
|
||||
sed -i 's/true/false/g' "$WINEPREFIX/drive_c/ProgramData/Wargaming.net/GameCenter/preferences.xml"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user