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
ce0919ab
Commit
ce0919ab
authored
Apr 01, 2026
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'updategame' of github.com:minergenon/PortWINE into minergenon-updategame
parents
916755fb
5de973a8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
40 deletions
+6
-40
W3D Hub Launcher.ppdb
data_from_portwine/scripts/portwine_db/W3D Hub Launcher.ppdb
+0
-9
gfclient.ppdb
data_from_portwine/scripts/portwine_db/gfclient.ppdb
+1
-1
steam.ppdb
data_from_portwine/scripts/portwine_db/steam.ppdb
+1
-1
PW_ALBION_ONLINE
data_from_portwine/scripts/pw_autoinstall/PW_ALBION_ONLINE
+1
-1
PW_GAMEFORGE
data_from_portwine/scripts/pw_autoinstall/PW_GAMEFORGE
+1
-1
PW_STEAM
data_from_portwine/scripts/pw_autoinstall/PW_STEAM
+1
-1
PW_UBISOFT
data_from_portwine/scripts/pw_autoinstall/PW_UBISOFT
+1
-1
PW_W3D_HUB
data_from_portwine/scripts/pw_autoinstall/PW_W3D_HUB
+0
-25
No files found.
data_from_portwine/scripts/portwine_db/W3D Hub Launcher.ppdb
deleted
100644 → 0
View file @
916755fb
#!/usr/bin/env bash
# Author: chal55rus and Boria138
#W3D Hub Launcher.exe
#Rating=1-5
export
PW_VULKAN_USE
=
"0"
export
PW_PREFIX_NAME
=
"DOTNET"
export
PW_WINE_USE
=
"WINE_LG"
gui_proton_downloader silent
"
$PW_WINE_USE
"
data_from_portwine/scripts/portwine_db/gfclient.ppdb
View file @
ce0919ab
...
...
@@ -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/portwine_db/steam.ppdb
View file @
ce0919ab
...
...
@@ -11,7 +11,7 @@ export WINEDLLOVERRIDES="OnlineFix64,SteamOverlay64,steam_api,steam_api64,steamc
export
LAUNCH_PARAMETERS
=
"-cef-disable-gpu-compositing"
# export LAUNCH_PARAMETERS="-gamepadui -fullscreen -no-dwrite"
export
PW_VULKAN_USE
=
"
1
"
export
PW_VULKAN_USE
=
"
2
"
add_in_start_portwine
()
{
echo
"Disabled silent autostart steam."
...
...
data_from_portwine/scripts/pw_autoinstall/PW_ALBION_ONLINE
View file @
ce0919ab
...
...
@@ -12,7 +12,7 @@ export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/albion-online-setup.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Albion Online"
start_portwine
if
try_download
"https://live.albiononline.com/clients/202
40918100234
/albion-online-setup.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"https://live.albiononline.com/clients/202
60311101310
/albion-online-setup.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"Albion Online."
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
...
...
data_from_portwine/scripts/pw_autoinstall/PW_GAMEFORGE
View file @
ce0919ab
...
...
@@ -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 &
...
...
data_from_portwine/scripts/pw_autoinstall/PW_STEAM
View file @
ce0919ab
...
...
@@ -11,7 +11,7 @@ export LAUNCH_PARAMETERS="/S /D=c:\Program Files (x86)\Steam"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/SteamSetup.exe"
start_portwine
if
try_download
"https://cdn.
cloudflare
.steamstatic.com/client/installer/SteamSetup.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"https://cdn.
akamai
.steamstatic.com/client/installer/SteamSetup.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"Steam."
pw_kill_autostart steam.exe &
...
...
data_from_portwine/scripts/pw_autoinstall/PW_UBISOFT
View file @
ce0919ab
...
...
@@ -12,7 +12,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="Ubisoft Connect"
export
WINE_SIMULATE_WRITECOPY
=
"1"
start_portwine
if
try_download
"https://
ubistatic3-a.akamaihd.net
/orbit/launcher_installer/UbisoftConnectInstaller.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"https://
static3.cdn.ubi.com
/orbit/launcher_installer/UbisoftConnectInstaller.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"Ubisoft Connect."
pw_kill_autostart UbisoftConnect.exe &
...
...
data_from_portwine/scripts/pw_autoinstall/PW_W3D_HUB
deleted
100755 → 0
View file @
916755fb
#!/bin/bash
# Author: chal55rus and Boria138
# type: games
# name: W3D Hub Launcher
# image: w3dhub
# info_en: Launcher for W3D Hub community games.
# info_ru: Лаунчер для игр W3D Hub.
########################################################################
export
PW_PREFIX_NAME
=
"DOTNET"
export
LAUNCH_PARAMETERS
=
"/S"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/w3dhub_launcher_install.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"W3D Hub Launcher"
start_portwine
if
try_download
'https://w3dhub.com/forum/files/file/10-w3d-hub-launcher/?do=download'
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"W3DHUB Launcher"
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
$(
find
"
$WINEPREFIX
/"
-type
f
-name
"W3D Hub Launcher.exe"
|
grep
"W3D Hub/W3D Hub Launcher.exe"
)
"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
kill_portwine
pw_stop_progress_bar
portwine_create_shortcut
fi
stop_portwine
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