GOG.com - The Book of Unwritten Tales: The Critter Chronicles

Informations

Créateur Messages
hmdai

Information

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

Informations

Plate-formes :
Téléchargements : 7451
Wine: 3.0.3

Retours d'expérience

Description

The script will install The Book of Unwritten Tales: The Critter Chronicles (GOG.com)

GOG now has installers for Mac

Captures d'écran

MiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2012-12-6 18:56)
# Last revision : (2013-05-30 01-35)
# Wine version used : 1.4.1, 1.5.5
# Distribution used to test : OpenSuSE 12.2 64-bit
# Author : hmdai (Based on Deponia DC script by Kweepeer)
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [hmdai (Based on Deponia DC script by Kweepeer)] (2012-12-6 18:56)
#   Initial script.
# [?] (2013-05-30 01-35)
#   ?
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="the_book_of_unwritten_tales_critter_chronicles"
PREFIX="TheBookofUnwrittenTalesCritterChronicles_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - The Book of Unwritten Tales: The Critter Chronicles"
SHORTCUT_NAME="The Book of Unwritten Tales: The Critter Chronicles"

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_SetupWindow_SetID 1503
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "King Art/Nordic Games" "http://www.gog.com/gamecard/$GOGID" "hmdai" "$PREFIX"
POL_Call POL_GoG_setup "$GOGID" "e4cfb3634ece936c291ef86d506ecb91"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_d3dx9_43

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "128"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "CritterChronicles.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 19 Avril 2020 à 18:03
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -7,13 +7,21 @@
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [hmdai (Based on Deponia DC script by Kweepeer)] (2012-12-6 18:56)
+#   Initial script.
+# [?] (2013-05-30 01-35)
+#   ?
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="the_book_of_unwritten_tales_critter_chronicles"
 PREFIX="TheBookofUnwrittenTalesCritterChronicles_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - The Book of Unwritten Tales: The Critter Chronicles"
 SHORTCUT_NAME="The Book of Unwritten Tales: The Critter Chronicles"
@@ -30,7 +38,7 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
-POL_Call POL_Install_d3dx9_42
+POL_Call POL_Install_d3dx9_43
 
 POL_Call POL_GoG_install
 
@@ -47,3 +55,4 @@
 
 POL_SetupWindow_Close
 
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2012-12-6 18:56)
# Last revision : (2013-05-30 01-35)
# Wine version used : 1.4.1, 1.5.5
# Distribution used to test : OpenSuSE 12.2 64-bit
# Author : hmdai (Based on Deponia DC script by Kweepeer)
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [hmdai (Based on Deponia DC script by Kweepeer)] (2012-12-6 18:56)
#   Initial script.
# [?] (2013-05-30 01-35)
#   ?
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="the_book_of_unwritten_tales_critter_chronicles"
PREFIX="TheBookofUnwrittenTalesCritterChronicles_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - The Book of Unwritten Tales: The Critter Chronicles"
SHORTCUT_NAME="The Book of Unwritten Tales: The Critter Chronicles"

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_SetupWindow_SetID 1503
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "King Art/Nordic Games" "http://www.gog.com/gamecard/$GOGID" "hmdai" "$PREFIX"
POL_Call POL_GoG_setup "$GOGID" "e4cfb3634ece936c291ef86d506ecb91"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_d3dx9_43

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "128"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "CritterChronicles.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"

POL_SetupWindow_Close

exit

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