Zoo Tycoon 2: Zookeeper Collection

Informatie

Creator Bericht
horsemanoffaith Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 20882
Wine: 3.0.3

Feedbacks

Broncode

#!/bin/bash
# Date : (2013-02-09 21-38)
# Last revision : see changelog
# Wine version used : 3.0.3
# Distribution used to test : Ubuntu 12.04.1 LTS 64-bit
# Author : horsemanoffaith
# Depend :
#
# CHANGELOG
# [horsemanoffaith] (2013-02-09 21-38)
#   Initial script.
# [Dadu042] (2020-01-14 22:00)
#   Wine 1.4.1 -> 3.0.3

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
  
TITLE="Zoo Tycoon 2: Zookeeper Collection"
PREFIX="ZT2ZC"
WORKING_WINE_VERSION="3.0.3"

  
POL_SetupWindow_Init
POL_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com" "horsemanoffaith" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_System_TmpCreate "$PREFIX"

POL_Call POL_Install_MFC42  
   
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "program\ files/microsoft\ games/zoo\ tycoon\ 2/x150_000.z2f"
POL_SetupWindow_wait "$(eval_gettext 'Transferring files from Disc 1')" "$TITLE"
cp -r "$CDROM"/* "$POL_System_TmpDir"
chmod -R 777 "$POL_System_TmpDir"


POL_SetupWindow_message "$(eval_gettext 'Please insert "$TITLE" disc 2')" "$TITLE"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "program\ files/microsoft\ games/zoo\ tycoon\ 2/x151_000.z2f"
POL_SetupWindow_wait "$(eval_gettext 'Transferring files from Disc 2')" "$TITLE"
cp -R "$CDROM"/* "$POL_System_TmpDir" 
chmod -R 777 "$POL_System_TmpDir"
  
POL_SetupWindow_message "$(eval_gettext 'Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!')" "$TITLE"
cd "$POL_System_TmpDir"
rm "00002.tmp"
touch "00002.tmp"
POL_Wine "setup.exe"

POL_System_TmpDelete

POL_Shortcut "ZT.exe" "$TITLE" "" "" "Game;"
  
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
AshJoubs Woensdag 4 Augustus 2021 om 17:23
AshJoubs Anonymous

Bericht

I could only run this game after copying the disc contents to an external hard drive and installing it from there. Splash and intro screens are blank but can click through them and the rest of the game seems to run perfectly. (macOS Mojave)

Antwoorden

Aangepast door AshJoubs

Dadu042 Donderdag 16 Januari 2020 om 22:04
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,17 +1,23 @@
 #!/bin/bash
 # Date : (2013-02-09 21-38)
-# Last revision : (2013-02-09 21-38)
-# Wine version used : 1.4.1
+# Last revision : see changelog
+# Wine version used : 3.0.3
 # Distribution used to test : Ubuntu 12.04.1 LTS 64-bit
 # Author : horsemanoffaith
 # Depend :
-  
+#
+# CHANGELOG
+# [horsemanoffaith] (2013-02-09 21-38)
+#   Initial script.
+# [Dadu042] (2020-01-14 22:00)
+#   Wine 1.4.1 -> 3.0.3
+
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
   
 TITLE="Zoo Tycoon 2: Zookeeper Collection"
 PREFIX="ZT2ZC"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="3.0.3"
 
   
 POL_SetupWindow_Init
@@ -48,7 +54,7 @@
 
 POL_System_TmpDelete
 
-POL_Shortcut "ZT.exe" "$TITLE"
+POL_Shortcut "ZT.exe" "$TITLE" "" "" "Game;"
   
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2013-02-09 21-38)
# Last revision : see changelog
# Wine version used : 3.0.3
# Distribution used to test : Ubuntu 12.04.1 LTS 64-bit
# Author : horsemanoffaith
# Depend :
#
# CHANGELOG
# [horsemanoffaith] (2013-02-09 21-38)
#   Initial script.
# [Dadu042] (2020-01-14 22:00)
#   Wine 1.4.1 -> 3.0.3

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
  
TITLE="Zoo Tycoon 2: Zookeeper Collection"
PREFIX="ZT2ZC"
WORKING_WINE_VERSION="3.0.3"

  
POL_SetupWindow_Init
POL_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com" "horsemanoffaith" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_System_TmpCreate "$PREFIX"

POL_Call POL_Install_MFC42  
   
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "program\ files/microsoft\ games/zoo\ tycoon\ 2/x150_000.z2f"
POL_SetupWindow_wait "$(eval_gettext 'Transferring files from Disc 1')" "$TITLE"
cp -r "$CDROM"/* "$POL_System_TmpDir"
chmod -R 777 "$POL_System_TmpDir"


POL_SetupWindow_message "$(eval_gettext 'Please insert "$TITLE" disc 2')" "$TITLE"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "program\ files/microsoft\ games/zoo\ tycoon\ 2/x151_000.z2f"
POL_SetupWindow_wait "$(eval_gettext 'Transferring files from Disc 2')" "$TITLE"
cp -R "$CDROM"/* "$POL_System_TmpDir" 
chmod -R 777 "$POL_System_TmpDir"
  
POL_SetupWindow_message "$(eval_gettext 'Please select MORE OPTIONS, then uncheck the RUN "$TITLE" AFTER INSTALLATION option. If you do not, the install will fail!')" "$TITLE"
cd "$POL_System_TmpDir"
rm "00002.tmp"
touch "00002.tmp"
POL_Wine "setup.exe"

POL_System_TmpDelete

POL_Shortcut "ZT.exe" "$TITLE" "" "" "Game;"
  
POL_SetupWindow_Close
exit 0

Antwoorden