GOG.com - Sam and Max: Beyond Time and Space

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7267
Wine:

Feedbacks

Description

English: Second season of Sam and Max adventures
(updated for GOG installer v2)

Français : Deuxième saison des aventures de Sam et Max
(mis à jour pour l'installeur GOG v2)

S2E1: Ice Station Santa
S2E2: Moai Better Blues
S2E3: Night of the Raving Dead
S2E4: Chariots of the Dogs
S2E5: What's New, Beelzebub

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-12-29 22-49)
# Last revision : 
# Wine version used : 1.4.1, 1.5.15, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-12-29 22-49)
#   Initial script.
# [Pierre Etchemaite] (2014-06-28 16-52)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
#   POL_Install_d3dx9_36 -> 43

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

GOGID="sam_max_beyond_time_and_space"
PREFIX="SamAndMaxS2_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sam and Max: Beyond Time and Space"
SHORTCUT_NAME1="Sam and Max S2E1: Ice Station Santa"
SHORTCUT_NAME2="Sam and Max S2E2: Moai Better Blues"
SHORTCUT_NAME3="Sam and Max S2E3: Night of the Raving Dead"
SHORTCUT_NAME4="Sam and Max S2E4: Chariots of the Dogs"
SHORTCUT_NAME5="Sam and Max S2E5: What's New, Beelzebub"

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 1523
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" "e8bb5a888b83c6467a7b8b7390c21e43"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_d3dx9_43

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "SamMax201.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax202.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax203.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax204.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax205.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Wednesday 22 April 2020 at 21:40
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,28 @@
 #!/bin/bash
 # Date : (2012-12-29 22-49)
-# Last revision : (2014-06-28 16-52)
+# Last revision : 
 # Wine version used : 1.4.1, 1.5.15, 1.6.2
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-12-29 22-49)
+#   Initial script.
+# [Pierre Etchemaite] (2014-06-28 16-52)
+#   Script updated for GOG's installer v2.
+# [Dadu042] (2020-04-22 21:00).
+#   Wine 1.6.2 (outdated) -> system
+#   POL_Install_d3dx9_36 -> 43
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="sam_max_beyond_time_and_space"
 PREFIX="SamAndMaxS2_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION=""
 
 TITLE="GOG.com - Sam and Max: Beyond Time and Space"
 SHORTCUT_NAME1="Sam and Max S2E1: Ice Station Santa"
@@ -35,7 +44,7 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
-POL_Call POL_Install_d3dx9_36
+POL_Call POL_Install_d3dx9_43
 
 POL_Call POL_GoG_install
 

New source code

#!/bin/bash
# Date : (2012-12-29 22-49)
# Last revision : 
# Wine version used : 1.4.1, 1.5.15, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-12-29 22-49)
#   Initial script.
# [Pierre Etchemaite] (2014-06-28 16-52)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
#   POL_Install_d3dx9_36 -> 43

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

GOGID="sam_max_beyond_time_and_space"
PREFIX="SamAndMaxS2_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sam and Max: Beyond Time and Space"
SHORTCUT_NAME1="Sam and Max S2E1: Ice Station Santa"
SHORTCUT_NAME2="Sam and Max S2E2: Moai Better Blues"
SHORTCUT_NAME3="Sam and Max S2E3: Night of the Raving Dead"
SHORTCUT_NAME4="Sam and Max S2E4: Chariots of the Dogs"
SHORTCUT_NAME5="Sam and Max S2E5: What's New, Beelzebub"

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 1523
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" "e8bb5a888b83c6467a7b8b7390c21e43"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_d3dx9_43

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "SamMax201.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax202.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax203.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax204.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax205.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"

POL_SetupWindow_Close

exit 0

Replies

petch Saturday 28 June 2014 at 17:06
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Download hash update

Upgrade Wine to version 1.6.2 (#3735)

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-12-29 22-49)
-# Last revision : (2013-11-17 04-26)
-# Wine version used : 1.4.1, 1.5.15
+# Last revision : (2014-06-28 16-52)
+# Wine version used : 1.4.1, 1.5.15, 1.6.2
 # 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="sam_max_beyond_time_and_space"
 PREFIX="SamAndMaxS2_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Sam and Max: Beyond Time and Space"
 SHORTCUT_NAME1="Sam and Max S2E1: Ice Station Santa"
@@ -30,7 +30,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Telltale Games" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "80b79c8182bc212b8b4e71691069c353"
+POL_Call POL_GoG_setup "$GOGID" "e8bb5a888b83c6467a7b8b7390c21e43"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2012-12-29 22-49)
# Last revision : (2014-06-28 16-52)
# Wine version used : 1.4.1, 1.5.15, 1.6.2
# 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="sam_max_beyond_time_and_space"
PREFIX="SamAndMaxS2_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Sam and Max: Beyond Time and Space"
SHORTCUT_NAME1="Sam and Max S2E1: Ice Station Santa"
SHORTCUT_NAME2="Sam and Max S2E2: Moai Better Blues"
SHORTCUT_NAME3="Sam and Max S2E3: Night of the Raving Dead"
SHORTCUT_NAME4="Sam and Max S2E4: Chariots of the Dogs"
SHORTCUT_NAME5="Sam and Max S2E5: What's New, Beelzebub"

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 1523
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" "e8bb5a888b83c6467a7b8b7390c21e43"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_d3dx9_36

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "SamMax201.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax202.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax203.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax204.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax205.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
#POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"

POL_SetupWindow_Close

exit 0

Replies