GOG.com - The Moment Of Silence

Informations

Créateur Messages
Okto Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 5569
Wine: 2.22

Retours d'expérience

Description

A 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:

Contribuer
Membre Messages
Dadu042 Dimanche 19 Avril 2020 à 15:09
Dadu042

Information

Cette 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 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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éponses

Edité par petch