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

Informations

Créateur Messages
petch

Information

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

Informations

Plate-formes :
Téléchargements : 7287
Wine:

Retours d'expérience

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

Captures d'écran

MiniatureMiniatureMiniatureMiniature

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Mercredi 22 Avril 2020 à 21:40
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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
 

Nouveau code source

#!/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

Réponses

petch Samedi 28 Juin 2014 à 17:06
petch

Warning

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

Messages

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"

Nouveau code source

#!/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

Réponses