Castlevania: Lords of Shadow
Informations
Créateur | Messages |
---|---|
odziom91
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionCastlevania: 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. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mercredi 29 Janvier 2020 à 11:30 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
odziom91 | Mardi 2 Aoüt 2016 à 21:38 |
odziom91
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWineDB 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 Nouveau code source#!/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 RéponsesVendredi 2 Aoüt 2019 à 18:07
|
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