Castlevania: Lords of Shadow

Informations

Creator Message
odziom91

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 4046
Wine: 3.0.3

Feedbacks

Description

Castlevania: Lords of Shadow is an action-adventure video game developed by MercurySteam and Kojima Productions, published by Konami. The game is a reboot of the Castlevania series, and reveals the origins of Dracula.

Source code

#!/bin/bash
#
# Date : (2016-08-02 19-43)
# Last revision : see changelog
# Wine version used : 
# Distribution used to test : Manjaro Linux 16.06.1
# Author : OdzioM
# Licence : Retail
#
# CHANGELOG
# [OdzioM] (2016-08-02 19-43)
#   Initial script.
# [Dadu042] (2020-01-29)
#   1.9.15-staging -> 3.0.3
#

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

TITLE="Castlevania: Lords of Shadow"
INFO1="Konami"
INFO2="https://www.konami.com/castlevania/"
AUTHOR="OdzioM"
PREFIX="CastlevaniaLofS"
WORKING_WINE_VERSION="3.0.3"
WINE_ARCH="x86"
GAME_VMS="64"


POL_GetSetupImages "http://odziomek.pl/playonlinux/$PREFIX/top.jpg" "http://odziomek.pl/playonlinux/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$INFO1" "$INFO2" "$AUTHOR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "$WINE_ARCH"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "LOCAL"

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine start /unix "$SETUP_EXE"
POL_Wine_WaitExit "$TITLE"

POL_SetupWindow_VMS $GAME_VMS

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

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Wednesday 29 January 2020 at 11:30
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,11 +1,18 @@
 #!/bin/bash
 #
 # Date : (2016-08-02 19-43)
-# Last revision : (2016-08-02 21-33)
-# Wine version used : 1.9.15-staging
+# Last revision : see changelog
+# Wine version used : 
 # Distribution used to test : Manjaro Linux 16.06.1
 # Author : OdzioM
 # Licence : Retail
+#
+# CHANGELOG
+# [OdzioM] (2016-08-02 19-43)
+#   Initial script.
+# [Dadu042] (2020-01-29)
+#   1.9.15-staging -> 3.0.3
+#
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
@@ -15,7 +22,7 @@
 INFO2="https://www.konami.com/castlevania/"
 AUTHOR="OdzioM"
 PREFIX="CastlevaniaLofS"
-WORKING_WINE_VERSION="1.9.15-staging"
+WORKING_WINE_VERSION="3.0.3"
 WINE_ARCH="x86"
 GAME_VMS="64"
 
@@ -42,7 +49,7 @@
 
 POL_SetupWindow_VMS $GAME_VMS
 
-POL_Shortcut "Castlevania.exe" "$TITLE" "" ""
+POL_Shortcut "Castlevania.exe" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"
 

New source code

#!/bin/bash
#
# Date : (2016-08-02 19-43)
# Last revision : see changelog
# Wine version used : 
# Distribution used to test : Manjaro Linux 16.06.1
# Author : OdzioM
# Licence : Retail
#
# CHANGELOG
# [OdzioM] (2016-08-02 19-43)
#   Initial script.
# [Dadu042] (2020-01-29)
#   1.9.15-staging -> 3.0.3
#

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

TITLE="Castlevania: Lords of Shadow"
INFO1="Konami"
INFO2="https://www.konami.com/castlevania/"
AUTHOR="OdzioM"
PREFIX="CastlevaniaLofS"
WORKING_WINE_VERSION="3.0.3"
WINE_ARCH="x86"
GAME_VMS="64"


POL_GetSetupImages "http://odziomek.pl/playonlinux/$PREFIX/top.jpg" "http://odziomek.pl/playonlinux/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$INFO1" "$INFO2" "$AUTHOR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "$WINE_ARCH"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "LOCAL"

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine start /unix "$SETUP_EXE"
POL_Wine_WaitExit "$TITLE"

POL_SetupWindow_VMS $GAME_VMS

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

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

odziom91 Tuesday 2 August 2016 at 21:38
odziom91

Warning

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

Message

WineDB Rating: Platinum

Differences

@@ -0,0 +1,50 @@
+#!/bin/bash
+#
+# Date : (2016-08-02 19-43)
+# Last revision : (2016-08-02 21-33)
+# Wine version used : 1.9.15-staging
+# Distribution used to test : Manjaro Linux 16.06.1
+# Author : OdzioM
+# Licence : Retail
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Castlevania: Lords of Shadow"
+INFO1="Konami"
+INFO2="https://www.konami.com/castlevania/"
+AUTHOR="OdzioM"
+PREFIX="CastlevaniaLofS"
+WORKING_WINE_VERSION="1.9.15-staging"
+WINE_ARCH="x86"
+GAME_VMS="64"
+
+
+POL_GetSetupImages "http://odziomek.pl/playonlinux/$PREFIX/top.jpg" "http://odziomek.pl/playonlinux/$PREFIX/left.jpg" "$TITLE"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$INFO1" "$INFO2" "$AUTHOR" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_System_SetArch "$WINE_ARCH"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_SetupWindow_InstallMethod "LOCAL"
+
+cd "$HOME"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+SETUP_EXE="$APP_ANSWER"
+POL_Wine start /unix "$SETUP_EXE"
+POL_Wine_WaitExit "$TITLE"
+
+POL_SetupWindow_VMS $GAME_VMS
+
+POL_Shortcut "Castlevania.exe" "$TITLE" "" ""
+
+POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
#
# Date : (2016-08-02 19-43)
# Last revision : (2016-08-02 21-33)
# Wine version used : 1.9.15-staging
# Distribution used to test : Manjaro Linux 16.06.1
# Author : OdzioM
# Licence : Retail

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

TITLE="Castlevania: Lords of Shadow"
INFO1="Konami"
INFO2="https://www.konami.com/castlevania/"
AUTHOR="OdzioM"
PREFIX="CastlevaniaLofS"
WORKING_WINE_VERSION="1.9.15-staging"
WINE_ARCH="x86"
GAME_VMS="64"


POL_GetSetupImages "http://odziomek.pl/playonlinux/$PREFIX/top.jpg" "http://odziomek.pl/playonlinux/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$INFO1" "$INFO2" "$AUTHOR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "$WINE_ARCH"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "LOCAL"

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine start /unix "$SETUP_EXE"
POL_Wine_WaitExit "$TITLE"

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "Castlevania.exe" "$TITLE" "" ""

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Friday 2 August 2019 at 18:07
Approved.