GOG.com - Memoria
Informations
Créateur | Messages |
---|---|
ghoust
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionPoint and click adventure game, 2013. GOG now has installer for Mac. Code source#!/bin/bash # Date : (2015-03-12 19-06) # Wine version used : 1.7.28 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Memoria" GOGID="memoria" PREFIX="Memoria" #using 1.7.28 solved problems with missing backgrounds later in the game WINEVERSION="1.7.28" SHORTCUT_NAME="Memoria" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This installer requires the patch provided by gog.com. Please ensure it has been downloaded to a local drive before continuing.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "847c7b5e27a287d6e0e17e63bfb14fff" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #nogui to avoid installer crash POL_Call POL_GoG_install /nogui POL_SetupWindow_browse "$(eval_gettext 'Please select the patch file.')" "$TITLE" POL_Wine_WaitBefore "$(eval_gettext 'Please wait, patch installation in progress.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_reboot POL_Shortcut "memoria.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Okto | Jeudi 23 Avril 2015 à 10:04 |
Okto
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,43 @@ +#!/bin/bash +# Date : (2015-03-12 19-06) +# Wine version used : 1.7.28 +# Distribution used to test : OpenSUSE 13.2 +# Author : Benjamin Hardy + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - Memoria" +GOGID="memoria" +PREFIX="Memoria" +#using 1.7.28 solved problems with missing backgrounds later in the game +WINEVERSION="1.7.28" +SHORTCUT_NAME="Memoria" + + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_SetupWindow_message "$(eval_gettext 'This installer requires the patch provided by gog.com. Please ensure it has been downloaded to a local drive before continuing.')" "$TITLE" + +POL_Call POL_GoG_setup "$GOGID" "847c7b5e27a287d6e0e17e63bfb14fff" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +#nogui to avoid installer crash +POL_Call POL_GoG_install /nogui + +POL_SetupWindow_browse "$(eval_gettext 'Please select the patch file.')" "$TITLE" +POL_Wine_WaitBefore "$(eval_gettext 'Please wait, patch installation in progress.')" "$TITLE" +POL_Wine "$APP_ANSWER" + +POL_Wine_reboot + +POL_Shortcut "memoria.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-03-12 19-06) # Wine version used : 1.7.28 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Memoria" GOGID="memoria" PREFIX="Memoria" #using 1.7.28 solved problems with missing backgrounds later in the game WINEVERSION="1.7.28" SHORTCUT_NAME="Memoria" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This installer requires the patch provided by gog.com. Please ensure it has been downloaded to a local drive before continuing.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "847c7b5e27a287d6e0e17e63bfb14fff" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #nogui to avoid installer crash POL_Call POL_GoG_install /nogui POL_SetupWindow_browse "$(eval_gettext 'Please select the patch file.')" "$TITLE" POL_Wine_WaitBefore "$(eval_gettext 'Please wait, patch installation in progress.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_reboot POL_Shortcut "memoria.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 RéponsesVendredi 24 Avril 2015 à 2:23
Vendredi 24 Avril 2015 à 7:08
Vendredi 24 Avril 2015 à 9:56
Vendredi 24 Avril 2015 à 14:27
Vendredi 24 Avril 2015 à 15:00
Vendredi 24 Avril 2015 à 15:51
Vendredi 24 Avril 2015 à 16:00
Vendredi 24 Avril 2015 à 17:25
Vendredi 24 Avril 2015 à 17:39
Vendredi 24 Avril 2015 à 17:51
Samedi 25 Avril 2015 à 7:00
|
ghoust | Samedi 29 Novembre 2014 à 5:30 |
ghoust
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,57 @@ +#!/bin/bash +# Date : (2014-11-20 17-30) +# Last revision : (2014-11-20 17-30) +# Wine version used :1.7.4 +# Distribution used to test : Debian Wheezy +# Author : Alex Ghoust +# Script licence : GPL v.2 +# Program licence : Retail +# Depend : + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="memoria" +PREFIX="Memoria_gog" +WORKING_WINE_VERSION="1.7.4" + +TITLE="GOG.com - Memoria" +SHORTCUT_NAME="Memoria" + + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" \ + "http://www.daedalic.de/en" "Alex Ghoust" "$PREFIX" + +POL_Debug_Init + +POL_Call POL_GoG_setup "$GOGID" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_GoG_install /nogui + +# GoG work! +Set_OS winxp + +# Doesn't hurt ;) +POL_Wine_reboot + +POL_SetupWindow_question "Do you want install patch?" "Patch installation" +if [ "$APP_ANSWER" = "TRUE" ] +then + POL_SetupWindow_browse "Please select the patch file to run." "Patch installation" + POL_SetupWindow_wait "Installation in progress." "Patch installation" + POL_Wine start /unix "$APP_ANSWER" + POL_Wine_reboot +fi + + +# Temporary rename other exe-file +POL_Shortcut "memoria.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-11-20 17-30) # Last revision : (2014-11-20 17-30) # Wine version used :1.7.4 # Distribution used to test : Debian Wheezy # Author : Alex Ghoust # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="memoria" PREFIX="Memoria_gog" WORKING_WINE_VERSION="1.7.4" TITLE="GOG.com - Memoria" SHORTCUT_NAME="Memoria" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" \ "http://www.daedalic.de/en" "Alex Ghoust" "$PREFIX" POL_Debug_Init POL_Call POL_GoG_setup "$GOGID" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp # Doesn't hurt ;) POL_Wine_reboot POL_SetupWindow_question "Do you want install patch?" "Patch installation" if [ "$APP_ANSWER" = "TRUE" ] then POL_SetupWindow_browse "Please select the patch file to run." "Patch installation" POL_SetupWindow_wait "Installation in progress." "Patch installation" POL_Wine start /unix "$APP_ANSWER" POL_Wine_reboot fi # Temporary rename other exe-file POL_Shortcut "memoria.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit Réponses |
ghoust | Vendredi 28 Novembre 2014 à 14:38 |
ghoust
|
MessagesSorry. I'm not very understand how it need to do. This is script for installation. 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