GOG.com - Still Life

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8290
Wine: System

Feedbacks

Description

English: Adventure game where you play an FBI agent.
(updated for GOG installer v2)

GOG now has installers for Mac

Appdb.winehq.org

 

Français : Jeu d'aventure où vous jouez un agent du FBI.
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Mac

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-06-17 10-47)
# Last revision : (2013-12-21 00-47)
# Wine version used : 1.4.1, 1.5.5, 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-06-17 10-47)
#   Initial script.
# [Dadu042] (2020-02-02 21:40)
#   Wne 1.6.2 -> system

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

GOGID="still_life"
PREFIX="StillLife_gog"

TITLE="GOG.com - Still Life"
SHORTCUT_NAME="Still Life"

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

POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "130a60446434e68dacb4bed552baa784"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate 

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "StillLife.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Still Life/MANUAL.pdf"
# C:\GOG Games\Still Life\ReadMe.txt
# C:\GOG Games\Still Life\walkthrough.pdf

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Tuesday 4 February 2020 at 22:38
Dadu042

Information

This update has been approved by the team.

Differences

@@ -7,13 +7,18 @@
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-06-17 10-47)
+#   Initial script.
+# [Dadu042] (2020-02-02 21:40)
+#   Wne 1.6.2 -> system
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="still_life"
 PREFIX="StillLife_gog"
-WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Still Life"
 SHORTCUT_NAME="Still Life"
@@ -29,7 +34,7 @@
 POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "130a60446434e68dacb4bed552baa784"
 
 POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+POL_Wine_PrefixCreate 
 
 POL_Call POL_GoG_install
 

New source code

#!/bin/bash
# Date : (2012-06-17 10-47)
# Last revision : (2013-12-21 00-47)
# Wine version used : 1.4.1, 1.5.5, 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-06-17 10-47)
#   Initial script.
# [Dadu042] (2020-02-02 21:40)
#   Wne 1.6.2 -> system

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

GOGID="still_life"
PREFIX="StillLife_gog"

TITLE="GOG.com - Still Life"
SHORTCUT_NAME="Still Life"

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

POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "130a60446434e68dacb4bed552baa784"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate 

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "StillLife.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Still Life/MANUAL.pdf"
# C:\GOG Games\Still Life\ReadMe.txt
# C:\GOG Games\Still Life\walkthrough.pdf

POL_SetupWindow_Close

exit 0

Replies

petch Tuesday 10 June 2014 at 20:29
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-06-17 10-47)
 # Last revision : (2013-12-21 00-47)
-# Wine version used : 1.4.1, 1.5.5
+# Wine version used : 1.4.1, 1.5.5, 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="still_life"
 PREFIX="StillLife_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Still Life"
 SHORTCUT_NAME="Still Life"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "bee4d6e749af24c412565eb36d680d90"
+POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "130a60446434e68dacb4bed552baa784"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2012-06-17 10-47)
# Last revision : (2013-12-21 00-47)
# Wine version used : 1.4.1, 1.5.5, 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="still_life"
PREFIX="StillLife_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Still Life"
SHORTCUT_NAME="Still Life"

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

POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "130a60446434e68dacb4bed552baa784"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "StillLife.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Still Life/MANUAL.pdf"
# C:\GOG Games\Still Life\ReadMe.txt
# C:\GOG Games\Still Life\walkthrough.pdf

POL_SetupWindow_Close

exit 0

Replies