###Scripts version 2011###

This commit is contained in:
castro-fidel
2021-09-11 14:39:33 +03:00
parent 03deeaa361
commit f869816cb4
27 changed files with 399 additions and 275 deletions

View File

@ -6,7 +6,7 @@
################################################
export WINEDLLOVERRIDES="galaxycommunication.exe=n;libglesv2="
export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated"
export PW_DLL_INSTALL="vcrun2017 mfc140"
export PW_DLL_INSTALL="vcrun2019 mfc140"
add_in_start_portwine ()
{
if [ -e "${WINEPREFIX}/drive_c/users/${USER}/Local Settings/Application Data/GOG.com/Galaxy/Configuration/config.json" ] ; then

View File

@ -0,0 +1,27 @@
#!/bin/bash
#Author: xuser
#gfclient.exe
#Rating=1-5
#####################examples###########################
export PW_COMMENT_DB="GameForge\nClient"
export PW_VULKAN_USE=dxvk
export PW_WINE_USE=proton_ge
export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DDL in port prefix (used winetricks)
export WINEDLLOVERRIDES="gfclient0_msvc140=n;ucrtbase=b"
########################################################
#add_in_start_portwine () {
#
#while true; do
# if [ -z "`pgrep GameforgeClient`" ]; then
# sleep 1
# else
# while [ ! -z "`pgrep GameforgeClient`" ] ; do
# killall -s KILL gfservice.exe
# done
# sleep 1
# killall -s KILL gfclient.exe
# break & exit 0
# fi
#done &
#}