GOG.com - Simon the Sorcerer 2

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7725
Wine: 1.6.2-scummvm_support

Feedbacks

Description

English: Second installment of this adventure game. Sordid is back and wants his revenge on Simon.
(updated for GOG installer v2)

GOG now has installers for Mac

Français : Deuxième épisode de ce jeu d'aventure. Sordide est de retour et veut sa revanche sur Simon.
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Mac

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-05-22 22-47)
# Last revision : (2014-06-15 00-13)
# Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="simon_the_sorcerer_2"
PREFIX="SimonTheSorcerer2_gog"
WORKING_WINE_VERSION="1.6.2-scummvm_support"

TITLE="GOG.com - Simon the Sorcerer 2"
SHORTCUT_NAME="Simon the Sorcerer 2"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1225
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


POL_SetupWindow_VMS "2"

cat <<_EOFCFG_ > "$GOGROOT/Simon the Sorcerer 2/simon2.polcfg"
[simon2]
description=Simon the Sorcerer 2
mute=false
subtitles=false
gameid=simon2
language=en
guioptions=launchNoLoad
_EOFCFG_

POL_Shortcut "simon2.polcfg" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Simon the Sorcerer 2/manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
petch Sunday 15 June 2014 at 0:32
petch

Information

This update has been approved by the team.

Message

Download hash update

Wine upgraded to 1.6.2-scummvm_support (#3735)

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-05-22 22-47)
-# Last revision : (2013-11-19 21-45)
-# Wine version used : 1.4-scummvm_support
+# Last revision : (2014-06-15 00-13)
+# Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -13,7 +13,7 @@
 
 GOGID="simon_the_sorcerer_2"
 PREFIX="SimonTheSorcerer2_gog"
-WORKING_WINE_VERSION="1.4-scummvm_support"
+WORKING_WINE_VERSION="1.6.2-scummvm_support"
 
 TITLE="GOG.com - Simon the Sorcerer 2"
 SHORTCUT_NAME="Simon the Sorcerer 2"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "f7a5f3a620d951d0d4f9c9bdd0e388a9"
+POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2012-05-22 22-47)
# Last revision : (2014-06-15 00-13)
# Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="simon_the_sorcerer_2"
PREFIX="SimonTheSorcerer2_gog"
WORKING_WINE_VERSION="1.6.2-scummvm_support"

TITLE="GOG.com - Simon the Sorcerer 2"
SHORTCUT_NAME="Simon the Sorcerer 2"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1225
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


POL_SetupWindow_VMS "2"

cat <<_EOFCFG_ > "$GOGROOT/Simon the Sorcerer 2/simon2.polcfg"
[simon2]
description=Simon the Sorcerer 2
mute=false
subtitles=false
gameid=simon2
language=en
guioptions=launchNoLoad
_EOFCFG_

POL_Shortcut "simon2.polcfg" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Simon the Sorcerer 2/manual.pdf"

POL_SetupWindow_Close

exit 0

Replies