W3D Hub Launcher

Informatie

Creator Bericht
der Papst Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3599
Wine: 3.1

Feedbacks

Omschrijving

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

Schermafdrukken

Miniature

Broncode

#!/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 Bericht
der Papst Dinsdag 13 November 2018 om 1:34
der Papst Anonymous

Information

This update has been approved by the team.

Bericht

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

Antwoorden

der Papst Zaterdag 10 November 2018 om 11:55
der Papst Anonymous

Warning

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

Bericht

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

Antwoorden

der Papst Donderdag 8 November 2018 om 23:30
der Papst Anonymous

Warning

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

Bericht

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

Antwoorden