GOG.com - Risen 2: Dark Waters

Informations

Creator Message
Hoshpak Anonymous

Warning

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

Informations

Platforms:
Downloads: 7342
Wine: 2.22

Feedbacks

Description

Risen 2: Dark Waters is a single-player fantasy-themed action role-playing game and the sequel to Risen by Piranha Bytes. It is published by Deep Silver. Risen 2: Dark Waters is a pirate themed game, but it transfers the classic Caribbean pirate themes to a fantasy world where monsters, ancient gods, and voodoo magic exist. Wikipedia.

The installer will install the main game and will also optionally install the Gold edition upgrade offered on Gog.com as a separate file.

Appdb.winehq.org

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2014-08-20 20:18)
# Last Revision : see changelog
# Wine Version used : 
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

# CHANGELOG
# [Hoshpak] (2014-08-20 20:18)
#   Initial script
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.7.20 (outdated) -> 2.22
#   Add POL_System_SetArch "x86"

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

GOGID_BASE="risen_2_dark_waters"
GOGID_GOLD="risen_2_dark_waters_gold_edition"
PREFIX="Risen2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Risen 2: Dark Waters"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID_BASE"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"

POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"

if [ "$APP_ANSWER" == "TRUE" ];
then
        POL_SELECTED_FILE=""
        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
        POL_Call POL_GoG_install
fi

POL_Call POL_Install_d3dx9_36

Set_OS winxp

# Configure the shortcut
GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Wednesday 18 March 2020 at 21:03
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,20 +1,27 @@
 #!/bin/bash
 # Date : (2014-08-20 20:18)
-# Last Revision : (2014-08-20 20:18)
-# Wine Version used : 1.7.20
+# Last Revision : see changelog
+# Wine Version used : 
 # Distribution used to test : Debian testing/jessie
 # Author: Hoshpak
 # Script license : GPL v2
 # Programm license : Retail
 # Depend :
 
+# CHANGELOG
+# [Hoshpak] (2014-08-20 20:18)
+#   Initial script
+# [Dadu042] (2020-01-25 11:10)
+#   Wine 1.7.20 (outdated) -> 2.22
+#   Add POL_System_SetArch "x86"
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID_BASE="risen_2_dark_waters"
 GOGID_GOLD="risen_2_dark_waters_gold_edition"
 PREFIX="Risen2_gog"
-WORKING_WINE_VERSION="1.7.20"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Risen 2: Dark Waters"
 

New source code

#!/bin/bash
# Date : (2014-08-20 20:18)
# Last Revision : see changelog
# Wine Version used : 
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

# CHANGELOG
# [Hoshpak] (2014-08-20 20:18)
#   Initial script
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.7.20 (outdated) -> 2.22
#   Add POL_System_SetArch "x86"

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

GOGID_BASE="risen_2_dark_waters"
GOGID_GOLD="risen_2_dark_waters_gold_edition"
PREFIX="Risen2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Risen 2: Dark Waters"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID_BASE"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"

POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"

if [ "$APP_ANSWER" == "TRUE" ];
then
        POL_SELECTED_FILE=""
        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
        POL_Call POL_GoG_install
fi

POL_Call POL_Install_d3dx9_36

Set_OS winxp

# Configure the shortcut
GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies

Hoshpak Monday 9 March 2015 at 23:05
Hoshpak Anonymous

Warning

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

Message

correct function name "POL_Debug_Init"

Differences

@@ -19,7 +19,7 @@
 TITLE="GOG.com - Risen 2: Dark Waters"
 
 POL_SetupWindow_Init
-POL_Deug_Init
+POL_Debug_Init
 
 POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"
 

New source code

#!/bin/bash
# Date : (2014-08-20 20:18)
# Last Revision : (2014-08-20 20:18)
# Wine Version used : 1.7.20
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

GOGID_BASE="risen_2_dark_waters"
GOGID_GOLD="risen_2_dark_waters_gold_edition"
PREFIX="Risen2_gog"
WORKING_WINE_VERSION="1.7.20"

TITLE="GOG.com - Risen 2: Dark Waters"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID_BASE"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"

POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"

if [ "$APP_ANSWER" == "TRUE" ];
then
        POL_SELECTED_FILE=""
        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
        POL_Call POL_GoG_install
fi

POL_Call POL_Install_d3dx9_36

Set_OS winxp

# Configure the shortcut
GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies

Hoshpak Saturday 23 August 2014 at 10:46
Hoshpak Anonymous

Warning

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

Differences

@@ -30,7 +30,7 @@
 
 POL_Call POL_GoG_install "/nogui"
 
-POL_SetupWindow_question "Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want." "$TITLE"
+POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"
 
 if [ "$APP_ANSWER" == "TRUE" ];
 then

New source code

#!/bin/bash
# Date : (2014-08-20 20:18)
# Last Revision : (2014-08-20 20:18)
# Wine Version used : 1.7.20
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

