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
5de973a8
Commit
5de973a8
authored
Mar 31, 2026
by
Sergey Palcheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the mistakenly added script was deleted
parent
4ded6168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
gfclient.ppdb
gfclient.ppdb
+0
-24
No files found.
gfclient.ppdb
deleted
100644 → 0
View file @
4ded6168
#!/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