Where in the World Is Carmen Sandiego? Treasures of Knowledge
Informations
Créateur | Messages |
---|---|
0verk1ll
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionA point-and-click adventure game in the Carmen Sandiego franchise, released in 2001. Source: Wikipedia Code source#!/usr/bin/env playonlinux-bash # Date : 2020-05-15 20:20 # Last revision : 2020-05-15 20:39 # Wine version used : 5.0 # Distribution used to test : Pop!_OS 20.04 LTS # Author : 0verk1ll # PlayOnLinux : 4.3.4 # Script licence : GPL3 # Program licence : Retail # CHANGELOG # [0verk1ll] (2020-05-15 20:20) # Initial script. # [Dadu042] (2020-05-26 18-00) # Add POL_RequiredVersion # Fix software category. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Where in the World Is Carmen Sandiego? Treasures of Knowledge" PREFIX="CarmenSandiegoTreasuresOfKnowledge" POL_SetupWindow_Init PDL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Learning Company" "" "0verk1ll" "$PREFIX" POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_SetupWindow_cdrom SETUPFILE="Setup.exe" OL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "5.0" POL_Wine --ignore-errors "$CDROM/$SETUPFILE" POL_Wine_WaitExit POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mardi 26 Mai 2020 à 21:24 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -8,6 +8,13 @@ # Script licence : GPL3 # Program licence : Retail +# CHANGELOG +# [0verk1ll] (2020-05-15 20:20) +# Initial script. +# [Dadu042] (2020-05-26 18-00) +# Add POL_RequiredVersion +# Fix software category. + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -18,6 +25,9 @@ PDL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Learning Company" "" "0verk1ll" "$PREFIX" + +POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" + POL_SetupWindow_cdrom SETUPFILE="Setup.exe" @@ -28,7 +38,7 @@ POL_Wine --ignore-errors "$CDROM/$SETUPFILE" POL_Wine_WaitExit -POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame" +POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame;" POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : 2020-05-15 20:20 # Last revision : 2020-05-15 20:39 # Wine version used : 5.0 # Distribution used to test : Pop!_OS 20.04 LTS # Author : 0verk1ll # PlayOnLinux : 4.3.4 # Script licence : GPL3 # Program licence : Retail # CHANGELOG # [0verk1ll] (2020-05-15 20:20) # Initial script. # [Dadu042] (2020-05-26 18-00) # Add POL_RequiredVersion # Fix software category. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Where in the World Is Carmen Sandiego? Treasures of Knowledge" PREFIX="CarmenSandiegoTreasuresOfKnowledge" POL_SetupWindow_Init PDL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Learning Company" "" "0verk1ll" "$PREFIX" POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_SetupWindow_cdrom SETUPFILE="Setup.exe" OL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "5.0" POL_Wine --ignore-errors "$CDROM/$SETUPFILE" POL_Wine_WaitExit POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame;" POL_SetupWindow_Close exit 0 Réponses |
0verk1ll | Samedi 16 Mai 2020 à 2:42 |
0verk1ll
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,34 @@ +#!/usr/bin/env playonlinux-bash +# Date : 2020-05-15 20:20 +# Last revision : 2020-05-15 20:39 +# Wine version used : 5.0 +# Distribution used to test : Pop!_OS 20.04 LTS +# Author : 0verk1ll +# PlayOnLinux : 4.3.4 +# Script licence : GPL3 +# Program licence : Retail + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Where in the World Is Carmen Sandiego? Treasures of Knowledge" +PREFIX="CarmenSandiegoTreasuresOfKnowledge" + +POL_SetupWindow_Init +PDL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "The Learning Company" "" "0verk1ll" "$PREFIX" +POL_SetupWindow_cdrom + +SETUPFILE="Setup.exe" + +OL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "5.0" + +POL_Wine --ignore-errors "$CDROM/$SETUPFILE" +POL_Wine_WaitExit + +POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : 2020-05-15 20:20 # Last revision : 2020-05-15 20:39 # Wine version used : 5.0 # Distribution used to test : Pop!_OS 20.04 LTS # Author : 0verk1ll # PlayOnLinux : 4.3.4 # Script licence : GPL3 # Program licence : Retail [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Where in the World Is Carmen Sandiego? Treasures of Knowledge" PREFIX="CarmenSandiegoTreasuresOfKnowledge" POL_SetupWindow_Init PDL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Learning Company" "" "0verk1ll" "$PREFIX" POL_SetupWindow_cdrom SETUPFILE="Setup.exe" OL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "5.0" POL_Wine --ignore-errors "$CDROM/$SETUPFILE" POL_Wine_WaitExit POL_Shortcut "Carmen.exe" "$PREFIX" "" "" "Game;KidsGame" POL_SetupWindow_Close exit 0 RéponsesSamedi 16 Mai 2020 à 8:27
Edité par 0verk1ll |
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