GOGID_BASE="risen_2_dark_waters"
GOGID_GOLD="risen_2_dark_waters_gold_edition"
PREFIX="Risen2_gog"
WORKING_WINE_VERSION="1.7.20"

TITLE="GOG.com - Risen 2: Dark Waters"

POL_SetupWindow_Init
POL_Deug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID_BASE"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"

POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"

if [ "$APP_ANSWER" == "TRUE" ];
then
        POL_SELECTED_FILE=""
        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
        POL_Call POL_GoG_install
fi

POL_Call POL_Install_d3dx9_36

Set_OS winxp

# Configure the shortcut
GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Thursday 4 September 2014 at 13:17
Works perfectly. I tried running Risen 2 on 2 different Windows systems and the game kept crashing BSOD every 15 minutes. I installed via PlayOnLinux and the install was very smooth, no issues at all and I really appreciated the ability to install the Gold Version as well as part of the process. Game saves/loads/settings all work. Initial Piranha Bytes movie opening does not show though there is sound. The only bug is mouse movement. The player locks when rotating right or left. You have to move your mouse in t he opposite direction to unlock the movement. I also found looking up will also lock. The player will be locked in a straight-ahead position, but tapping the left ALT key a couple of times will unlock that so you can look up (haven't tried the Right ALT key, so that may work too). The game is very playable so thank you!
Anonymous
Saturday 6 September 2014 at 12:58
Thanks for your feedback. The mouse movement issues you encountered are caused by a bug in wine which you can find here: https://bugs.winehq.org/show_bug.cgi?id=33479 . I already tried to run the game with earlier versions or patch and recompile wine myself, but none of that solved the problem for me. I hope the developers will find a solution for this soon, especially since Risen 1 + 2 are not the only games affected by this.
Hoshpak Wednesday 20 August 2014 at 23:15
Hoshpak Anonymous

Warning

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

Differences

@@ -0,0 +1,52 @@
+#!/bin/bash
+# Date : (2014-08-20 20:18)
+# Last Revision : (2014-08-20 20:18)
+# Wine Version used : 1.7.20
+# Distribution used to test : Debian testing/jessie
+# Author: Hoshpak
+# Script license : GPL v2
+# Programm license : Retail
+# Depend :
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+GOGID_BASE="risen_2_dark_waters"
+GOGID_GOLD="risen_2_dark_waters_gold_edition"
+PREFIX="Risen2_gog"
+WORKING_WINE_VERSION="1.7.20"
+
+TITLE="GOG.com - Risen 2: Dark Waters"
+
+POL_SetupWindow_Init
+POL_Deug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"
+
+POL_Call POL_GoG_setup "$GOGID_BASE"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_Call POL_GoG_install "/nogui"
+
+POL_SetupWindow_question "Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want." "$TITLE"
+
+if [ "$APP_ANSWER" == "TRUE" ];
+then
+        POL_SELECTED_FILE=""
+        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
+        POL_Call POL_GoG_install
+fi
+
+POL_Call POL_Install_d3dx9_36
+
+Set_OS winxp
+
+# Configure the shortcut
+GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
+POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
+POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"
+
+POL_SetupWindow_Close
+exit 0

New source code

#!/bin/bash
# Date : (2014-08-20 20:18)
# Last Revision : (2014-08-20 20:18)
# Wine Version used : 1.7.20
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

GOGID_BASE="risen_2_dark_waters"
GOGID_GOLD="risen_2_dark_waters_gold_edition"
PREFIX="Risen2_gog"
WORKING_WINE_VERSION="1.7.20"

TITLE="GOG.com - Risen 2: Dark Waters"

POL_SetupWindow_Init
POL_Deug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID_BASE" "Hoshpak" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID_BASE"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"

POL_SetupWindow_question "Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want." "$TITLE"

if [ "$APP_ANSWER" == "TRUE" ];
then
        POL_SELECTED_FILE=""
        POL_Call POL_GoG_setup "$GOGID_UPGRADE"
        POL_Call POL_GoG_install
fi

POL_Call POL_Install_d3dx9_36

Set_OS winxp

# Configure the shortcut
GOGPATH="$GOGROOT/Risen 2 - Dark Waters"
POL_Shortcut "Risen.exe" "Risen 2: Dark Waters" "" "" "Game;"
POL_Shortcut "Settings.exe" "Risen 2: Dark Waters Settings" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies

Thursday 21 August 2014 at 0:00
Please use eval_gettext for any messages

POL_SetupWindow_question "$(eval_gettext 'Do you want to install the Gold Edition Upgrade now? This will only be possible if you purchased the Gold Edition, you can still install it later if you want.')" "$TITLE"
Anonymous
Saturday 23 August 2014 at 10:48
Thanks for pointing that out. I submitted an update to change this line.
Anonymous
Saturday 23 August 2014 at 10:49
Thanks for pointing that out. I submitted an update to change this line.