Risen 3: Titan Lords

Informations

Créateur Messages
Hoshpak Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 7355
Wine: System

Retours d'expérience

Description

Action RPG, 2014. Wikipedia.

The installer currently (2013) only supports the DRM-Free retail DVD version of the game.

Appdb.winehq.org

Code source

#!/bin/bash
# Date : (2015-03-09 22:58)
# Last Revision : see changelog
# Wine Version used : system
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
#
# Depend :
#
# CHANGELOG
# [Hoshpak] (2015-03-09 22:58)
#   Initial script.
# [Dadu042] (2020-02-16)
#   Wine 1.7.38 -> system
#   Force arch x86 for wmp9.

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

TITLE="Risen 3: Titan Lords"
PREFIX="Risen3"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate

POL_Call POL_Install_wmp9
Set_OS "win7"

POL_SetupWindow_InstallMethod "DVD,LOCAL"
if [ "$INSTALL_METHOD" = "DVD" ]; then
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        SETUP="$CDROM_SETUP"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP="$APP_ANSWER"
fi


POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SETUP"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "Risen3.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 16 Février 2020 à 18:31
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,19 +1,26 @@
 #!/bin/bash
 # Date : (2015-03-09 22:58)
-# Last Revision : (2015-03-10 18:23)
-# Wine Version used : 1.7.38
+# Last Revision : see changelog
+# Wine Version used : system
 # Distribution used to test : Debian testing/jessie
 # Author: Hoshpak
 # Script license : GPL v2
 # Programm license : Retail
+#
 # Depend :
+#
+# CHANGELOG
+# [Hoshpak] (2015-03-09 22:58)
+#   Initial script.
+# [Dadu042] (2020-02-16)
+#   Wine 1.7.38 -> system
+#   Force arch x86 for wmp9.
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Risen 3: Titan Lords"
 PREFIX="Risen3"
-WINEVERSION="1.7.38"
 
 POL_SetupWindow_Init
 POL_Debug_Init
@@ -21,6 +28,11 @@
 POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"
 
 POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate
+
+POL_Call POL_Install_wmp9
+Set_OS "win7"
 
 POL_SetupWindow_InstallMethod "DVD,LOCAL"
 if [ "$INSTALL_METHOD" = "DVD" ]; then
@@ -32,14 +44,12 @@
         SETUP="$APP_ANSWER"
 fi
 
-POL_Wine_PrefixCreate "$WINEVERSION"
-POL_Call POL_Install_wmp9
 
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$SETUP"
 POL_Wine_WaitExit "$TITLE"
 
-POL_Shortcut "Risen3.exe" "$TITLE"
+POL_Shortcut "Risen3.exe" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_Close
 exit 0

Nouveau code source

#!/bin/bash
# Date : (2015-03-09 22:58)
# Last Revision : see changelog
# Wine Version used : system
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
#
# Depend :
#
# CHANGELOG
# [Hoshpak] (2015-03-09 22:58)
#   Initial script.
# [Dadu042] (2020-02-16)
#   Wine 1.7.38 -> system
#   Force arch x86 for wmp9.

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

TITLE="Risen 3: Titan Lords"
PREFIX="Risen3"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate

POL_Call POL_Install_wmp9
Set_OS "win7"

POL_SetupWindow_InstallMethod "DVD,LOCAL"
if [ "$INSTALL_METHOD" = "DVD" ]; then
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        SETUP="$CDROM_SETUP"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP="$APP_ANSWER"
fi


POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SETUP"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "Risen3.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Réponses

Hoshpak Mardi 10 Mars 2015 à 18:26
Hoshpak Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

correct name of the POL_Debug_Init function

Differences

@@ -0,0 +1,45 @@
+#!/bin/bash
+# Date : (2015-03-09 22:58)
+# Last Revision : (2015-03-10 18:23)
+# Wine Version used : 1.7.38
+# Distribution used to test : Debian testing/jessie
+# Author: Hoshpak
+# Script license : GPL v2
+# Programm license : Retail
+# Depend :
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Risen 3: Titan Lords"
+PREFIX="Risen3"
+WINEVERSION="1.7.38"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_SetupWindow_InstallMethod "DVD,LOCAL"
+if [ "$INSTALL_METHOD" = "DVD" ]; then
+	POL_SetupWindow_cdrom
+	POL_SetupWindow_check_cdrom "setup.exe"
+        SETUP="$CDROM_SETUP"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+	POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+        SETUP="$APP_ANSWER"
+fi
+
+POL_Wine_PrefixCreate "$WINEVERSION"
+POL_Call POL_Install_wmp9
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$SETUP"
+POL_Wine_WaitExit "$TITLE"
+
+POL_Shortcut "Risen3.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0

