Commit fe276148 authored by Sergey Palcheh's avatar Sergey Palcheh

updating Gameforge-Client scripts

parent b60c11ea
......@@ -3,7 +3,7 @@
#gfclient.exe
#Rating=1-5
#####################examples###########################
export PW_VULKAN_USE=1
export PW_VULKAN_USE=6
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DLL in port prefix (used winetricks)
export WINEDLLOVERRIDES="gfclient0_msvc140=n;ucrtbase=b"
########################################################
......
......@@ -26,7 +26,7 @@ pw_shutdown_please () {
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/GameforgeInstaller.exe"
start_portwine
if try_download "https://raw.githubusercontent.com/WarfaceZ/lutris-clients/master/GameforgeInstaller.exe" "${PW_AUTOINSTALL_EXE}"
if try_download "https://raw.githubusercontent.com/WarfaceZ/lutris-clients/master/GameforgeInstaller.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
then
pw_start_progress_bar_install_game "Gameforge-Client."
pw_shutdown_please SparkWebHelper.exe &
......
#!/usr/bin/env bash
#Author: xuser
#gfclient.exe
#Rating=1-5
#####################examples###########################
export PW_VULKAN_USE=1
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_43 d3dcompiler_47" # Install DLL 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 [[ -n "`pgrep GameforgeClient`" ]] ; do
# killall -s KILL gfservice.exe
# done
# sleep 1
# killall -s KILL gfclient.exe
# break & exit 0
# fi
#done &
#}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment