GOG.com - Legend of Grimrock 2

Informations

Creator Message
Wabuo Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 6625
Wine: 1.7.51

Feedbacks

Description

Legend of Grimrock 2 is a dungeon crawling role playing game with a modern execution but an oldschool heart. A group of four prisoners have shipwrecked on the secluded Isle of Nex.

The island is filled with ancient crumbled ruins, mysterious shrines and a vast underground network of dungeons and mines. If the prisoners wish to make it out alive, they have to overcome the challenges devised by the ominous mastermind of the island.

 
The install script was build with this tutorial: http://www.gamersonlinux.com/forum/threads/the-witcher-2-guide.612/

Source code

#!/bin/bash
# Date : (2015-09-28 71-06)          # Year-month-day hour-min
# Last revision : (2015-09-28 71-06)
# Wine version used : 1.7.51, 1.7.5
# Distribution used to test : Arch
# Author : Wabuo spam.wabuo@googlemail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="legend_of_grimrock_2"
PREFIX="LegendOfGrimrock_2_gog"
#WORKING_WINE_VERSION="1.7.51"

TITLE="GOG.com - Legend of Grimrock"
SHORTCUT_NAME="Legend of Grimrock 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 2622
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Wabuo" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_message "$(eval_gettext 'At the end of the install progres there will appear few error messages; just ignore them!')"

POL_Call POL_GoG_install "/NOGUI /SILENT /SUPPRESSMSGBOXES"


POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_gdiplus
POL_Call POL_Install_vcrun2005

# GoG work!
Set_OS win7

POL_SetupWindow_VMS "256"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "grimrock2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock II/Legend of Grimrock 2 Manual.pdf"
# C:\GOG Games\Legend of Grimrock II/

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
Wabuo Monday 28 September 2015 at 18:24
Wabuo Anonymous

Information

This update has been approved by the team.

Message

translation stuf

Differences

@@ -31,7 +31,7 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
-POL_SetupWindow_message "At the end of the install progres there will appear few error messages; just ignore them!"
+POL_SetupWindow_message "$(eval_gettext 'At the end of the install progres there will appear few error messages; just ignore them!')"
 
 POL_Call POL_GoG_install "/NOGUI /SILENT /SUPPRESSMSGBOXES"
 

New source code

#!/bin/bash
# Date : (2015-09-28 71-06)          # Year-month-day hour-min
# Last revision : (2015-09-28 71-06)
# Wine version used : 1.7.51, 1.7.5
# Distribution used to test : Arch
# Author : Wabuo spam.wabuo@googlemail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="legend_of_grimrock_2"
PREFIX="LegendOfGrimrock_2_gog"
#WORKING_WINE_VERSION="1.7.51"

TITLE="GOG.com - Legend of Grimrock"
SHORTCUT_NAME="Legend of Grimrock 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 2622
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Wabuo" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_message "$(eval_gettext 'At the end of the install progres there will appear few error messages; just ignore them!')"

POL_Call POL_GoG_install "/NOGUI /SILENT /SUPPRESSMSGBOXES"


POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_gdiplus
POL_Call POL_Install_vcrun2005

# GoG work!
Set_OS win7

POL_SetupWindow_VMS "256"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "grimrock2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock II/Legend of Grimrock 2 Manual.pdf"
# C:\GOG Games\Legend of Grimrock II/

POL_SetupWindow_Close

exit 0

Replies

Monday 28 September 2015 at 19:07
Oops, you're right!
Wabuo Monday 28 September 2015 at 17:07
Wabuo Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

I forgot to ad the script ... *shame on me*

Differences

@@ -0,0 +1,57 @@
+#!/bin/bash
+# Date : (2015-09-28 71-06)          # Year-month-day hour-min
+# Last revision : (2015-09-28 71-06)
+# Wine version used : 1.7.51, 1.7.5
+# Distribution used to test : Arch
+# Author : Wabuo spam.wabuo@googlemail.com
+# Script licence : GPL v.2
+# Program licence : Retail
+# Depend :
+
+[ -z "$PLAYONLINUX" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+GOGID="legend_of_grimrock_2"
+PREFIX="LegendOfGrimrock_2_gog"
+#WORKING_WINE_VERSION="1.7.51"
+
+TITLE="GOG.com - Legend of Grimrock"
+SHORTCUT_NAME="Legend of Grimrock 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 2622
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Wabuo" "$PREFIX"
+
+POL_Call POL_GoG_setup "$GOGID"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_SetupWindow_message "At the end of the install progres there will appear few error messages; just ignore them!"
+
+POL_Call POL_GoG_install "/NOGUI /SILENT /SUPPRESSMSGBOXES"
+
+
+POL_Call POL_Install_dxfullsetup
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_vcrun2005
+
+# GoG work!
+Set_OS win7
+
+POL_SetupWindow_VMS "256"
+
+# Doesn't hurt ;)
+POL_Wine_reboot
+
+POL_Shortcut "grimrock2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
+POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock II/Legend of Grimrock 2 Manual.pdf"
+# C:\GOG Games\Legend of Grimrock II/
+
+POL_SetupWindow_Close
+
+exit 0

New source code

#!/bin/bash
# Date : (2015-09-28 71-06)          # Year-month-day hour-min
# Last revision : (2015-09-28 71-06)
# Wine version used : 1.7.51, 1.7.5
# Distribution used to test : Arch
# Author : Wabuo spam.wabuo@googlemail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="legend_of_grimrock_2"
PREFIX="LegendOfGrimrock_2_gog"
#WORKING_WINE_VERSION="1.7.51"

TITLE="GOG.com - Legend of Grimrock"
SHORTCUT_NAME="Legend of Grimrock 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 2622
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Almost Human" "http://www.gog.com/gamecard/$GOGID" "Wabuo" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_message "At the end of the install progres there will appear few error messages; just ignore them!"

POL_Call POL_GoG_install "/NOGUI /SILENT /SUPPRESSMSGBOXES"


POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_gdiplus
POL_Call POL_Install_vcrun2005

# GoG work!
Set_OS win7

POL_SetupWindow_VMS "256"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "grimrock2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legend of Grimrock II/Legend of Grimrock 2 Manual.pdf"
# C:\GOG Games\Legend of Grimrock II/

POL_SetupWindow_Close

exit 0

Replies

Edited by petch