GOG.com - Darkstone

Informatie

Creator Bericht
petch

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 8675
Wine: 2.22

Feedbacks

Omschrijving

English: Nice hack'n'slash with randomly generated dungeons, and interesting classes and spells.
Known issue:
- Videos are not displayed.
(updated for GOG installer v2)

Français : Bon hack'n'slash avec des donjons générés aléatoirement, et des classes et des sorts intéressants.
Problème connu:
- Les vidéos ne sont pas jouées.
(mis à jour pour l'installeur GOG v2)

Schermafdrukken

MiniatureMiniatureMiniature

Broncode

#!/bin/bash
# Date : (2012-08-04 18-10)
# Last revision : (2013-12-27 00-16)
# Wine version used : 1.5.5, 1.6.1
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-08-04 18-10)
#   Initial script, for the GOG release.
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.6.1 -> 2.22
#   Force Arch x86.

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

GOGID="darkstone"
PREFIX="Darkstone_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Darkstone"
SHORTCUT_NAME="Darkstone"

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

POL_SetupWindow_presentation "$TITLE" "Delphine Software International / VectorCell" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "aa49088df618fc83b9d25ff72ec387a2"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# native devenum => black screen!
POL_Call POL_Install_quartz
POL_Call POL_Install_amstream
POL_Call POL_Install_wmp9

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "8"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Darkstone.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-32bit" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Darkstone/Manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zaterdag 25 Januari 2020 om 12:29
Dadu042

Information

This update has been approved by the team.

Differences

@@ -7,13 +7,20 @@
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-08-04 18-10)
+#   Initial script, for the GOG release.
+# [Dadu042] (2020-01-25 11:10)
+#   Wine 1.6.1 -> 2.22
+#   Force Arch x86.
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="darkstone"
 PREFIX="Darkstone_gog"
-WORKING_WINE_VERSION="1.6.1"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Darkstone"
 SHORTCUT_NAME="Darkstone"
@@ -29,6 +36,7 @@
 POL_Call POL_GoG_setup "$GOGID" "aa49088df618fc83b9d25ff72ec387a2"
 
 POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
 # native devenum => black screen!

New source code

#!/bin/bash
# Date : (2012-08-04 18-10)
# Last revision : (2013-12-27 00-16)
# Wine version used : 1.5.5, 1.6.1
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-08-04 18-10)
#   Initial script, for the GOG release.
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.6.1 -> 2.22
#   Force Arch x86.

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

GOGID="darkstone"
PREFIX="Darkstone_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Darkstone"
SHORTCUT_NAME="Darkstone"

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

POL_SetupWindow_presentation "$TITLE" "Delphine Software International / VectorCell" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "aa49088df618fc83b9d25ff72ec387a2"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# native devenum => black screen!
POL_Call POL_Install_quartz
POL_Call POL_Install_amstream
POL_Call POL_Install_wmp9

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "8"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Darkstone.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-32bit" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Darkstone/Manual.pdf"

POL_SetupWindow_Close

exit 0

Antwoorden

Patsche Vrijdag 6 Maart 2015 om 12:54
Patsche Anonymous

Bericht

I use Debian 8 with the free radeon driver, but the game dont't work. I can install it and I can start a new game, but then i get a blackscreen. The game runs but i can not see anything.

Antwoorden

Vrijdag 6 Maart 2015 om 18:06
I think that you may need to either install libtxc-dxtn-s2tc:i386

or disable GLSL from the Configure menu's "Display tab".

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