GOG.com - Sanitarium

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 10314
Wine:

Feedbacks

Description

English: Sanitarium is a unique and scary adventure game, taking place half in reality and half in oniric worlds...
(updated for GOG installer v2)

Français : Sanitarium est un jeu d'aventure unique et angoissant, se passant à moitié dans le monde réel et à moitié dans des mondes oniriques...
(mis à jour pour l'installeur GOG v2)

Source code

#!/bin/bash
# Date : (2011-12-28 18-20)
# Last revision : 
# Wine version used : 
# 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] (2011-12-28 18-20)
#   Initial script.
# [Pierre Etchemaite] (2014-06-14 11-16)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
# 
 
#    Lockup with Wine 1.3.36 when reaching to top of the stairs
#    Same with 1.3.35
#    Same with 1.3.34
#    Same with 1.3.30
#    Same with 1.4.1
#    Crash with 1.5.3 when reaching to top of the stairs
#    Crash with 1.3.29 when statue "lights up"
#    Same with 1.5.0
#    Heavy flickering with 1.3.27-rawinput2
#    Ok with 1.3.24?
#    Ok with 1.3.23?
#    Ok with 1.2.3?
#    Ok with 1.5.24?
#    Ok with 1.5.20?
#    Ok with 1.5.15?
#    Ok with 1.5.10?
#    Ok with 1.5.5?
#    Ok with 1.5.4?

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

GOGID="sanitarium"
PREFIX="Sanitarium_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sanitarium"
SHORTCUT_NAME="Sanitarium"

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

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

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "9ae34606b3ce3ffb893e5e8b191525bc"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


Set_OS win98

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

SHORTCUT_WINDOW="$SHORTCUT_NAME $(eval_gettext '(windowed)')"
POL_Shortcut "sntrm.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut "sntrm.exe" "$SHORTCUT_WINDOW" "$SHORTCUT_NAME.png" "-w" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sanitarium/manual.pdf"
POL_Shortcut_Document "$SHORTCUT_WINDOW" "$GOGROOT/Sanitarium/manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

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

Information

This update has been approved by the team.

Differences

@@ -1,14 +1,23 @@
 #!/bin/bash
 # Date : (2011-12-28 18-20)
-# Last revision : (2014-06-14 11-16)
-# Wine version used : 1.5.20, 1.6.1, 1.6.2
+# Last revision : 
+# Wine version used : 
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
-
-#    Lockup with 1.3.36 when reaching to top of the stairs
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2011-12-28 18-20)
+#   Initial script.
+# [Pierre Etchemaite] (2014-06-14 11-16)
+#   Script updated for GOG's installer v2.
+# [Dadu042] (2020-04-22 21:00).
+#   Wine 1.6.2 (outdated) -> system
+# 
+ 
+#    Lockup with Wine 1.3.36 when reaching to top of the stairs
 #    Same with 1.3.35
 #    Same with 1.3.34
 #    Same with 1.3.30
@@ -32,7 +41,7 @@
 
 GOGID="sanitarium"
 PREFIX="Sanitarium_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION=""
 
 TITLE="GOG.com - Sanitarium"
 SHORTCUT_NAME="Sanitarium"

New source code

#!/bin/bash
# Date : (2011-12-28 18-20)
# Last revision : 
# Wine version used : 
# 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] (2011-12-28 18-20)
#   Initial script.
# [Pierre Etchemaite] (2014-06-14 11-16)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-22 21:00).
#   Wine 1.6.2 (outdated) -> system
# 
 
#    Lockup with Wine 1.3.36 when reaching to top of the stairs
#    Same with 1.3.35
#    Same with 1.3.34
#    Same with 1.3.30
#    Same with 1.4.1
#    Crash with 1.5.3 when reaching to top of the stairs
#    Crash with 1.3.29 when statue "lights up"
#    Same with 1.5.0
#    Heavy flickering with 1.3.27-rawinput2
#    Ok with 1.3.24?
#    Ok with 1.3.23?
#    Ok with 1.2.3?
#    Ok with 1.5.24?
#    Ok with 1.5.20?
#    Ok with 1.5.15?
#    Ok with 1.5.10?
#    Ok with 1.5.5?
#    Ok with 1.5.4?

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

GOGID="sanitarium"
PREFIX="Sanitarium_gog"
WORKING_WINE_VERSION=""

TITLE="GOG.com - Sanitarium"
SHORTCUT_NAME="Sanitarium"

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

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

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "9ae34606b3ce3ffb893e5e8b191525bc"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


Set_OS win98

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

SHORTCUT_WINDOW="$SHORTCUT_NAME $(eval_gettext '(windowed)')"
POL_Shortcut "sntrm.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut "sntrm.exe" "$SHORTCUT_WINDOW" "$SHORTCUT_NAME.png" "-w" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sanitarium/manual.pdf"
POL_Shortcut_Document "$SHORTCUT_WINDOW" "$GOGROOT/Sanitarium/manual.pdf"

POL_SetupWindow_Close

exit 0

Replies

petch Saturday 14 June 2014 at 20:23
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 : (2011-12-28 18-20)
-# Last revision : (2013-12-15 10-22)
-# Wine version used : 1.5.20, 1.6.1
+# Last revision : (2014-06-14 11-16)
+# Wine version used : 1.5.20, 1.6.1, 1.6.2
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -32,7 +32,7 @@
 
 GOGID="sanitarium"
 PREFIX="Sanitarium_gog"
-WORKING_WINE_VERSION="1.6.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Sanitarium"
 SHORTCUT_NAME="Sanitarium"
@@ -45,7 +45,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "DreamForge Intertainment / XS Games" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "db098bb49f9e8b7f3eefe04667cae316"
+POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "9ae34606b3ce3ffb893e5e8b191525bc"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2011-12-28 18-20)
# Last revision : (2014-06-14 11-16)
# Wine version used : 1.5.20, 1.6.1, 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 :

#    Lockup with 1.3.36 when reaching to top of the stairs
#    Same with 1.3.35
#    Same with 1.3.34
#    Same with 1.3.30
#    Same with 1.4.1
#    Crash with 1.5.3 when reaching to top of the stairs
#    Crash with 1.3.29 when statue "lights up"
#    Same with 1.5.0
#    Heavy flickering with 1.3.27-rawinput2
#    Ok with 1.3.24?
#    Ok with 1.3.23?
#    Ok with 1.2.3?
#    Ok with 1.5.24?
#    Ok with 1.5.20?
#    Ok with 1.5.15?
#    Ok with 1.5.10?
#    Ok with 1.5.5?
#    Ok with 1.5.4?

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

GOGID="sanitarium"
PREFIX="Sanitarium_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Sanitarium"
SHORTCUT_NAME="Sanitarium"

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

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

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "9ae34606b3ce3ffb893e5e8b191525bc"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


Set_OS win98

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

SHORTCUT_WINDOW="$SHORTCUT_NAME $(eval_gettext '(windowed)')"
POL_Shortcut "sntrm.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut "sntrm.exe" "$SHORTCUT_WINDOW" "$SHORTCUT_NAME.png" "-w" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sanitarium/manual.pdf"
POL_Shortcut_Document "$SHORTCUT_WINDOW" "$GOGROOT/Sanitarium/manual.pdf"

POL_SetupWindow_Close

exit 0

Replies