Scripts version 2165

This commit is contained in:
castro-fidel
2023-02-21 17:48:15 +03:00
parent e448ed2751
commit c26941cd2c
8 changed files with 33 additions and 7 deletions

View File

@ -3,11 +3,16 @@
#VKPlayLoader.exe
#Rating=5
#####################examples###########################
##export PW_COMMENT_DB="blablabla"
if [[ "${update_loc}" == "RUS" ]] ; then
export PW_COMMENT_DB="Если вы используете Wayland, для перехвата управления в Atomic Heart\nнеобходимо свернуть в трей сам VK Play Игровой центр"
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="mscoree,mshtml="
export WINEDLLOVERRIDES=""
export PW_MUST_HAVE_DLL=""
export PW_PREFIX_NAME="VK_PLAY"
export PW_USE_GSTREAMER="0"
add_in_start_portwine () {
if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg" ]] ; then

View File

@ -16,5 +16,8 @@ export PW_NO_ESYNC=1 # Do not use eventfd-based in-process synchronizatio
export PW_WINEDBG_DISABLE=1
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="mfc42 vcrun6sp6 vcrun2012 mfc120 mfc140 vcrun2013"
export PW_DLL_INSTALL=""
add_in_stop_portwine () {
echo TEST
}