Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
fe276148
Commit
fe276148
authored
Mar 31, 2026
by
Sergey Palcheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating Gameforge-Client scripts
parent
b60c11ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
gfclient.ppdb
data_from_portwine/scripts/portwine_db/gfclient.ppdb
+1
-1
PW_GAMEFORGE
data_from_portwine/scripts/pw_autoinstall/PW_GAMEFORGE
+1
-1
gfclient.ppdb
gfclient.ppdb
+24
-0
No files found.
data_from_portwine/scripts/portwine_db/gfclient.ppdb
View file @
fe276148
...
...
@@ -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"
########################################################
...
...
data_from_portwine/scripts/pw_autoinstall/PW_GAMEFORGE
View file @
fe276148
...
...
@@ -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 &
...
...
gfclient.ppdb
0 → 100644
View file @
fe276148
#!/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 &
#}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment