Zoo Tycoon 2: Zookeeper Collection

Informations

Créateur Messages
horsemanoffaith Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 20858
Wine: 3.0.3

Retours d'expérience

Code source

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

Contribuer
Membre Messages
AshJoubs Mercredi 4 Aoüt 2021 à 17:23
AshJoubs Anonymous

Messages

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)

Réponses

Edité par AshJoubs

Dadu042 Jeudi 16 Janvier 2020 à 22:04
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

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

Réponses