Nouveau code source

#!/bin/bash
# Date : (2015-03-09 22:58)
# Last Revision : (2015-03-10 18:23)
# Wine Version used : 1.7.38
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

TITLE="Risen 3: Titan Lords"
PREFIX="Risen3"
WINEVERSION="1.7.38"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_SetupWindow_InstallMethod "DVD,LOCAL"
if [ "$INSTALL_METHOD" = "DVD" ]; then
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        SETUP="$CDROM_SETUP"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP="$APP_ANSWER"
fi

POL_Wine_PrefixCreate "$WINEVERSION"
POL_Call POL_Install_wmp9

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SETUP"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "Risen3.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Hoshpak Lundi 9 Mars 2015 à 23:51
Hoshpak Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -0,0 +1,45 @@
+#!/bin/bash
+# Date : (2015-03-09 22:58)
+# Last Revision : (2015-03-09 22:58)
+# Wine Version used : 1.7.38
+# Distribution used to test : Debian testing/jessie
+# Author: Hoshpak
+# Script license : GPL v2
+# Programm license : Retail
+# Depend :
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Risen 3: Titan Lords"
+PREFIX="Risen3"
+WINEVERSION="1.7.38"
+
+POL_SetupWindow_Init
+POL_Deug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_SetupWindow_InstallMethod "DVD,LOCAL"
+if [ "$INSTALL_METHOD" = "DVD" ]; then
+	POL_SetupWindow_cdrom
+	POL_SetupWindow_check_cdrom "setup.exe"
+        SETUP="$CDROM_SETUP"
+elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
+	POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+        SETUP="$APP_ANSWER"
+fi
+
+POL_Wine_PrefixCreate "$WINEVERSION"
+POL_Call POL_Install_wmp9
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$SETUP"
+POL_Wine_WaitExit "$TITLE"
+
+POL_Shortcut "Risen3.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit

Nouveau code source

#!/bin/bash
# Date : (2015-03-09 22:58)
# Last Revision : (2015-03-09 22:58)
# Wine Version used : 1.7.38
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

TITLE="Risen 3: Titan Lords"
PREFIX="Risen3"
WINEVERSION="1.7.38"

POL_SetupWindow_Init
POL_Deug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_SetupWindow_InstallMethod "DVD,LOCAL"
if [ "$INSTALL_METHOD" = "DVD" ]; then
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        SETUP="$CDROM_SETUP"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP="$APP_ANSWER"
fi

POL_Wine_PrefixCreate "$WINEVERSION"
POL_Call POL_Install_wmp9

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SETUP"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "Risen3.exe" "$TITLE"

POL_SetupWindow_Close
exit

Réponses

Mardi 10 Mars 2015 à 0:05
Same debug misspelling as the other ones. ;)
Anonymous
Mardi 10 Mars 2015 à 18:21
I must have copied it from another script before fixing it there, stupid mistake. I will correct it right away.
Hoshpak Lundi 9 Mars 2015 à 23:51
Hoshpak Anonymous

Messages

#!/bin/bash
# Date : (2015-03-09 22:58)
# Last Revision : (2015-03-09 22:58)
# Wine Version used : 1.7.38
# Distribution used to test : Debian testing/jessie
# Author: Hoshpak
# Script license : GPL v2
# Programm license : Retail
# Depend :

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

TITLE="Risen 3: Titan Lords"
PREFIX="Risen3"
WINEVERSION="1.7.38"

POL_SetupWindow_Init
POL_Deug_Init

POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_SetupWindow_InstallMethod "DVD,LOCAL"
if [ "$INSTALL_METHOD" = "DVD" ]; then
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "setup.exe"
        SETUP="$CDROM_SETUP"
elif [ "$INSTALL_METHOD" = "LOCAL" ]; then
    POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP="$APP_ANSWER"
fi

POL_Wine_PrefixCreate "$WINEVERSION"
POL_Call POL_Install_wmp9

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SETUP"
POL_Wine_WaitExit "$TITLE"

POL_Shortcut "Risen3.exe" "$TITLE"

POL_SetupWindow_Close
exit

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