GOG.com - Darkstone
Informations
Créateur | Messages |
---|---|
petch
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionEnglish: Nice hack'n'slash with randomly generated dungeons, and interesting classes and spells.
Captures d'écranCode 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:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 12:29 |
Dadu042
|
InformationCette 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
|
MessagesI 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éponsesVendredi 6 Mars 2015 à 18:06
|
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