GOG.com - Legend of Grimrock
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Dungeon Master or Eye of the Beholder-like game with modern graphics! GOG now has installers for Linux and Mac GOG propose maintenant des installeurs pour Linux et Mac Captures d'écranCode source#!/bin/bash # Date : (2012-05-14 21-36) # Last revision : (2014-07-20 23-30) # 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="legend_of_grimrock" PREFIX="LegendOfGrimrock_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Legend of Grimrock" SHORTCUT_NAME="Legend of Grimrock" 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 1193 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "41cafc6356606b1c62f8305d7110aaa4" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Call POL_Install_d3dx9 POL_Call POL_Install_xact POL_Wine_OverrideDLL builtin d3dx9_43 # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "grimrock.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock/legend_of_grimrock_manual.pdf" # C:\GOG Games\Legend of Grimrock/legend_of_grimrock_map.pdf POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Lundi 21 Juillet 2014 à 0:31 |
petch
|
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-05-14 21-36) -# Last revision : (2013-03-25 23-45) -# Wine version used : 1.4.1 +# Last revision : (2014-07-20 23-30) +# 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="legend_of_grimrock" PREFIX="LegendOfGrimrock_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Legend of Grimrock" SHORTCUT_NAME="Legend of Grimrock" @@ -26,7 +26,7 @@ POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "a0b4f21a2ffd3230f9fde6cef4987300" +POL_Call POL_GoG_setup "$GOGID" "41cafc6356606b1c62f8305d7110aaa4" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Nouveau code source#!/bin/bash # Date : (2012-05-14 21-36) # Last revision : (2014-07-20 23-30) # 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="legend_of_grimrock" PREFIX="LegendOfGrimrock_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Legend of Grimrock" SHORTCUT_NAME="Legend of Grimrock" 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 1193 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "41cafc6356606b1c62f8305d7110aaa4" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Call POL_Install_d3dx9 POL_Call POL_Install_xact POL_Wine_OverrideDLL builtin d3dx9_43 # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "grimrock.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock/legend_of_grimrock_manual.pdf" # C:\GOG Games\Legend of Grimrock/legend_of_grimrock_map.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