Where in the World Is Carmen Sandiego? Treasures of Knowledge

Informatie

Creator Bericht
0verk1ll Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3043
Wine: 5.0

Feedbacks

Omschrijving

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

Source: Wikipedia

Broncode

#!/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 Bericht
Dadu042 Dinsdag 26 Mei 2020 om 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

Antwoorden

0verk1ll Zaterdag 16 Mei 2020 om 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

Antwoorden

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

Aangepast door 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