GOG.com - The Black Mirror
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionA 2003 graphical adventure game by Future Software. Code source#!/bin/bash # Date : (2014-10-4 18-14) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror" PREFIX="TheBlackMirror" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="The Black Mirror" GOGID="the_black_mirror" POL_SetupWindow_Init POL_SetupWindow_SetID 2288 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Future Games" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "b8ec8e8c7046eca47762ab52ec37457d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS win7 POL_Wine_reboot POL_Shortcut "BMirror.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Samedi 4 Octobre 2014 à 20:39 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe MessagesAdding ID Differences@@ -14,7 +14,7 @@ GOGID="the_black_mirror" POL_SetupWindow_Init -POL_SetupWindow_SetID +POL_SetupWindow_SetID 2288 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Future Games" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" Nouveau code source#!/bin/bash # Date : (2014-10-4 18-14) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror" PREFIX="TheBlackMirror" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="The Black Mirror" GOGID="the_black_mirror" POL_SetupWindow_Init POL_SetupWindow_SetID 2288 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Future Games" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "b8ec8e8c7046eca47762ab52ec37457d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS win7 POL_Wine_reboot POL_Shortcut "BMirror.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Réponses |
Okto | Samedi 4 Octobre 2014 à 20:33 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,37 @@ +#!/bin/bash +# Date : (2014-10-4 18-14) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.1 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - The Black Mirror" +PREFIX="TheBlackMirror" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="The Black Mirror" +GOGID="the_black_mirror" + +POL_SetupWindow_Init +POL_SetupWindow_SetID +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Future Games" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "b8ec8e8c7046eca47762ab52ec37457d" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_GoG_install + +Set_OS win7 + +POL_Wine_reboot + +POL_Shortcut "BMirror.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-4 18-14) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Black Mirror" PREFIX="TheBlackMirror" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="The Black Mirror" GOGID="the_black_mirror" POL_SetupWindow_Init POL_SetupWindow_SetID POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Future Games" "Retailer: www.gog.com" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "b8ec8e8c7046eca47762ab52ec37457d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS win7 POL_Wine_reboot POL_Shortcut "BMirror.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Réponses |
Okto | Samedi 4 Octobre 2014 à 19:40 |
Okto
|
MessagesSomehow I missed to add the script! Réponses |
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