GOG.com - The Black Mirror II
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionSequel to The Black Mirror. Developed by Cranberry Production and released in 2009. Code source#!/bin/bash # Date : (2015-02-22 16-40) # Wine version used : see below # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-02-22 16-40) # Initial script. # [Dadu042] (2020-04-19 17:30). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror II" PREFIX="TheBlackMirrorII" WINEVERSION="3.0.3" SHORTCUT_NAME="The Black Mirror II" GOGID="black_mirror_ii" POL_SetupWindow_Init POL_SetupWindow_SetID POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #/nogui to avoid installer crashing POL_Call POL_GoG_install /nogui Set_OS win7 POL_Wine_reboot POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 19 Avril 2020 à 18:07 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,15 +1,21 @@ #!/bin/bash # Date : (2015-02-22 16-40) -# Wine version used : 1.6.2 +# Wine version used : see below # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy +# +# CHANGELOG +# [Benjamin Hardy] (2015-02-22 16-40) +# Initial script. +# [Dadu042] (2020-04-19 17:30). +# Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror II" PREFIX="TheBlackMirrorII" -WINEVERSION="1.6.2" +WINEVERSION="3.0.3" SHORTCUT_NAME="The Black Mirror II" GOGID="black_mirror_ii" Nouveau code source#!/bin/bash # Date : (2015-02-22 16-40) # Wine version used : see below # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-02-22 16-40) # Initial script. # [Dadu042] (2020-04-19 17:30). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror II" PREFIX="TheBlackMirrorII" WINEVERSION="3.0.3" SHORTCUT_NAME="The Black Mirror II" GOGID="black_mirror_ii" POL_SetupWindow_Init POL_SetupWindow_SetID POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #/nogui to avoid installer crashing POL_Call POL_GoG_install /nogui Set_OS win7 POL_Wine_reboot POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Réponses |
akamaras | Lundi 28 September 2015 à 21:10 |
akamaras
|
MessagesI have installed Black Mirror 2 on my Ubuntu 14.04 and everything runs fine, except that it crashes while trying to open the Menu or Save game screens while playing the game. I couldn't find the solution to this problem myself. RéponsesLundi 28 September 2015 à 21:28
Mardi 29 September 2015 à 7:45
Mardi 29 September 2015 à 15:24
Mercredi 30 September 2015 à 20:27
Mercredi 30 September 2015 à 20:28
Mercredi 30 September 2015 à 21:24
Samedi 3 Octobre 2015 à 16:30
Dimanche 4 Octobre 2015 à 20:55
Lundi 5 Octobre 2015 à 1:10
|
Okto | Dimanche 22 Février 2015 à 20:33 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2015-02-22 16-40) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - The Black Mirror II" +PREFIX="TheBlackMirrorII" +WINEVERSION="1.6.2" +SHORTCUT_NAME="The Black Mirror II" +GOGID="black_mirror_ii" + +POL_SetupWindow_Init +POL_SetupWindow_SetID +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +#/nogui to avoid installer crashing +POL_Call POL_GoG_install /nogui + +Set_OS win7 + +POL_Wine_reboot + +POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-02-22 16-40) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror II" PREFIX="TheBlackMirrorII" WINEVERSION="1.6.2" SHORTCUT_NAME="The Black Mirror II" GOGID="black_mirror_ii" POL_SetupWindow_Init POL_SetupWindow_SetID POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #/nogui to avoid installer crashing POL_Call POL_GoG_install /nogui Set_OS win7 POL_Wine_reboot POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 RéponsesDimanche 22 Février 2015 à 20:41
|
Okto | Dimanche 22 Février 2015 à 20:00 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2015-02-22 16-40) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - The Black Mirror II" +PREFIX="TheBlackMirrorII" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="The Black Mirror II" +GOGID="black_mirror_ii" + +POL_SetupWindow_Init +POL_SetupWindow_SetID +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +#/nogui to avoid installer crashing +POL_Call POL_GoG_install /nogui + +Set_OS win7 + +POL_Wine_reboot + +POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-02-22 16-40) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror II" PREFIX="TheBlackMirrorII" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="The Black Mirror II" GOGID="black_mirror_ii" POL_SetupWindow_Init POL_SetupWindow_SetID POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Cranberry Production" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "89e2a1d007e7722ea223cd16233d67d2" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #/nogui to avoid installer crashing POL_Call POL_GoG_install /nogui Set_OS win7 POL_Wine_reboot POL_Shortcut "BlackMirror2.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 RéponsesDimanche 22 Février 2015 à 20:09
Dimanche 22 Février 2015 à 20:29
Dimanche 22 Février 2015 à 20:32
|
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