GOG.com - The Moment Of Silence
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionA 2004 adventure game, developed by House of Tales and Nordic Games Code source#!/bin/bash # Date : (2016-17-01 11-13) # Wine version used : 2.22 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2016-17-01 11-13) # Initial script. # [Dadu042] (2020-04-19 12:30). # Wine 1.8 (outdated) -> 2.22 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Moment Of Silence" PREFIX="TheMomentOfSilence_gog" WINEVERSION="2.22" SHORTCUT_NAME="The Moment Of Silence" GOGID="the_moment_of_silence" POL_SetupWindow_Init POL_SetupWindow_SetID 2710 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "House of Tales / Nordic Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "60328af88c5f2c1acf5b054ca2de1087" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "mos.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 19 Avril 2020 à 15:09 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,15 +1,21 @@ #!/bin/bash # Date : (2016-17-01 11-13) -# Wine version used : 1.8 +# Wine version used : 2.22 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy +# +# CHANGELOG +# [Benjamin Hardy] (2016-17-01 11-13) +# Initial script. +# [Dadu042] (2020-04-19 12:30). +# Wine 1.8 (outdated) -> 2.22 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Moment Of Silence" PREFIX="TheMomentOfSilence_gog" -WINEVERSION="1.8" +WINEVERSION="2.22" SHORTCUT_NAME="The Moment Of Silence" GOGID="the_moment_of_silence" Nouveau code source#!/bin/bash # Date : (2016-17-01 11-13) # Wine version used : 2.22 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2016-17-01 11-13) # Initial script. # [Dadu042] (2020-04-19 12:30). # Wine 1.8 (outdated) -> 2.22 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Moment Of Silence" PREFIX="TheMomentOfSilence_gog" WINEVERSION="2.22" SHORTCUT_NAME="The Moment Of Silence" GOGID="the_moment_of_silence" POL_SetupWindow_Init POL_SetupWindow_SetID 2710 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "House of Tales / Nordic Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "60328af88c5f2c1acf5b054ca2de1087" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "mos.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Réponses |
Okto | Dimanche 17 Janvier 2016 à 12:17 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -8,7 +8,7 @@ source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Moment Of Silence" -PREFIX="TheMomentOfSilence_gog " +PREFIX="TheMomentOfSilence_gog" WINEVERSION="1.8" SHORTCUT_NAME="The Moment Of Silence" GOGID="the_moment_of_silence" Nouveau code source#!/bin/bash # Date : (2016-17-01 11-13) # Wine version used : 1.8 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Moment Of Silence" PREFIX="TheMomentOfSilence_gog" WINEVERSION="1.8" SHORTCUT_NAME="The Moment Of Silence" GOGID="the_moment_of_silence" POL_SetupWindow_Init POL_SetupWindow_SetID 2710 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "House of Tales / Nordic Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "60328af88c5f2c1acf5b054ca2de1087" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "mos.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 RéponsesEdité par petch |
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