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
9ff22ca3
Commit
9ff22ca3
authored
Mar 31, 2026
by
Sergey Palcheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed the W3D Hub Launcher
parent
0552b3ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
34 deletions
+0
-34
W3D Hub Launcher.ppdb
data_from_portwine/scripts/portwine_db/W3D Hub Launcher.ppdb
+0
-9
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 @
0552b3ec
#!/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/pw_autoinstall/PW_W3D_HUB
deleted
100755 → 0
View file @
0552b3ec
#!/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