GOG.com - The Blackwell Epiphany

Informations

Creator Message
Okto Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 5682
Wine: 3.0.3

Feedbacks

Description

The final part of the Blackwell series, released by Wadjet Eye Games in 2014.

GOG now has installers for Mac

Source code

 #!/bin/bash
# Date : (2014-11-09 19-30)
# Wine version used : 
# Distribution used to test : OpenSuse 13.2
# Author : Benjamin Hardy
#
# CHANGELOG
# [Benjamin Hardy] (2014-11-09 19-30)
#   Initial script.
# [Dadu042] (2020-04-09 19:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested).

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="GOG.com - The Blackwell Epiphany"
PREFIX="blackwell_epiphany"
WORKING_WINE_VERSION="3.0.3"
SHORTCUT_NAME="The Blackwell Epiphany"
GOGID="blackwell_epiphany_the"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 

POL_Call POL_GoG_setup "$GOGID" "2b8f160c00c8de5ce316dbaa09bdb366"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"


POL_Call POL_GoG_install


POL_Wine_reboot

POL_Shortcut "epiphany.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"

POL_SetupWindow_Close
 
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 9 April 2020 at 21:39
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,15 +1,21 @@
  #!/bin/bash
 # Date : (2014-11-09 19-30)
-# Wine version used : 1.6.2
+# Wine version used : 
 # Distribution used to test : OpenSuse 13.2
 # Author : Benjamin Hardy
+#
+# CHANGELOG
+# [Benjamin Hardy] (2014-11-09 19-30)
+#   Initial script.
+# [Dadu042] (2020-04-09 19:30).
+#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested).
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
 TITLE="GOG.com - The Blackwell Epiphany"
 PREFIX="blackwell_epiphany"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="3.0.3"
 SHORTCUT_NAME="The Blackwell Epiphany"
 GOGID="blackwell_epiphany_the"
 

New source code

 #!/bin/bash
# Date : (2014-11-09 19-30)
# Wine version used : 
# Distribution used to test : OpenSuse 13.2
# Author : Benjamin Hardy
#
# CHANGELOG
# [Benjamin Hardy] (2014-11-09 19-30)
#   Initial script.
# [Dadu042] (2020-04-09 19:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested).

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="GOG.com - The Blackwell Epiphany"
PREFIX="blackwell_epiphany"
WORKING_WINE_VERSION="3.0.3"
SHORTCUT_NAME="The Blackwell Epiphany"
GOGID="blackwell_epiphany_the"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 

POL_Call POL_GoG_setup "$GOGID" "2b8f160c00c8de5ce316dbaa09bdb366"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"


POL_Call POL_GoG_install


POL_Wine_reboot

POL_Shortcut "epiphany.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"

POL_SetupWindow_Close
 
exit 0

Replies

Okto Sunday 23 November 2014 at 16:35
Okto Anonymous

Warning

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

Differences

@@ -0,0 +1,36 @@
+ #!/bin/bash
+# Date : (2014-11-09 19-30)
+# Wine version used : 1.6.2
+# Distribution used to test : OpenSuse 13.2
+# Author : Benjamin Hardy
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="GOG.com - The Blackwell Epiphany"
+PREFIX="blackwell_epiphany"
+WORKING_WINE_VERSION="1.6.2"
+SHORTCUT_NAME="The Blackwell Epiphany"
+GOGID="blackwell_epiphany_the"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 
+
+POL_Call POL_GoG_setup "$GOGID" "2b8f160c00c8de5ce316dbaa09bdb366"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+
+POL_Call POL_GoG_install
+
+
+POL_Wine_reboot
+
+POL_Shortcut "epiphany.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
+
+POL_SetupWindow_Close
+ 
+exit 0
\ No newline at end of file

New source code

 #!/bin/bash
# Date : (2014-11-09 19-30)
# Wine version used : 1.6.2
# Distribution used to test : OpenSuse 13.2
# Author : Benjamin Hardy

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="GOG.com - The Blackwell Epiphany"
PREFIX="blackwell_epiphany"
WORKING_WINE_VERSION="1.6.2"
SHORTCUT_NAME="The Blackwell Epiphany"
GOGID="blackwell_epiphany_the"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Wadjet Eye Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 

POL_Call POL_GoG_setup "$GOGID" "2b8f160c00c8de5ce316dbaa09bdb366"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"


POL_Call POL_GoG_install


POL_Wine_reboot

POL_Shortcut "epiphany.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"

POL_SetupWindow_Close
 
exit 0

Replies