GOG.com - Legend of Grimrock 2

Informations

Créateur Messages
Wabuo Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 6624
Wine: 1.7.51

Retours d'expérience

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/

Code source

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

Contribuer
Membre Messages
Wabuo Lundi 28 September 2015 à 18:24
Wabuo Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

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"
 

Nouveau code source

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

Réponses

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

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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

Nouveau code source

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

Réponses

Edité par petch