GOG.com - Icewind Dale II Complete

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 14248
Wine: 1.6.2

Feedbacks

Description

English: Another great cRPG by Black Isle, with its Adventure Pack extension.
(updated for GOG installer v2)

GOG now has installers for Mac

Français : Un autre bon cRPG par Black Isle, avec son extension Adventure Pack.
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Mac

Relevant patch installers:
- Infinity Engine widescreen mod

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-05-19 12-38)
# Last revision : (2014-02-02 13-34)
# 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="icewind_dale_2"
PREFIX="IcewindDale2_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - Icewind Dale II Complete"
SHORTCUT_NAME="Icewind Dale II"

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

POL_SetupWindow_presentation "$TITLE" "Black Isle Studios / Hasbro Inc." "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "40df734de7f050433fabb91a9f75bde8"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "4"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "IWD2.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Icewind Dale II/README.htm"

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="-all"

POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/GOG Games/Icewind Dale II/" || exit 1
TITLE="$TITLE"

POL_SetupWindow_Init

POL_Wine Config.exe

POL_Call POL_Configurator_runparts

POL_SetupWindow_Close
exit 0
_EOF_

exit 0

Contributions

Filters:

Contribute
Member Message
nexter Saturday 29 September 2018 at 17:26
nexter Anonymous

Message

Yeah, the gog installer seems to crash every time I try to install with this script. Not sure if it's because of the script or something else, but just wanted to let you know.

I'm on Q4OS (debian based).

Replies