GOG.com - The Marvellous Miss Take

Informations

Créateur Messages
Okto Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 2298
Wine: 5.9

Retours d'expérience

Description

An adventure/stealth game (thief, top view), 2014. Website.

 Appdb.winehq.org

Captures d'écran

Miniature

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 
 

Contributions

Filters:

Contribuer
Membre Messages
Okto Mercredi 24 Juin 2020 à 20:08
Okto Anonymous

Information

Cette 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éponses

Mercredi 24 Juin 2020 à 20:22
Script approved.