forked from CastroFidel/PortWINE
Scripts version 2227
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: linux-gaming.ru
|
||||
#setup.exe
|
||||
#Setup.exe
|
||||
#SETUP.exe
|
||||
#.msi
|
||||
#Rating=5
|
||||
################################################
|
||||
export PW_DISABLED_CREATE_DB=1
|
||||
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
||||
export PW_VULKAN_USE=1
|
||||
export PW_MANGOHUD=0
|
||||
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_WINEDBG_DISABLE=1
|
||||
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_DLL_INSTALL=""
|
||||
export PW_PREFIX_NAME="DOTNET"
|
||||
|
||||
add_in_stop_portwine () {
|
||||
pw_find_exe news
|
||||
}
|
6
data_from_portwine/scripts/portwine_db/LOTF2
Normal file
6
data_from_portwine/scripts/portwine_db/LOTF2
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: fidel
|
||||
#LOTF2.exe
|
||||
#Rating=5
|
||||
#####################examples###########################
|
||||
export PW_WINE_USE="WINE_LG_8-18-1"
|
@ -14,9 +14,9 @@ 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_LG_8-18-1"
|
||||
|
||||
export PW_WINE_USE="WINE_8.5_LG"
|
||||
gui_proton_downloader silent "WINE_8.5_LG"
|
||||
gui_proton_downloader silent "$PW_WINE_USE"
|
||||
|
||||
add_in_start_portwine () {
|
||||
if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg" ]] ; then
|
||||
|
@ -5,7 +5,6 @@
|
||||
#Rating=5
|
||||
export PW_COMMENT_DB="Lesta Game Centers"
|
||||
################################################
|
||||
export PW_WINE_USE="PROTON_LG_8-4"
|
||||
export PW_VULKAN_USE=1 #dxvk, vkd3d or 0 for OpenGL
|
||||
export LAUNCH_PARAMETERS="" # Additional launch options
|
||||
export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
|
||||
@ -15,8 +14,6 @@ export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export PW_PREFIX_NAME="LGC"
|
||||
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
|
||||
add_in_start_portwine () {
|
||||
if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/AppData/Roaming/Wargaming.net/WorldOfTanks/preferences.xml" ]] ; then
|
||||
sed -i 's%<igbHardwareAccelerationEnabled> true </igbHardwareAccelerationEnabled>%<igbHardwareAccelerationEnabled> false </igbHardwareAccelerationEnabled>%' "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/AppData/Roaming/Wargaming.net/WorldOfTanks/preferences.xml"
|
||||
|
@ -10,10 +10,10 @@ export PW_DISABLED_CREATE_DB=1
|
||||
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
||||
export PW_VULKAN_USE=1
|
||||
export PW_MANGOHUD=0
|
||||
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_FSYNC=1 # 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_WINEDBG_DISABLE=1
|
||||
export PW_USE_GAMEMODE=1 # Force disabele gamemod
|
||||
export PW_USE_GAMEMODE=0 # 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_DLL_INSTALL=""
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
@ -5,7 +5,6 @@
|
||||
#Rating=5
|
||||
export PW_COMMENT_DB="Wargaming Game Centers"
|
||||
################################################
|
||||
export PW_WINE_USE="PROTON_LG_8-4"
|
||||
export PW_VULKAN_USE=1 #dxvk, vkd3d or 0 for OpenGL
|
||||
export LAUNCH_PARAMETERS="" # Additional launch options
|
||||
export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
|
||||
@ -15,7 +14,6 @@ export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export PW_PREFIX_NAME="WGC"
|
||||
|
||||
gui_proton_downloader silent "${PW_WINE_USE}"
|
||||
|
||||
add_in_start_portwine () {
|
||||
if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/AppData/Roaming/Wargaming.net/WorldOfTanks/preferences.xml" ]] ; then
|
||||
|
Reference in New Issue
Block a user