GOG.com - Risen 2: Dark Waters
Informations
Créateur | Messages |
---|---|
Hoshpak
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionRisen 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. Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mercredi 18 Mars 2020 à 21:03 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
Hoshpak | Lundi 9 Mars 2015 à 23:05 |
Hoshpak
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagescorrect 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" Nouveau code source#!/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 Réponses |
Hoshpak | Samedi 23 Aoüt 2014 à 10:46 |
Hoshpak
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |
Hoshpak | Mercredi 20 Aoüt 2014 à 23:15 |
Hoshpak
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com