GOG.com - Sherlock Holmes: Secret of the Silver Earring
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionEnglish: Holmes and Watson must investigate the murder of Sir Melvyn Bromsby at Sherringford Hall. Bromsby's daughter Lavinia is among the suspects.
Source code#!/bin/bash # Date : (2012-11-18 14-37) # 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] (2012-11-18 14-37) # Initial script. # [Pierre Etchemaite] (2014-06-15 19-11) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-22 21:00). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sherlock_holmes_secret_of_the_silver_earring" PREFIX="SherlockHolmesSOTSE_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sherlock Holmes: Secret of the Silver Earring" SHORTCUT_NAME="Sherlock Holmes: Secret of the Silver Earring" 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 1471 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frogwares" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e15e72f7021bc85f511dbcd87178d7ef" 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 "game.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/manual.pdf" POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/" || exit 1 TITLE="$TITLE" POL_Wine setup.exe exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Wednesday 22 April 2020 at 21:16 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,19 +1,28 @@ #!/bin/bash # Date : (2012-11-18 14-37) -# Last revision : (2014-06-15 19-11) -# Wine version used : 1.4.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 : - +# +# CHANGELOG +# [Pierre Etchemaite] (2012-11-18 14-37) +# Initial script. +# [Pierre Etchemaite] (2014-06-15 19-11) +# Script updated for GOG's installer v2 ?. +# [Dadu042] (2020-04-22 21:00). +# Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2) + + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sherlock_holmes_secret_of_the_silver_earring" PREFIX="SherlockHolmesSOTSE_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sherlock Holmes: Secret of the Silver Earring" SHORTCUT_NAME="Sherlock Holmes: Secret of the Silver Earring" New source code#!/bin/bash # Date : (2012-11-18 14-37) # 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] (2012-11-18 14-37) # Initial script. # [Pierre Etchemaite] (2014-06-15 19-11) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-22 21:00). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sherlock_holmes_secret_of_the_silver_earring" PREFIX="SherlockHolmesSOTSE_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sherlock Holmes: Secret of the Silver Earring" SHORTCUT_NAME="Sherlock Holmes: Secret of the Silver Earring" 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 1471 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frogwares" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e15e72f7021bc85f511dbcd87178d7ef" 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 "game.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/manual.pdf" POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/" || exit 1 TITLE="$TITLE" POL_Wine setup.exe exit 0 _EOF_ exit 0 Replies |
petch | Sunday 15 June 2014 at 19:15 |
petch
|
WarningThis update has not been approved yet by the team. MessageDownload hash update Upgrade Wine to version 1.6.2 (#3735) Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2012-11-18 14-37) -# Last revision : (2013-11-08 19-39) -# Wine version used : 1.4.1 +# Last revision : (2014-06-15 19-11) +# 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 @@ -13,7 +13,7 @@ GOGID="sherlock_holmes_secret_of_the_silver_earring" PREFIX="SherlockHolmesSOTSE_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Sherlock Holmes: Secret of the Silver Earring" SHORTCUT_NAME="Sherlock Holmes: Secret of the Silver Earring" @@ -26,7 +26,7 @@ POL_SetupWindow_presentation "$TITLE" "Frogwares" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "710eb1a1d9730ff8baa27ab2c81c6243" +POL_Call POL_GoG_setup "$GOGID" "e15e72f7021bc85f511dbcd87178d7ef" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" @@ -63,4 +63,4 @@ exit 0 _EOF_ -exit 0 +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2012-11-18 14-37) # Last revision : (2014-06-15 19-11) # 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 : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sherlock_holmes_secret_of_the_silver_earring" PREFIX="SherlockHolmesSOTSE_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Sherlock Holmes: Secret of the Silver Earring" SHORTCUT_NAME="Sherlock Holmes: Secret of the Silver Earring" 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 1471 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frogwares" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e15e72f7021bc85f511dbcd87178d7ef" 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 "game.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/manual.pdf" POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sherlock Holmes - Secret of the Silver Earring/" || exit 1 TITLE="$TITLE" POL_Wine setup.exe exit 0 _EOF_ exit 0 Replies |
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