Where in the World Is Carmen Sandiego? Treasures of Knowledge

Informations

Creator Meddelanden
0verk1ll Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 2983
Wine: 5.0

Feedbacks

Description

A point-and-click adventure game in the Carmen Sandiego franchise, released in 2001.

Source: Wikipedia

Source code

#!/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:

Contribute
Member Meddelanden
Dadu042 Tuesday 26 May 2020 at 21:24
Dadu042

Information

This update has been approved by the team.

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

New source code

#!/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

Svar

0verk1ll Saturday 16 May 2020 at 2:42
0verk1ll Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Svar

Saturday 16 May 2020 at 8:27
Script approved. Note: After POL_Shortcut, a semicolon is missing at the end of KidsGames.

Ändrat av 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