Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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
Vladislav
PortWINE-old
Commits
0eee22a6
Commit
0eee22a6
authored
May 12, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'w3d' of github.com:Boria138/PortWINE into Boria138-w3d
parents
77e94329
dc2e95c7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
0 deletions
+30
-0
w3dhub.png
data_from_portwine/img/gui/w3dhub.png
+0
-0
W3D Hub Launcher
data_from_portwine/scripts/portwine_db/W3D Hub Launcher
+9
-0
PW_W3D_HUB
data_from_portwine/scripts/pw_autoinstall/PW_W3D_HUB
+20
-0
start.sh
data_from_portwine/scripts/start.sh
+1
-0
No files found.
data_from_portwine/img/gui/w3dhub.png
0 → 100644
View file @
0eee22a6
5.58 KB
data_from_portwine/scripts/portwine_db/W3D Hub Launcher
0 → 100644
View file @
0eee22a6
#!/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
0 → 100644
View file @
0eee22a6
#!/bin/bash
# Author: chal55rus and Boria138
########################################################################
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
data_from_portwine/scripts/start.sh
View file @
0eee22a6
...
...
@@ -538,6 +538,7 @@ else
--field=
" Pulse Online"
!
"
$PW_GUI_ICON_PATH
/pulseonline.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_PULSE_ONLINE"'
\
--field=
" CatsLauncher (Front Edge)"
!
"
$PW_GUI_ICON_PATH
/catslauncher.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_CATSLAUNCHER"'
\
--field=
" Russian Fishing 4"
!
"
$PW_GUI_ICON_PATH
/rf4launcher.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_RUSSIAN_FISHING"'
\
--field=
" W3D Hub Launcher"
!
"
$PW_GUI_ICON_PATH
/w3dhub.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_W3D_HUB"'
\
2>/dev/null &
# --field=
" Secret World Legends (ENG)"
!
"
$PW_GUI_ICON_PATH
/swl.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_SWL"'
...
...
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