GOG.com - Divine Divinity

Informations

Créateur Messages
petch

Information

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

Informations

Plate-formes :
Téléchargements : 11697
Wine: 1.6.2

Retours d'expérience

Description

English: Divine Divinity is a good action-rpg, with 3 classes to choose from and a huge world to explore...
(updated for GOG installer v2)

Français : Divine Divinity est un RPG d'action de très bonne facture, avec un choix initial parmi trois classes et un vaste monde à explorer...
(mis à jour pour l'installeur GOG v2)

Code source

#!/bin/bash
# Date : (2011-12-23 23-13)
# Last revision : (2014-02-08 18-22)
# Wine version used : 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="divine_divinity"
PREFIX="DivineDivinity_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Divine Divinity"
SHORTCUT_NAME="Divine Divinity"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1025
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "3798d48f04a7a8444fd9f4c32b75b41d"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "8"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "div.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Divine Divinity/manual.pdf"
# C:\GOG Games\Divine Divinity\ReadMe.txt
# C:\GOG Games\Divine Divinity\story.pdf

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG=""

POL_LoadVar_PROGRAMFILES

cd "$GOGROOT/Divine Divinity/" || exit 1

POL_Wine configtool.exe

exit 0
_EOF_

exit 0

Contributions

Filters:

Contribuer
Membre Messages
piratmartin Mardi 25 Octobre 2016 à 12:51
piratmartin Anonymous

Messages

All is OK.

Réponses

Psy-Q Vendredi 10 Juin 2016 à 10:21
Psy-Q

Messages

The installer itself runs, but in the end WINE crashes with error in POL_Wine. The prefix is created, but it isn't listed POL's application list because the point where it asks you to create shortcuts is never reached. Tested with POL 4.2.10. The backtrace is at:

https://gist.github.com/psy-q/111d265dd450078909a57e0bd0b00551

WineHQ lists no issues with this game.

 

Réponses