GOG.com - Darkstone

Informations

Créateur Messages
petch

Attention

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

Informations

Plate-formes :
Téléchargements : 8664
Wine: 2.22

Retours d'expérience

Description

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)

Captures d'écran

MiniatureMiniatureMiniature

Code source

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

Contribuer
Membre Messages
Dadu042 Samedi 25 Janvier 2020 à 12:29
Dadu042

Information

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

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!

Nouveau code source

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

Réponses

Patsche Vendredi 6 Mars 2015 à 12:54
Patsche Anonymous

Messages

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.

Réponses

Vendredi 6 Mars 2015 à 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