Vous êtes ici
GOG.com - The Marvellous Miss Take
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionAn adventure/stealth game (thief, top view), 2014. Website. Captures d'écranCode source#!/bin/bash # Date : (2020-07-24 18-49) # Wine version used : 5.9 # Distribution used to test : OpenSUSE Leap 15.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Marvellous Miss Take" PREFIX="The_Marvellous_Miss_Take" WINEVERSION="5.9" SHORTCUT_NAME="The Marvellous Miss Take" GOGID="the_marvellous_miss_take" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wonderstruck / Rising Star Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e2824f1920a6589c4b83c7ad2480c6f8" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "misstake.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Okto | Mercredi 24 Juin 2020 à 20:08 |
Okto
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2020-07-24 18-49) +# Wine version used : 5.9 +# Distribution used to test : OpenSUSE Leap 15.1 +# Author : Benjamin Hardy + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - The Marvellous Miss Take" +PREFIX="The_Marvellous_Miss_Take" +WINEVERSION="5.9" +SHORTCUT_NAME="The Marvellous Miss Take" +GOGID="the_marvellous_miss_take" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Wonderstruck / Rising Star Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "e2824f1920a6589c4b83c7ad2480c6f8" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_GoG_install + + +POL_Wine_reboot + +POL_Shortcut "misstake.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" + + +POL_SetupWindow_Close + +exit 0 + Nouveau code source#!/bin/bash # Date : (2020-07-24 18-49) # Wine version used : 5.9 # Distribution used to test : OpenSUSE Leap 15.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - The Marvellous Miss Take" PREFIX="The_Marvellous_Miss_Take" WINEVERSION="5.9" SHORTCUT_NAME="The Marvellous Miss Take" GOGID="the_marvellous_miss_take" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Wonderstruck / Rising Star Games" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e2824f1920a6589c4b83c7ad2480c6f8" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "misstake.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 RéponsesMercredi 24 Juin 2020 à 20:22
|
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