Chuzzle PC CD-ROM
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionA puzzle game, 2005. Captures d'écranCode source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-04-12 16-43) # Initial writting. # [Dadu042] (2020-04-01) # Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="3.0.3" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2494 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mercredi 1 Avril 2020 à 23:05 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,15 +1,21 @@ #!/bin/bash # Date : (2015-04-12 16-43) -# Wine version used : 1.6.2 +# Wine version used : # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy +# +# CHANGELOG +# [Benjamin Hardy] (2015-04-12 16-43) +# Initial writting. +# [Dadu042] (2020-04-01) +# Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" @@ -32,7 +38,7 @@ POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" -POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" +POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_Wine_reboot Nouveau code source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-04-12 16-43) # Initial writting. # [Dadu042] (2020-04-01) # Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="3.0.3" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2494 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
petch | Dimanche 12 Avril 2015 à 23:04 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesActually if you started with POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" I think it would make the first custom message totally unnecessary (specially given the script title ;) )
Differences@@ -20,7 +20,8 @@ POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" -POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" @@ -28,9 +29,6 @@ #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup -POL_SetupWindow_cdrom -POL_SetupWindow_check_cdrom "popcdrun.txt" - POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" Nouveau code source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2494 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 13 Avril 2015 à 16:18
|
petch | Dimanche 12 Avril 2015 à 22:17 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdd POL_GetSetupImages, POL_SetupWindow_SetID Differences@@ -3,40 +3,43 @@ # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy - + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" - + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" + POL_SetupWindow_Init +POL_SetupWindow_SetID 2494 POL_Debug_Init - + POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" - + POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup - + POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" - + POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" - + POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" - + POL_Wine_reboot - + POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" - + POL_SetupWindow_Close - + exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2494 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par petch |
Okto | Dimanche 12 Avril 2015 à 21:15 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesScreenshots
Left
Top
48x48
22x22
Differences@@ -12,6 +12,7 @@ WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpeg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpeg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpeg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Okto | Dimanche 12 Avril 2015 à 19:50 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAfter some experimenting, dxfullsetup seemed to work best of the options. I have also tried making graphics for the first time. Screenshots: Icons and Install Resources:
Differences@@ -0,0 +1,42 @@ +#!/bin/bash +# Date : (2015-04-12 16-43) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Chuzzle PC CD-ROM" +PREFIX="chuzzle" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="Chuzzle" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" + +POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +#The installer does not launch without directX already installed +POL_Call POL_Install_dxfullsetup + +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "popcdrun.txt" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$CDROM/PopCDRun.exe" + +POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" + +POL_Wine_reboot + +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-04-12 16-43) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "PopCap Games and Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #The installer does not launch without directX already installed POL_Call POL_Install_dxfullsetup POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
Okto | Samedi 4 Avril 2015 à 23:52 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,46 @@ +#!/bin/bash +# Date : (2015-04-04 18-33) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Chuzzle PC CD-ROM" +PREFIX="chuzzle" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="Chuzzle" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" + +POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "popcdrun.txt" + +#The installer does not launch without directX already installed +POL_SetupWindow_message "$(eval_gettext 'Installing directX 9.0c from the Chuzzle CD.')" "$TITLE" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$CDROM/DirectX/DirectX9/dxsetup.exe" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$CDROM/PopCDRun.exe" + +POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" + +POL_Wine_reboot + +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-04-04 18-33) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Chuzzle PC CD-ROM" PREFIX="chuzzle" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Chuzzle" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Focus Multimedia Ltd." "" "Benjamin Hardy" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'This script has been designed for the Chuzzle PC CD-ROM. Please insert the disc into your disc drive before continuing.')" "$TITLE" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "popcdrun.txt" #The installer does not launch without directX already installed POL_SetupWindow_message "$(eval_gettext 'Installing directX 9.0c from the Chuzzle CD.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/DirectX/DirectX9/dxsetup.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$CDROM/PopCDRun.exe" POL_Shortcut "Chuzzle.exe" "$SHORTCUT_NAME" "" "" "" POL_Wine_reboot POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed. Please note, on some test computers the mouse pointer was found to not align with the graphics. When this happened, running the game within a 640x480 virtual desktop resoloved the problem')" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
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