Vous êtes ici
GOG.com - Still Life
Informations
Créateur | Messages |
---|---|
petch
![]() Développeur
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Adventure game where you play an FBI agent. GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Captures d'écranCode source#!/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 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Mardi 10 Juin 2014 à 20:29 |
petch
![]() Développeur
|
InformationCette mise à jour a été acceptée par l'équipe MessagesDownload 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" Nouveau code source#!/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 Réponses |