W3D Hub Launcher

Informations

Creator Message
der Papst Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 3535
Wine: 3.1

Feedbacks

Description

Installs W3D Hub Launcher and its dependencies. It is a digital distribution software.

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2018-11-13 01:00)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
  
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_Install_dotnet461
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
POL_Wine "$APP_ANSWER"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
der Papst Tuesday 13 November 2018 at 1:34
der Papst Anonymous

Information

This update has been approved by the team.

Message

Added multilingual support

Differences

@@ -0,0 +1,34 @@
+#!/bin/bash
+# Date : (2018-11-13 01:00)
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+  
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+  
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+  
+POL_Call POL_Install_dotnet461
+ 
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
+POL_Wine "$APP_ANSWER"
+ 
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2018-11-13 01:00)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
  
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_Install_dotnet461
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
POL_Wine "$APP_ANSWER"
 
POL_SetupWindow_Close
exit 0

Replies

der Papst Saturday 10 November 2018 at 11:55
der Papst Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

added missing call

Differences

@@ -0,0 +1,35 @@
+#!/bin/bash
+# Date : (2018-11-07 21:00)
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+ 
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_Install_dotnet461
+
+POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
+POL_Wine "$APP_ANSWER"
+
+POL_SetupWindow_Close
+exit 0
+

New source code

#!/bin/bash
# Date : (2018-11-07 21:00)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
 
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_dotnet461

POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
POL_Wine "$APP_ANSWER"

POL_SetupWindow_Close
exit 0

Replies

der Papst Thursday 8 November 2018 at 23:30
der Papst Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

When creating an installer, the page only asks for the description, not for the source...

Differences

@@ -0,0 +1,31 @@
+#!/bin/bash
+# Date : (2018-11-07 21:00)
+
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+ 
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_Install_dotnet461
+
+POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
+POL_Wine "$APP_ANSWER"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2018-11-07 21:00)

# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
 
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_dotnet461

POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
POL_Wine "$APP_ANSWER"

POL_SetupWindow_Close
exit 0

Replies