GOG.com - Simon the Sorcerer 2
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Second installment of this adventure game. Sordid is back and wants his revenge on Simon. GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Captures d'écranCode source#!/bin/bash # Date : (2012-05-22 22-47) # Last revision : (2014-06-15 00-13) # Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support # 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="simon_the_sorcerer_2" PREFIX="SimonTheSorcerer2_gog" WORKING_WINE_VERSION="1.6.2-scummvm_support" TITLE="GOG.com - Simon the Sorcerer 2" SHORTCUT_NAME="Simon the Sorcerer 2" 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 1225 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_SetupWindow_VMS "2" cat <<_EOFCFG_ > "$GOGROOT/Simon the Sorcerer 2/simon2.polcfg" [simon2] description=Simon the Sorcerer 2 mute=false subtitles=false gameid=simon2 language=en guioptions=launchNoLoad _EOFCFG_ POL_Shortcut "simon2.polcfg" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Simon the Sorcerer 2/manual.pdf" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Dimanche 15 Juin 2014 à 0:32 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe MessagesDownload hash update Wine upgraded to 1.6.2-scummvm_support (#3735) Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2012-05-22 22-47) -# Last revision : (2013-11-19 21-45) -# Wine version used : 1.4-scummvm_support +# Last revision : (2014-06-15 00-13) +# Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support # 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="simon_the_sorcerer_2" PREFIX="SimonTheSorcerer2_gog" -WORKING_WINE_VERSION="1.4-scummvm_support" +WORKING_WINE_VERSION="1.6.2-scummvm_support" TITLE="GOG.com - Simon the Sorcerer 2" SHORTCUT_NAME="Simon the Sorcerer 2" @@ -26,7 +26,7 @@ POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "f7a5f3a620d951d0d4f9c9bdd0e388a9" +POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Nouveau code source#!/bin/bash # Date : (2012-05-22 22-47) # Last revision : (2014-06-15 00-13) # Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support # 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="simon_the_sorcerer_2" PREFIX="SimonTheSorcerer2_gog" WORKING_WINE_VERSION="1.6.2-scummvm_support" TITLE="GOG.com - Simon the Sorcerer 2" SHORTCUT_NAME="Simon the Sorcerer 2" 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 1225 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adventure Soft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bb5948a86a9325d07ad7052026b09546" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_SetupWindow_VMS "2" cat <<_EOFCFG_ > "$GOGROOT/Simon the Sorcerer 2/simon2.polcfg" [simon2] description=Simon the Sorcerer 2 mute=false subtitles=false gameid=simon2 language=en guioptions=launchNoLoad _EOFCFG_ POL_Shortcut "simon2.polcfg" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Simon the Sorcerer 2/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