forked from CastroFidel/PortWINE
###Scripts version 2011###
This commit is contained in:
@ -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
|
||||
|
27
data_from_portwine/scripts/portwine_db/gfclient
Normal file
27
data_from_portwine/scripts/portwine_db/gfclient
Normal 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 &
|
||||
#}
|
Reference in New Issue
Block a user