GOG.com - The Blackwell Epiphany
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionThe final part of the Blackwell series, released by Wadjet Eye Games in 2014. GOG now has installers for Mac Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Jeudi 9 Avril 2020 à 21:39 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
Okto | Dimanche 23 Novembre 2014 à 16:35 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com