GOG.com - Blood 2: The Chosen and The Nightmare Levels
Informations
Créateur | Messages |
---|---|
visitntx
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience1 1 DescriptionTale the role of caleb, a man that came from the deads to take revange against in the first and that now has to take down a dangerous new enemy. Classic Monolith First Person Shooter. Code source#!/bin/bash # Date : (2013-09-07) # Last Revision : # Wine version used : # Distribution used to test : Debian Jessie (Testing repositories) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [VisitntX] (2013-09-07) # Initial script. # [Dadu042] (2020-04-30 10-00) # Wine 4.1 -> 4.0.4 (more common) # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="blood_2_the_chosen_expansion" PREFIX="Blood2TheChosen_gog" WORKING_WINE_VERSION="4.0.4" TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels" SHORTCUT_NAME="Blood 2 - The Chosen" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting Windows Version Set_OS winxp # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
smallmj | Lundi 25 Mai 2020 à 21:42 |
smallmj
|
MessagesSeems to run fine, but POL tells me that it crashed when I hit LAUNCH on the launcher. I just close the POL crash notification and things seem OK. Haven't played much yet, but no problems so far Réponses |
Dadu042 | Jeudi 30 Avril 2020 à 10:35 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,26 @@ #!/bin/bash # Date : (2013-09-07) -# Last Revision : (2013-09-07 11:06) -# Wine version used : 1.4.1 +# Last Revision : +# Wine version used : # Distribution used to test : Debian Jessie (Testing repositories) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [VisitntX] (2013-09-07) +# Initial script. +# [Dadu042] (2020-04-30 10-00) +# Wine 4.1 -> 4.0.4 (more common) +# [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="blood_2_the_chosen_expansion" PREFIX="Blood2TheChosen_gog" -WORKING_WINE_VERSION="4.1" +WORKING_WINE_VERSION="4.0.4" TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels" SHORTCUT_NAME="Blood 2 - The Chosen" Nouveau code source#!/bin/bash # Date : (2013-09-07) # Last Revision : # Wine version used : # Distribution used to test : Debian Jessie (Testing repositories) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [VisitntX] (2013-09-07) # Initial script. # [Dadu042] (2020-04-30 10-00) # Wine 4.1 -> 4.0.4 (more common) # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="blood_2_the_chosen_expansion" PREFIX="Blood2TheChosen_gog" WORKING_WINE_VERSION="4.0.4" TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels" SHORTCUT_NAME="Blood 2 - The Chosen" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting Windows Version Set_OS winxp # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf" POL_SetupWindow_Close exit Réponses |
Lemonjuice | Mercredi 6 Février 2019 à 19:20 |
Lemonjuice
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -13,7 +13,7 @@ GOGID="blood_2_the_chosen_expansion" PREFIX="Blood2TheChosen_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="4.1" TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels" SHORTCUT_NAME="Blood 2 - The Chosen" Nouveau code source#!/bin/bash # Date : (2013-09-07) # Last Revision : (2013-09-07 11:06) # Wine version used : 1.4.1 # Distribution used to test : Debian Jessie (Testing repositories) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="blood_2_the_chosen_expansion" PREFIX="Blood2TheChosen_gog" WORKING_WINE_VERSION="4.1" TITLE="GOG.com - Blood 2: The Chosen and The Nightmare Levels" SHORTCUT_NAME="Blood 2 - The Chosen" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Monolith Productions / Interplay" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "270856258089999be199541c4f29af13" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting Windows Version Set_OS winxp # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "BLOOD2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Blood II/Manual.pdf" POL_SetupWindow_Close exit RéponsesMercredi 6 Février 2019 à 19:22
Jeudi 7 Février 2019 à 9:59
|
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