GOG.com - Sam and Max Save the World

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8146
Wine:

Feedbacks

Description

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

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

S1E1: Culture Shock
S1E2: Situation Comedy
S1E3: The Mole, The Mob, and the Meatball
S1E4: Abe Lincoln Must Die!
S1E5: Reality 2.0
S1E6: Bright Side of the Moon

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-12-09 11-21)
# 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-09 11-21)
#   Initial script.
# [Pierre Etchemaite] (2014-02-16 10-44)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
#   POL_Install_d3dx9_36 -> POL_Install_d3dx9_43

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

GOGID="sam_max_save_the_world"
PREFIX="SamAndMaxS1_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sam and Max Save the World"
SHORTCUT_NAME1="Sam and Max S1E1: Culture Shock"
SHORTCUT_NAME2="Sam and Max S1E2: Situation Comedy"
SHORTCUT_NAME3="Sam and Max S1E3: The Mole, The Mob, and the Meatball"
SHORTCUT_NAME4="Sam and Max S1E4: Abe Lincoln Must Die!"
SHORTCUT_NAME5="Sam and Max S1E5: Reality 2.0"
SHORTCUT_NAME6="Sam and Max S1E6: Bright Side of the Moon"

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

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

POL_Call POL_GoG_setup "$GOGID" "9f58778be275c54e29bfe9d0e31c3191"

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 "SamMax101.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax102.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax103.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax104.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax105.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"
POL_Shortcut "SamMax106.exe" "$SHORTCUT_NAME6" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME6.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME6"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

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

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,28 @@
 #!/bin/bash
 # Date : (2012-12-09 11-21)
-# Last revision : (2014-02-16 10-44)
+# 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-09 11-21)
+#   Initial script.
+# [Pierre Etchemaite] (2014-02-16 10-44)
+#   Script updated for GOG's installer v2 ?.
+# [Dadu042] (2020-04-22 21:00).
+#   Wine 1.6.2 (outdated) -> system
+#   POL_Install_d3dx9_36 -> POL_Install_d3dx9_43
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="sam_max_save_the_world"
 PREFIX="SamAndMaxS1_gog"
-WORKING_WINE_VERSION="1.7.55"
+WORKING_WINE_VERSION=""
 
 TITLE="GOG.com - Sam and Max Save the World"
 SHORTCUT_NAME1="Sam and Max S1E1: Culture Shock"
@@ -36,7 +45,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-09 11-21)
# 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-09 11-21)
#   Initial script.
# [Pierre Etchemaite] (2014-02-16 10-44)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
#   POL_Install_d3dx9_36 -> POL_Install_d3dx9_43

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

GOGID="sam_max_save_the_world"
PREFIX="SamAndMaxS1_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sam and Max Save the World"
SHORTCUT_NAME1="Sam and Max S1E1: Culture Shock"
SHORTCUT_NAME2="Sam and Max S1E2: Situation Comedy"
SHORTCUT_NAME3="Sam and Max S1E3: The Mole, The Mob, and the Meatball"
SHORTCUT_NAME4="Sam and Max S1E4: Abe Lincoln Must Die!"
SHORTCUT_NAME5="Sam and Max S1E5: Reality 2.0"
SHORTCUT_NAME6="Sam and Max S1E6: Bright Side of the Moon"

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

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

POL_Call POL_GoG_setup "$GOGID" "9f58778be275c54e29bfe9d0e31c3191"

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 "SamMax101.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax102.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax103.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax104.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax105.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"
POL_Shortcut "SamMax106.exe" "$SHORTCUT_NAME6" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME6.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME6"

POL_SetupWindow_Close

exit 0

Replies

Yepoleb Wednesday 9 December 2015 at 20:33
Yepoleb Anonymous

Warning

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

Message

Fixes crash of new GOG installer.

Differences

@@ -13,7 +13,7 @@
 
 GOGID="sam_max_save_the_world"
 PREFIX="SamAndMaxS1_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="1.7.55"
 
 TITLE="GOG.com - Sam and Max Save the World"
 SHORTCUT_NAME1="Sam and Max S1E1: Culture Shock"

New source code

#!/bin/bash
# Date : (2012-12-09 11-21)
# Last revision : (2014-02-16 10-44)
# 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_save_the_world"
PREFIX="SamAndMaxS1_gog"
WORKING_WINE_VERSION="1.7.55"

TITLE="GOG.com - Sam and Max Save the World"
SHORTCUT_NAME1="Sam and Max S1E1: Culture Shock"
SHORTCUT_NAME2="Sam and Max S1E2: Situation Comedy"
SHORTCUT_NAME3="Sam and Max S1E3: The Mole, The Mob, and the Meatball"
SHORTCUT_NAME4="Sam and Max S1E4: Abe Lincoln Must Die!"
SHORTCUT_NAME5="Sam and Max S1E5: Reality 2.0"
SHORTCUT_NAME6="Sam and Max S1E6: Bright Side of the Moon"

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

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

POL_Call POL_GoG_setup "$GOGID" "9f58778be275c54e29bfe9d0e31c3191"

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 "SamMax101.exe" "$SHORTCUT_NAME1" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME1.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME1"
POL_Shortcut "SamMax102.exe" "$SHORTCUT_NAME2" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME2.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME2"
POL_Shortcut "SamMax103.exe" "$SHORTCUT_NAME3" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME3.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME3"
POL_Shortcut "SamMax104.exe" "$SHORTCUT_NAME4" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME4.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME4"
POL_Shortcut "SamMax105.exe" "$SHORTCUT_NAME5" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME5.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME5"
POL_Shortcut "SamMax106.exe" "$SHORTCUT_NAME6" "" "" "Game;AdventureGame;" # "$SHORTCUT_NAME6.png"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME6"

POL_SetupWindow_Close

exit 0

Replies

Saturday 25 January 2020 at 13:30
Script approved.
Wrestler7 Thursday 19 June 2014 at 15:34
Wrestler7 Anonymous

Message

Operating system : XUbuntu
Graphic card : Intel HD 4000 ( :( )
Comments : Well this program has certainly fixed some really nasty and weird looking graphic glitches for me. BUT: I am still not able to play the game after the intro sequence. It seems like as soon as the game tries to give me control over the characters it just freezes.

 

I'd still like to thank you for fixing the optical bugs. But yes, unfortunately I still can't play the game.

Replies