You are here
GOG.com - The Book of Unwritten Tales: The Critter Chronicles
Informations
Creator | Message |
---|---|
hmdai
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionThe script will install The Book of Unwritten Tales: The Critter Chronicles (GOG.com) GOG now has installers for Mac ScreenshotsSource code#!/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:
ContributeMember | Message |
Dadu042 | Sunday 19 April 2020 at 18:03 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
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