Вы находитесь здесь

GOG.com - Legend of Grimrock

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 10727
Wine: 1.6.2

Feedbacks

Description

English: Dungeon Master or Eye of the Beholder-like game with modern graphics!
(updated for GOG installer v2)

GOG now has installers for Linux and Mac

Français : L'équivalent de Dungeon Master ou Eye of the Beholder avec des graphismes modernes !
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Linux et Mac

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/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:

Contribute
Member Message
petch Monday 21 July 2014 at 0:31
petch

Information

This update has been approved by the team.

Message

Download 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"

New source code

#!/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

Replies