GOG.com - Riven: The sequel to Myst
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Followup of the adventure and logic game Myst, this time Atrus ask your help to save his wife...
Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mercredi 18 Mars 2020 à 21:08 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
Dadu042 | Mercredi 18 Mars 2020 à 21:06 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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" Nouveau code source#!/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 Réponses |
petch | Samedi 14 Juin 2014 à 20:57 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesDownload 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" Nouveau code source#!/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 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com