GOG.com - Riven: The sequel to Myst

Informatie

Creator Bericht
petch

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 12175
Wine: 2.22

Feedbacks

Omschrijving

English: Followup of the adventure and logic game Myst, this time Atrus ask your help to save his wife...
(updated for GOG installer v2)

Français : Suite du jeu d'aventure/logique Myst, cette fois Atrus demande votre aide pour libérer sa femme...
(mis à jour pour l'installeur GOG v2)

Broncode

#!/bin/bash
# Date : (2012-02-25 23-27)
# Last revision : (2014-06-14 20-29)
# Wine version used : 1.4.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 :

# Seems to work ok with and without QT Lite - your choice

# CHANGELOG
# [Pierre Etchemaite] (2012-02-25 23-27)
#   Initial script.
# [Dadu042] (2020-03-18 11:10)
#   Wine 1.6.2 (outdated) -> 2.22

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

GOGID="riven_the_sequel_to_myst"
PREFIX="Riven_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Riven: The sequel to Myst"
SHORTCUT_NAME="Riven: The sequel to Myst"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1074
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Cyan Worlds / Cyan Inc" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "27b5e91662ac661b0a825bdd5a68c9c8"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "2" # "640x480 16bit"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Riven.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Riven - The Sequel to Myst/manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Woensdag 18 Maart 2020 om 21:08
Dadu042

Information

This update has been approved by the team.

Differences

@@ -21,7 +21,7 @@
 
 GOGID="riven_the_sequel_to_myst"
 PREFIX="Riven_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Riven: The sequel to Myst"
 SHORTCUT_NAME="Riven: The sequel to Myst"

New source code

#!/bin/bash
# Date : (2012-02-25 23-27)
# Last revision : (2014-06-14 20-29)
# Wine version used : 1.4.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 :

# Seems to work ok with and without QT Lite - your choice

# CHANGELOG
# [Pierre Etchemaite] (2012-02-25 23-27)
#   Initial script.
# [Dadu042] (2020-03-18 11:10)
#   Wine 1.6.2 (outdated) -> 2.22

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

GOGID="riven_the_sequel_to_myst"
PREFIX="Riven_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Riven: The sequel to Myst"
SHORTCUT_NAME="Riven: The sequel to Myst"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1074
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Cyan Worlds / Cyan Inc" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "27b5e91662ac661b0a825bdd5a68c9c8"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "2" # "640x480 16bit"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Riven.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Riven - The Sequel to Myst/manual.pdf"

POL_SetupWindow_Close

exit 0

Antwoorden

Dadu042 Woensdag 18 Maart 2020 om 21:06
Dadu042

Warning

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

Differences

@@ -10,6 +10,12 @@
 
 # Seems to work ok with and without QT Lite - your choice
 
+# CHANGELOG
+# [Pierre Etchemaite] (2012-02-25 23-27)
+#   Initial script.
+# [Dadu042] (2020-03-18 11:10)
+#   Wine 1.6.2 (outdated) -> 2.22
+
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 

New source code

#!/bin/bash
# Date : (2012-02-25 23-27)
# Last revision : (2014-06-14 20-29)
# Wine version used : 1.4.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 :

# Seems to work ok with and without QT Lite - your choice

# CHANGELOG
# [Pierre Etchemaite] (2012-02-25 23-27)
#   Initial script.
# [Dadu042] (2020-03-18 11:10)
#   Wine 1.6.2 (outdated) -> 2.22

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

GOGID="riven_the_sequel_to_myst"
PREFIX="Riven_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Riven: The sequel to Myst"
SHORTCUT_NAME="Riven: The sequel to Myst"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1074
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Cyan Worlds / Cyan Inc" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "27b5e91662ac661b0a825bdd5a68c9c8"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "2" # "640x480 16bit"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Riven.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Riven - The Sequel to Myst/manual.pdf"

POL_SetupWindow_Close

exit 0

Antwoorden

petch Zaterdag 14 Juni\ 2014 om 20:57
petch

Warning

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

Bericht

Download hash update

Upgrade Wine to version 1.6.2 (#3735)

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-02-25 23-27)
-# Last revision : (2013-12-08 21-47)
-# Wine version used : 1.4.1
+# Last revision : (2014-06-14 20-29)
+# Wine version used : 1.4.1, 1.6.2
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -15,7 +15,7 @@
 
 GOGID="riven_the_sequel_to_myst"
 PREFIX="Riven_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Riven: The sequel to Myst"
 SHORTCUT_NAME="Riven: The sequel to Myst"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Cyan Worlds / Cyan Inc" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "0798cd969e13ab0c8bf7919d0d7f8baa"
+POL_Call POL_GoG_setup "$GOGID" "27b5e91662ac661b0a825bdd5a68c9c8"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2012-02-25 23-27)
# Last revision : (2014-06-14 20-29)
# Wine version used : 1.4.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 :

# Seems to work ok with and without QT Lite - your choice

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

GOGID="riven_the_sequel_to_myst"
PREFIX="Riven_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Riven: The sequel to Myst"
SHORTCUT_NAME="Riven: The sequel to Myst"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1074
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Cyan Worlds / Cyan Inc" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "27b5e91662ac661b0a825bdd5a68c9c8"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "2" # "640x480 16bit"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Riven.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Riven - The Sequel to Myst/manual.pdf"

POL_SetupWindow_Close

exit 0

Antwoorden