GOG.com - Blood 2: The Chosen and The Nightmare Levels

Informations

Creator Meddelanden
visitntx Anonymous

Warning

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

Informations

Platforms:
Downloads: 7870
Wine: 4.0.4

Feedbacks

Description

Tale the role of caleb, a man that came from the deads to take revange against in the first and that now has to take down a dangerous new enemy. Classic Monolith First Person Shooter.

Source code

#!/bin/bash
# Date : (2013-09-07)
# Last Revision : 
# Wine version used :
# Distribution used to test : Debian Jessie (Testing repositories)
# Author : VisitntX visitntx@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [VisitntX] (2013-09-07)
#   Initial script.
# [Dadu042] (2020-04-30 10-00)
#   Wine 4.1 -> 4.0.4 (more common)
#

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="blood_2_the_chosen_expansion"
PREFIX="Blood2TheChosen_gog"
WORKING_WINE_VERSION="4.0.4"

TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels"
SHORTCUT_NAME="Blood 2 - The Chosen"

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_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install

# Setting Windows Version
Set_OS winxp

# Cleaning Wine by rebooting
POL_Wine_reboot

POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribute
Member Meddelanden
smallmj Monday 25 May 2020 at 21:42
smallmj Anonymous

Meddelanden

Seems to run fine, but POL tells me that it crashed when I hit LAUNCH on the launcher.  I just close the POL crash notification and things seem OK.  Haven't played much yet, but no problems so far

Svar

Dadu042 Thursday 30 April 2020 at 10:35
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,26 @@
 #!/bin/bash
 # Date : (2013-09-07)
-# Last Revision : (2013-09-07 11:06)
-# Wine version used : 1.4.1
+# Last Revision : 
+# Wine version used :
 # Distribution used to test : Debian Jessie (Testing repositories)
 # Author : VisitntX visitntx@gmail.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [VisitntX] (2013-09-07)
+#   Initial script.
+# [Dadu042] (2020-04-30 10-00)
+#   Wine 4.1 -> 4.0.4 (more common)
+#
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="blood_2_the_chosen_expansion"
 PREFIX="Blood2TheChosen_gog"
-WORKING_WINE_VERSION="4.1"
+WORKING_WINE_VERSION="4.0.4"
 
 TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels"
 SHORTCUT_NAME="Blood 2 - The Chosen"

New source code

#!/bin/bash
# Date : (2013-09-07)
# Last Revision : 
# Wine version used :
# Distribution used to test : Debian Jessie (Testing repositories)
# Author : VisitntX visitntx@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [VisitntX] (2013-09-07)
#   Initial script.
# [Dadu042] (2020-04-30 10-00)
#   Wine 4.1 -> 4.0.4 (more common)
#

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="blood_2_the_chosen_expansion"
PREFIX="Blood2TheChosen_gog"
WORKING_WINE_VERSION="4.0.4"

TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels"
SHORTCUT_NAME="Blood 2 - The Chosen"

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_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install

# Setting Windows Version
Set_OS winxp

# Cleaning Wine by rebooting
POL_Wine_reboot

POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf"

POL_SetupWindow_Close

exit

Svar

Lemonjuice Wednesday 6 February 2019 at 19:20
Lemonjuice Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -13,7 +13,7 @@
 
 GOGID="blood_2_the_chosen_expansion"
 PREFIX="Blood2TheChosen_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="4.1"
 
 TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels"
 SHORTCUT_NAME="Blood 2 - The Chosen"

New source code

#!/bin/bash
# Date : (2013-09-07)
# Last Revision : (2013-09-07 11:06)
# Wine version used : 1.4.1
# Distribution used to test : Debian Jessie (Testing repositories)
# Author : VisitntX visitntx@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="blood_2_the_chosen_expansion"
PREFIX="Blood2TheChosen_gog"
WORKING_WINE_VERSION="4.1"

TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels"
SHORTCUT_NAME="Blood 2 - The Chosen"

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_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install

# Setting Windows Version
Set_OS winxp

# Cleaning Wine by rebooting
POL_Wine_reboot

POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf"

POL_SetupWindow_Close

exit

Svar

Anonymous
Wednesday 6 February 2019 at 19:22
I was unable to get the installer to run when using wine version 1.4.1 however when this was modified to a much newer version it worked fine.
Anonymous
Thursday 7 February 2019 at 9:59
Thank you