Du bist hier
Zoo Tycoon 2: Zookeeper Collection
Informations
Creator | Nachricht |
---|---|
horsemanoffaith
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 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 |
Contributions
Filters:
ContributeMember | Nachricht |
Dadu042 | Thursday 16 January 2020 at 22:04 |
Dadu042
![]() Moderator
|
InformationThis 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 Antworten |