GOG.com - Baldur's Gate II Complete

Informations

Creator Mensajes
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 18817
Wine: 2.22

Feedbacks

Description

English: Second installment of the famous cRPG from Bioware, including its expansion Throne of Bhaal
Note: game has now official Linux and Mac installers
GOG now has installers for Linux and Mac


Français : Deuxième épisode du célèbre cRPG de Bioware, avec son extension Throne of Bhaal
Remarque : ce jeu a désormais des installateurs officiels pour Linux et Mac
GOG propose maintenant des installeurs pour Linux et Mac


Relevant patch installers:
- Infinity Engine widescreen mod

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-05-12 14-11)
# Last revision : see changelog
# Wine version used : 2.22
# 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-05-12 14-11)
#   Initial script.
# [Pierre Etchemaite] (2014-01-31 23-06)
#   ? Wine 1.4.1 -> 1.6.2 ?
# [Dadu042] (2020-01-19 13:50)
#   Wine 1.6.2 -> 2.22
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="baldurs_gate_2_complete"
PREFIX="BaldursGate2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Baldur's Gate II Complete"
SHORTCUT_NAME="Baldur's Gate II"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/BG2/top.jpg" "http://files.playonlinux.com/resources/setups/BG2/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1182
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" "e6e71dc71a4dd15571bf1995e3427377" "609d4020f2acfd2a3195c70608fdea54" "ddb6e622e1254b5e9fd18137910ccaed"

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 "BGMain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Baldur's Gate 2/manual.pdf"
# C:\GOG Games\Baldur's Gate 2\Readme.txt
# C:\GOG Games\Baldur's Gate 2\Readme_addon.txt

#POL_Shortcut "CharView.exe" "$SHORTCUT_NAME - Character Viewer" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"

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/Baldur's Gate 2/" || exit 1

TITLE="$TITLE"

POL_SetupWindow_Init

POL_Wine BGConfig.exe
POL_Call POL_Configurator_runparts

POL_SetupWindow_Close
exit 0
_EOF_

exit 0

Contributions

Filters:

Contribute
Member Mensajes
Dadu042 Monday 20 January 2020 at 23:08
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,27 @@
 #!/bin/bash
 # Date : (2012-05-12 14-11)
-# Last revision : (2014-01-31 23-06)
-# Wine version used : 1.4.1, 1.6.2
+# Last revision : see changelog
+# Wine version used : 2.22
 # 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-05-12 14-11)
+#   Initial script.
+# [Pierre Etchemaite] (2014-01-31 23-06)
+#   ? Wine 1.4.1 -> 1.6.2 ?
+# [Dadu042] (2020-01-19 13:50)
+#   Wine 1.6.2 -> 2.22
+ 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="baldurs_gate_2_complete"
 PREFIX="BaldursGate2_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Baldur's Gate II Complete"
 SHORTCUT_NAME="Baldur's Gate II"

New source code

#!/bin/bash
# Date : (2012-05-12 14-11)
# Last revision : see changelog
# Wine version used : 2.22
# 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-05-12 14-11)
#   Initial script.
# [Pierre Etchemaite] (2014-01-31 23-06)
#   ? Wine 1.4.1 -> 1.6.2 ?
# [Dadu042] (2020-01-19 13:50)
#   Wine 1.6.2 -> 2.22
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="baldurs_gate_2_complete"
PREFIX="BaldursGate2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Baldur's Gate II Complete"
SHORTCUT_NAME="Baldur's Gate II"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/BG2/top.jpg" "http://files.playonlinux.com/resources/setups/BG2/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1182
POL_Debug_Init

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

POL_Call POL_GoG_setup "$GOGID" "e6e71dc71a4dd15571bf1995e3427377" "609d4020f2acfd2a3195c70608fdea54" "ddb6e622e1254b5e9fd18137910ccaed"

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 "BGMain.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Baldur's Gate 2/manual.pdf"
# C:\GOG Games\Baldur's Gate 2\Readme.txt
# C:\GOG Games\Baldur's Gate 2\Readme_addon.txt

#POL_Shortcut "CharView.exe" "$SHORTCUT_NAME - Character Viewer" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"

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/Baldur's Gate 2/" || exit 1

TITLE="$TITLE"

POL_SetupWindow_Init

POL_Wine BGConfig.exe
POL_Call POL_Configurator_runparts

POL_SetupWindow_Close
exit 0
_EOF_

exit 0

Respuestas

Patsche Thursday 11 December 2014 at 17:23
Patsche Anonymous

Mensajes

I have tested the gameversion from GOG.com (BGII-Complete) and it only works with a solution lower than 800x600. If I activate 3D and a solution of 1024x768 it jerks very heavy. It is unplayable. I have tested it with Debian Jessie (8) and 2 machines. One machine had a Intel Card (IntelMHD4500) and one machine had an amd card (RV730/M96 [Mobility Radeon HD 4650/5165]) with free radeon driver.

But there is one solution. With wine in version 1.7.12 and 1.7.32 it just works fine. I gave a feedback in the winehqappdb too.

 

 

Respuestas