GOG.com - Forgotten Realms: Demon Stone

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8148
Wine: 1.6.2

Feedbacks

Description

English: hack'n'slash game with slight rpg elements; Particularity: you have a party of 3 heroes, and can take the control of any of the three at any point.
(updated for GOG installer v2)

Français : Un jeu "hack'n'slash" avec un soupçon de RPG; Une particularité, vous dirigez une équipe de 3 héros, et vous pouvez à tout moment prendre le contrôle de l'un des trois.
(mis à jour pour l'installeur GOG v2)

Source code

#!/bin/bash
# Date : (2012-01-08 10-18)
# Last revision : (2014-08-04 17-18)
# 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="forgotten_realms_demon_stone"
PREFIX="DemonStone_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Forgotten Realms: Demon Stone"
SHORTCUT_NAME="Forgotten Realms: Demon Stone"

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 1037
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "64"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "demonlaunch.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Demon Stone/manual.pdf"
# C:\GOG Games\Demon Stone\Readme.txt

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
petch Tuesday 5 August 2014 at 0:09
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-01-08 10-18)
-# Last revision : (2013-05-22 19-24)
-# Wine version used : 1.4.1
+# Last revision : (2014-08-04 17-18)
+# 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="forgotten_realms_demon_stone"
 PREFIX="DemonStone_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - Forgotten Realms: Demon Stone"
 SHORTCUT_NAME="Forgotten Realms: Demon Stone"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "0c0862a26cdddc8f9f113381bf67e4b8"
+POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

New source code

#!/bin/bash
# Date : (2012-01-08 10-18)
# Last revision : (2014-08-04 17-18)
# 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="forgotten_realms_demon_stone"
PREFIX="DemonStone_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Forgotten Realms: Demon Stone"
SHORTCUT_NAME="Forgotten Realms: Demon Stone"

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 1037
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "64"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "demonlaunch.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Demon Stone/manual.pdf"
# C:\GOG Games\Demon Stone\Readme.txt

POL_SetupWindow_Close

exit 0

Replies