GOG.com - Clive Barker's Undying
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 0 DescriptionA true classic FPS by the master of terror, the same creator of Hellraiser and lot of bestsellers bring to PC an incredibly history. 2001. Wikipedia. Code source#!/bin/bash # Date : (2013-09-07) # Last Revision : (2013-12-24 11:31) # 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 : # # CHANGELOG # [VisitntX] (2013-09-07) # First script # [Dadu042] (2020-01-01) # Wine 1.4.1 (outdated) -> 2.22. # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="clive_barkers_undying" PREFIX="CliveBarkersUndying_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Clive Barker's Undying" SHORTCUT_NAME="Clive Barker's Undying" 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" "Dreamworks Interective / Electronic Arts" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "70531606d4aa51d20d628f6af50cb38c" 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 "Undying.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Clive Barker's Undying/Clive Barkers Undying - Manual.pdf" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 2 Janvier 2020 à 8:40 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -7,13 +7,20 @@ # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [VisitntX] (2013-09-07) +# First script +# [Dadu042] (2020-01-01) +# Wine 1.4.1 (outdated) -> 2.22. +# [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="clive_barkers_undying" PREFIX="CliveBarkersUndying_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Clive Barker's Undying" SHORTCUT_NAME="Clive Barker's Undying" Nouveau code source#!/bin/bash # Date : (2013-09-07) # Last Revision : (2013-12-24 11:31) # 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 : # # CHANGELOG # [VisitntX] (2013-09-07) # First script # [Dadu042] (2020-01-01) # Wine 1.4.1 (outdated) -> 2.22. # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="clive_barkers_undying" PREFIX="CliveBarkersUndying_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Clive Barker's Undying" SHORTCUT_NAME="Clive Barker's Undying" 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" "Dreamworks Interective / Electronic Arts" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "70531606d4aa51d20d628f6af50cb38c" 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 "Undying.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Clive Barker's Undying/Clive Barkers Undying - Manual.pdf" POL_SetupWindow_Close exit Réponses |
piratmartin | Vendredi 4 Novembre 2016 à 7:48 |
piratmartin
|
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