diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 423a019..d694316 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,14 @@ The image of ddrescue was also compared with the image of dvdisaster as an examp The content of the two images is identical. The only differences are the information about the program used to create the image and the time of creation of the image. + + +#### aaru Info + +#### aaru Image extract + + + ## Conclusion The comparison shows two main findings. On the one hand, the aaru format can be used to create aaruf, compressed images in an open-source format. These images, when converted to an ISO file, are identical to those created by most other programs used in media restoration. diff --git a/aaru_aaruf/aaru_info_aaru_Image.txt b/aaru_aaruf/aaru_info_aaru_Image.txt new file mode 100644 index 0000000..fa05b55 --- /dev/null +++ b/aaru_aaruf/aaru_info_aaru_Image.txt @@ -0,0 +1,52 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Aaru Format (49360069-1784-4a2f-b723-0c844d610b0a). + +Image information: +Format: Aaru version 1.0 +Was created with Aaru version 5.3 +Image without headers is 109299962 bytes long +Contains a media of 55536 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 20.10.2022 12:44:01 +Last modified on 20.10.2022 12:45:55 +Contains a media of type CDROM and XML type OpticalDisc +Has partitions +Has sessions +Contains 1 readable media tags: +CD_FullTOC +Contains 9 readable sector tags: +CdSectorSync CdSectorHeader CdSectorSubHeader CdSectorEdc CdSectorEccP CdSectorEccQ CdSectorEcc CdSectorSubchannel CdTrackFlags + +CompactDisc Table of Contents contained in image: +First complete session number: 1 +Last complete session number: 1 +Session 1 +First track number: 1 (Data track, recorded uninterrupted) +Disc type: 0 +Last track number: 1 (Data track, recorded uninterrupted) +Lead-out start position: 12:22:36 +Lead-out is data type +Data track 1 starts at: 00:02:00 (Data track, recorded uninterrupted) + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55535 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2352 Raw 150 0 55535 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + +Dump hardware information: +Manufacturer Model Serial Software Version Operating system Start End +============================================================================================================ +ASUS SDRW-08D2S-U 3734508360 416942501267 Aaru 5.3.1.0 Linux 0 55535 + diff --git a/aaru_converted_image/aaru_info_dd_dump.txt b/aaru_converted_image/aaru_info_dd_dump.txt new file mode 100644 index 0000000..f8e4423 --- /dev/null +++ b/aaru_converted_image/aaru_info_dd_dump.txt @@ -0,0 +1,47 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113737728 bytes long +Contains a media of 55536 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 15.11.2022 10:49:00 +Last modified on 15.11.2022 10:49:04 +Contains a media of type CD and XML type OpticalDisc +Has partitions +Has sessions +Media title: dd_dump +Contains 1 readable media tags: +CD_FullTOC +Contains 1 readable sector tags: +CdTrackFlags + +CompactDisc Table of Contents contained in image: +First complete session number: 1 +Last complete session number: 1 +Session 1 +First track number: 1 (Data track, recorded uninterrupted) +Disc type: 0 +Last track number: 1 (Data track, recorded uninterrupted) +Lead-out start position: 12:22:36 +Lead-out is data type +Data track 1 starts at: 00:02:00 (Data track, recorded uninterrupted) + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55535 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2048 None 150 0 55535 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/BDA.cab b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDA.cab new file mode 100644 index 0000000..caed831 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDA.cab differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/BDANT.cab b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDANT.cab new file mode 100644 index 0000000..8a07f0a Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDANT.cab differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/BDAXP.cab b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDAXP.cab new file mode 100644 index 0000000..f8b5264 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/BDAXP.cab differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/DSETUP.dll b/aaru_converted_image/content/ISO9660/GAME/DirectX/DSETUP.dll new file mode 100644 index 0000000..d3e290f Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/DSETUP.dll differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/DirectX.cab b/aaru_converted_image/content/ISO9660/GAME/DirectX/DirectX.cab new file mode 100644 index 0000000..9edfdca Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/DirectX.cab differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/ManagedDX.CAB b/aaru_converted_image/content/ISO9660/GAME/DirectX/ManagedDX.CAB new file mode 100644 index 0000000..33c4fee Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/ManagedDX.CAB differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/boxshot.png b/aaru_converted_image/content/ISO9660/GAME/DirectX/boxshot.png new file mode 100644 index 0000000..9714419 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/boxshot.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/dsetup32.dll b/aaru_converted_image/content/ISO9660/GAME/DirectX/dsetup32.dll new file mode 100644 index 0000000..ab8f738 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/dsetup32.dll differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/dxnt.cab b/aaru_converted_image/content/ISO9660/GAME/DirectX/dxnt.cab new file mode 100644 index 0000000..e471a40 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/dxnt.cab differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/dxsetup.exe b/aaru_converted_image/content/ISO9660/GAME/DirectX/dxsetup.exe new file mode 100644 index 0000000..3295afa Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/dxsetup.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/DirectX/image.png b/aaru_converted_image/content/ISO9660/GAME/DirectX/image.png new file mode 100644 index 0000000..c41c392 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/DirectX/image.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg new file mode 100644 index 0000000..55c862b Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe new file mode 100644 index 0000000..2cff2ac Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg new file mode 100644 index 0000000..c10b974 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg new file mode 100644 index 0000000..613d557 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg new file mode 100644 index 0000000..74a3819 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg new file mode 100644 index 0000000..4f6117e Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg new file mode 100644 index 0000000..6a56cba Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/setup.exe b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/setup.exe new file mode 100644 index 0000000..81641a1 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/setup.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg new file mode 100644 index 0000000..11e683e Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg new file mode 100644 index 0000000..d3036f1 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg new file mode 100644 index 0000000..1cf19a6 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg new file mode 100644 index 0000000..72393dc Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg new file mode 100644 index 0000000..6950e26 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/setup.exe b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/setup.exe new file mode 100644 index 0000000..03671e6 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/setup.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg new file mode 100644 index 0000000..013dc84 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg new file mode 100644 index 0000000..a35271e Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg new file mode 100644 index 0000000..2a9b82a Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg new file mode 100644 index 0000000..9aa13af Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg new file mode 100644 index 0000000..2e19fa4 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/setup.exe b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/setup.exe new file mode 100644 index 0000000..92f3db3 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/setup.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg new file mode 100644 index 0000000..4c9dec0 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg new file mode 100644 index 0000000..1b708e2 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg new file mode 100644 index 0000000..7cbad12 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg new file mode 100644 index 0000000..7dea1f0 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg differ diff --git a/aaru_converted_image/content/ISO9660/GAME/autorun.inf b/aaru_converted_image/content/ISO9660/GAME/autorun.inf new file mode 100644 index 0000000..4999708 --- /dev/null +++ b/aaru_converted_image/content/ISO9660/GAME/autorun.inf @@ -0,0 +1,3 @@ +[AutoRun] +open=MainMenu.exe +icon=icon.ico diff --git a/aaru_converted_image/content/ISO9660/GAME/icon.ico b/aaru_converted_image/content/ISO9660/GAME/icon.ico new file mode 100644 index 0000000..f1139ba Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/icon.ico differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/buttons.png b/aaru_converted_image/content/ISO9660/GAME/images/buttons.png new file mode 100644 index 0000000..f2da06c Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/buttons.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/close.png b/aaru_converted_image/content/ISO9660/GAME/images/close.png new file mode 100644 index 0000000..03c119e Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/close.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/list.png b/aaru_converted_image/content/ISO9660/GAME/images/list.png new file mode 100644 index 0000000..d7d5b9c Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/list.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/loading.png b/aaru_converted_image/content/ISO9660/GAME/images/loading.png new file mode 100644 index 0000000..0b4a427 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/loading.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/main.png b/aaru_converted_image/content/ISO9660/GAME/images/main.png new file mode 100644 index 0000000..723bd8c Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/main.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/nobox.png b/aaru_converted_image/content/ISO9660/GAME/images/nobox.png new file mode 100644 index 0000000..1a1403f Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/nobox.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/screenshotbox.png b/aaru_converted_image/content/ISO9660/GAME/images/screenshotbox.png new file mode 100644 index 0000000..7f591a1 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/screenshotbox.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/scrollbar.png b/aaru_converted_image/content/ISO9660/GAME/images/scrollbar.png new file mode 100644 index 0000000..4372c50 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/scrollbar.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/images/scrollboxes.png b/aaru_converted_image/content/ISO9660/GAME/images/scrollboxes.png new file mode 100644 index 0000000..a8fc7e2 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/images/scrollboxes.png differ diff --git a/aaru_converted_image/content/ISO9660/GAME/mainmenu.exe b/aaru_converted_image/content/ISO9660/GAME/mainmenu.exe new file mode 100644 index 0000000..4255fa4 Binary files /dev/null and b/aaru_converted_image/content/ISO9660/GAME/mainmenu.exe differ diff --git a/aaru_converted_image/content/ISO9660/GAME/productdata.xml b/aaru_converted_image/content/ISO9660/GAME/productdata.xml new file mode 100644 index 0000000..a858427 --- /dev/null +++ b/aaru_converted_image/content/ISO9660/GAME/productdata.xml @@ -0,0 +1,85 @@ + +Pitch n Putt +www.idigicon.com +www.times-ebsoftware.com +www.skillsforsuccess.org.uk + + + Full Product + + Pitch n Putt + A fun to play golf game, allowing 20 players to compete against each other. + Full\Pitch n Putt\boxshot.jpg + Full\Pitch n Putt\ss1.jpg + Full\Pitch n Putt\ss2.jpg + Full\Pitch n Putt\ss3.jpg + Full\Pitch n Putt\ss4.jpg + Custom tournament mode + Random course play + 6 different characters to choose from + 1 to 20 players game + Full\Pitch n Putt\setup.exe + INSTALL + + + + Trial Products + + Brickbuster (trial) + Bringing back the true playability of the arcade genre, NA Ball packs a punch with its superior graphics and special effects! + Trial\Brickbuster\boxshot.jpg + Trial\Brickbuster\ss1.jpg + Trial\Brickbuster\ss2.jpg + Trial\Brickbuster\ss3.jpg + Trial\Brickbuster\ss4.jpg + Superb 3D Graphics + Frantic Brick-Blasting Action + A Host of Bonuses and Traps + All Kinds of Bricks and Bumpers + Trial\Brickbuster\setup.exe + INSTALL + + + Removal Man (trial) + Help Lord Bray move some of his belongings to a museum, but don't forget to find his parrot and watch out for those pesky ghosts! + Trial\Removal Man\boxshot.jpg + Trial\Removal Man\ss1.jpg + Trial\Removal Man\ss2.jpg + Trial\Removal Man\ss3.jpg + Trial\Removal Man\ss4.jpg + A huge multi-level mansion to explore + Realtime 3D cartoon style + Unique characters + Console quality graphics and music + Trial\Removal Man\setup.exe + INSTALL + + + Word Yo (trial) + You'll be lost for words at how fun this game is! Match letters up to find words and score points before your time runs out, in Word Yo! + Trial\Word Yo\boxshot.jpg + Trial\Word Yo\ss1.jpg + Trial\Word Yo\ss2.jpg + Trial\Word Yo\ss3.jpg + Trial\Word Yo\ss4.jpg + Captivating Puzzle Play + Spell Words for Points + 3 Game Types + 3 Difficulty Modes + Trial\Word Yo\setup.exe + INSTALL + + + + DirectX + + DirectX 9.0c + DirectX is needed to run many of today's games and other applications. + DirectX is a group of technologies by Microsoft for rendering both 2D and 3D graphics on Windows platforms.\\It is important to have the latest version of DirectX, so that your computer is compatible with today's games and other applications. + DirectX\boxshot.png + DirectX\image.png + DirectX\dxsetup.exe + INSTALL + + + diff --git a/aaru_iso/aaru_info_aaru_iso.txt b/aaru_iso/aaru_info_aaru_iso.txt new file mode 100644 index 0000000..488a3a9 --- /dev/null +++ b/aaru_iso/aaru_info_aaru_iso.txt @@ -0,0 +1,34 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113737728 bytes long +Contains a media of 55536 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 21.10.2022 07:10:21 +Last modified on 20.10.2022 13:37:11 +Contains a media of type CD and XML type OpticalDisc +Has partitions +Has sessions +Media title: aaru_Image +Contains 1 readable sector tags: +CdTrackFlags + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55535 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2048 None 150 0 55535 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + diff --git a/dd/aaru_info_dd_PitchnPutt.txt b/dd/aaru_info_dd_PitchnPutt.txt new file mode 100644 index 0000000..6d5ac1c --- /dev/null +++ b/dd/aaru_info_dd_PitchnPutt.txt @@ -0,0 +1,34 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113737728 bytes long +Contains a media of 55536 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 14.11.2022 14:45:31 +Last modified on 14.11.2022 14:41:47 +Contains a media of type CD and XML type OpticalDisc +Has partitions +Has sessions +Media title: dd_PitchnPutt +Contains 1 readable sector tags: +CdTrackFlags + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55535 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2048 None 150 0 55535 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + diff --git a/dd/content/ISO9660/GAME/DirectX/BDA.cab b/dd/content/ISO9660/GAME/DirectX/BDA.cab new file mode 100644 index 0000000..caed831 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/BDA.cab differ diff --git a/dd/content/ISO9660/GAME/DirectX/BDANT.cab b/dd/content/ISO9660/GAME/DirectX/BDANT.cab new file mode 100644 index 0000000..8a07f0a Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/BDANT.cab differ diff --git a/dd/content/ISO9660/GAME/DirectX/BDAXP.cab b/dd/content/ISO9660/GAME/DirectX/BDAXP.cab new file mode 100644 index 0000000..f8b5264 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/BDAXP.cab differ diff --git a/dd/content/ISO9660/GAME/DirectX/DSETUP.dll b/dd/content/ISO9660/GAME/DirectX/DSETUP.dll new file mode 100644 index 0000000..d3e290f Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/DSETUP.dll differ diff --git a/dd/content/ISO9660/GAME/DirectX/DirectX.cab b/dd/content/ISO9660/GAME/DirectX/DirectX.cab new file mode 100644 index 0000000..9edfdca Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/DirectX.cab differ diff --git a/dd/content/ISO9660/GAME/DirectX/ManagedDX.CAB b/dd/content/ISO9660/GAME/DirectX/ManagedDX.CAB new file mode 100644 index 0000000..33c4fee Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/ManagedDX.CAB differ diff --git a/dd/content/ISO9660/GAME/DirectX/boxshot.png b/dd/content/ISO9660/GAME/DirectX/boxshot.png new file mode 100644 index 0000000..9714419 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/boxshot.png differ diff --git a/dd/content/ISO9660/GAME/DirectX/dsetup32.dll b/dd/content/ISO9660/GAME/DirectX/dsetup32.dll new file mode 100644 index 0000000..ab8f738 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/dsetup32.dll differ diff --git a/dd/content/ISO9660/GAME/DirectX/dxnt.cab b/dd/content/ISO9660/GAME/DirectX/dxnt.cab new file mode 100644 index 0000000..e471a40 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/dxnt.cab differ diff --git a/dd/content/ISO9660/GAME/DirectX/dxsetup.exe b/dd/content/ISO9660/GAME/DirectX/dxsetup.exe new file mode 100644 index 0000000..3295afa Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/dxsetup.exe differ diff --git a/dd/content/ISO9660/GAME/DirectX/image.png b/dd/content/ISO9660/GAME/DirectX/image.png new file mode 100644 index 0000000..c41c392 Binary files /dev/null and b/dd/content/ISO9660/GAME/DirectX/image.png differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg b/dd/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg new file mode 100644 index 0000000..55c862b Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe b/dd/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe new file mode 100644 index 0000000..2cff2ac Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg new file mode 100644 index 0000000..c10b974 Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg new file mode 100644 index 0000000..613d557 Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg new file mode 100644 index 0000000..74a3819 Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg differ diff --git a/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg new file mode 100644 index 0000000..4f6117e Binary files /dev/null and b/dd/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg b/dd/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg new file mode 100644 index 0000000..6a56cba Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/setup.exe b/dd/content/ISO9660/GAME/Trial/Brickbuster/setup.exe new file mode 100644 index 0000000..81641a1 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/setup.exe differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg new file mode 100644 index 0000000..11e683e Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg new file mode 100644 index 0000000..d3036f1 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg new file mode 100644 index 0000000..1cf19a6 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg new file mode 100644 index 0000000..72393dc Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg b/dd/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg new file mode 100644 index 0000000..6950e26 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/setup.exe b/dd/content/ISO9660/GAME/Trial/Removal Man/setup.exe new file mode 100644 index 0000000..03671e6 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/setup.exe differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg b/dd/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg new file mode 100644 index 0000000..013dc84 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg b/dd/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg new file mode 100644 index 0000000..a35271e Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg b/dd/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg new file mode 100644 index 0000000..2a9b82a Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg b/dd/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg new file mode 100644 index 0000000..9aa13af Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg b/dd/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg new file mode 100644 index 0000000..2e19fa4 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/setup.exe b/dd/content/ISO9660/GAME/Trial/Word Yo/setup.exe new file mode 100644 index 0000000..92f3db3 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/setup.exe differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg b/dd/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg new file mode 100644 index 0000000..4c9dec0 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg b/dd/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg new file mode 100644 index 0000000..1b708e2 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg b/dd/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg new file mode 100644 index 0000000..7cbad12 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg differ diff --git a/dd/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg b/dd/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg new file mode 100644 index 0000000..7dea1f0 Binary files /dev/null and b/dd/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg differ diff --git a/dd/content/ISO9660/GAME/autorun.inf b/dd/content/ISO9660/GAME/autorun.inf new file mode 100644 index 0000000..4999708 --- /dev/null +++ b/dd/content/ISO9660/GAME/autorun.inf @@ -0,0 +1,3 @@ +[AutoRun] +open=MainMenu.exe +icon=icon.ico diff --git a/dd/content/ISO9660/GAME/icon.ico b/dd/content/ISO9660/GAME/icon.ico new file mode 100644 index 0000000..f1139ba Binary files /dev/null and b/dd/content/ISO9660/GAME/icon.ico differ diff --git a/dd/content/ISO9660/GAME/images/buttons.png b/dd/content/ISO9660/GAME/images/buttons.png new file mode 100644 index 0000000..f2da06c Binary files /dev/null and b/dd/content/ISO9660/GAME/images/buttons.png differ diff --git a/dd/content/ISO9660/GAME/images/close.png b/dd/content/ISO9660/GAME/images/close.png new file mode 100644 index 0000000..03c119e Binary files /dev/null and b/dd/content/ISO9660/GAME/images/close.png differ diff --git a/dd/content/ISO9660/GAME/images/list.png b/dd/content/ISO9660/GAME/images/list.png new file mode 100644 index 0000000..d7d5b9c Binary files /dev/null and b/dd/content/ISO9660/GAME/images/list.png differ diff --git a/dd/content/ISO9660/GAME/images/loading.png b/dd/content/ISO9660/GAME/images/loading.png new file mode 100644 index 0000000..0b4a427 Binary files /dev/null and b/dd/content/ISO9660/GAME/images/loading.png differ diff --git a/dd/content/ISO9660/GAME/images/main.png b/dd/content/ISO9660/GAME/images/main.png new file mode 100644 index 0000000..723bd8c Binary files /dev/null and b/dd/content/ISO9660/GAME/images/main.png differ diff --git a/dd/content/ISO9660/GAME/images/nobox.png b/dd/content/ISO9660/GAME/images/nobox.png new file mode 100644 index 0000000..1a1403f Binary files /dev/null and b/dd/content/ISO9660/GAME/images/nobox.png differ diff --git a/dd/content/ISO9660/GAME/images/screenshotbox.png b/dd/content/ISO9660/GAME/images/screenshotbox.png new file mode 100644 index 0000000..7f591a1 Binary files /dev/null and b/dd/content/ISO9660/GAME/images/screenshotbox.png differ diff --git a/dd/content/ISO9660/GAME/images/scrollbar.png b/dd/content/ISO9660/GAME/images/scrollbar.png new file mode 100644 index 0000000..4372c50 Binary files /dev/null and b/dd/content/ISO9660/GAME/images/scrollbar.png differ diff --git a/dd/content/ISO9660/GAME/images/scrollboxes.png b/dd/content/ISO9660/GAME/images/scrollboxes.png new file mode 100644 index 0000000..a8fc7e2 Binary files /dev/null and b/dd/content/ISO9660/GAME/images/scrollboxes.png differ diff --git a/dd/content/ISO9660/GAME/mainmenu.exe b/dd/content/ISO9660/GAME/mainmenu.exe new file mode 100644 index 0000000..4255fa4 Binary files /dev/null and b/dd/content/ISO9660/GAME/mainmenu.exe differ diff --git a/dd/content/ISO9660/GAME/productdata.xml b/dd/content/ISO9660/GAME/productdata.xml new file mode 100644 index 0000000..a858427 --- /dev/null +++ b/dd/content/ISO9660/GAME/productdata.xml @@ -0,0 +1,85 @@ + +Pitch n Putt +www.idigicon.com +www.times-ebsoftware.com +www.skillsforsuccess.org.uk + + + Full Product + + Pitch n Putt + A fun to play golf game, allowing 20 players to compete against each other. + Full\Pitch n Putt\boxshot.jpg + Full\Pitch n Putt\ss1.jpg + Full\Pitch n Putt\ss2.jpg + Full\Pitch n Putt\ss3.jpg + Full\Pitch n Putt\ss4.jpg + Custom tournament mode + Random course play + 6 different characters to choose from + 1 to 20 players game + Full\Pitch n Putt\setup.exe + INSTALL + + + + Trial Products + + Brickbuster (trial) + Bringing back the true playability of the arcade genre, NA Ball packs a punch with its superior graphics and special effects! + Trial\Brickbuster\boxshot.jpg + Trial\Brickbuster\ss1.jpg + Trial\Brickbuster\ss2.jpg + Trial\Brickbuster\ss3.jpg + Trial\Brickbuster\ss4.jpg + Superb 3D Graphics + Frantic Brick-Blasting Action + A Host of Bonuses and Traps + All Kinds of Bricks and Bumpers + Trial\Brickbuster\setup.exe + INSTALL + + + Removal Man (trial) + Help Lord Bray move some of his belongings to a museum, but don't forget to find his parrot and watch out for those pesky ghosts! + Trial\Removal Man\boxshot.jpg + Trial\Removal Man\ss1.jpg + Trial\Removal Man\ss2.jpg + Trial\Removal Man\ss3.jpg + Trial\Removal Man\ss4.jpg + A huge multi-level mansion to explore + Realtime 3D cartoon style + Unique characters + Console quality graphics and music + Trial\Removal Man\setup.exe + INSTALL + + + Word Yo (trial) + You'll be lost for words at how fun this game is! Match letters up to find words and score points before your time runs out, in Word Yo! + Trial\Word Yo\boxshot.jpg + Trial\Word Yo\ss1.jpg + Trial\Word Yo\ss2.jpg + Trial\Word Yo\ss3.jpg + Trial\Word Yo\ss4.jpg + Captivating Puzzle Play + Spell Words for Points + 3 Game Types + 3 Difficulty Modes + Trial\Word Yo\setup.exe + INSTALL + + + + DirectX + + DirectX 9.0c + DirectX is needed to run many of today's games and other applications. + DirectX is a group of technologies by Microsoft for rendering both 2D and 3D graphics on Windows platforms.\\It is important to have the latest version of DirectX, so that your computer is compatible with today's games and other applications. + DirectX\boxshot.png + DirectX\image.png + DirectX\dxsetup.exe + INSTALL + + + diff --git a/ddrescue/aaru_info_ddrescue_PitchnPutt.txt b/ddrescue/aaru_info_ddrescue_PitchnPutt.txt new file mode 100644 index 0000000..bb8b7ed --- /dev/null +++ b/ddrescue/aaru_info_ddrescue_PitchnPutt.txt @@ -0,0 +1,34 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113737728 bytes long +Contains a media of 55536 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 21.10.2022 07:10:20 +Last modified on 20.10.2022 13:02:27 +Contains a media of type CD and XML type OpticalDisc +Has partitions +Has sessions +Media title: ddrescue_PitchnPutt +Contains 1 readable sector tags: +CdTrackFlags + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55535 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2048 None 150 0 55535 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + diff --git a/ddrescue/content/ISO9660/GAME/DirectX/BDA.cab b/ddrescue/content/ISO9660/GAME/DirectX/BDA.cab new file mode 100644 index 0000000..caed831 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/BDA.cab differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/BDANT.cab b/ddrescue/content/ISO9660/GAME/DirectX/BDANT.cab new file mode 100644 index 0000000..8a07f0a Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/BDANT.cab differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/BDAXP.cab b/ddrescue/content/ISO9660/GAME/DirectX/BDAXP.cab new file mode 100644 index 0000000..f8b5264 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/BDAXP.cab differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/DSETUP.dll b/ddrescue/content/ISO9660/GAME/DirectX/DSETUP.dll new file mode 100644 index 0000000..d3e290f Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/DSETUP.dll differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/DirectX.cab b/ddrescue/content/ISO9660/GAME/DirectX/DirectX.cab new file mode 100644 index 0000000..9edfdca Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/DirectX.cab differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/ManagedDX.CAB b/ddrescue/content/ISO9660/GAME/DirectX/ManagedDX.CAB new file mode 100644 index 0000000..33c4fee Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/ManagedDX.CAB differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/boxshot.png b/ddrescue/content/ISO9660/GAME/DirectX/boxshot.png new file mode 100644 index 0000000..9714419 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/boxshot.png differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/dsetup32.dll b/ddrescue/content/ISO9660/GAME/DirectX/dsetup32.dll new file mode 100644 index 0000000..ab8f738 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/dsetup32.dll differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/dxnt.cab b/ddrescue/content/ISO9660/GAME/DirectX/dxnt.cab new file mode 100644 index 0000000..e471a40 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/dxnt.cab differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/dxsetup.exe b/ddrescue/content/ISO9660/GAME/DirectX/dxsetup.exe new file mode 100644 index 0000000..3295afa Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/dxsetup.exe differ diff --git a/ddrescue/content/ISO9660/GAME/DirectX/image.png b/ddrescue/content/ISO9660/GAME/DirectX/image.png new file mode 100644 index 0000000..c41c392 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/DirectX/image.png differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg new file mode 100644 index 0000000..55c862b Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe new file mode 100644 index 0000000..2cff2ac Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg new file mode 100644 index 0000000..c10b974 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg new file mode 100644 index 0000000..613d557 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg new file mode 100644 index 0000000..74a3819 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg new file mode 100644 index 0000000..4f6117e Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg new file mode 100644 index 0000000..6a56cba Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/setup.exe b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/setup.exe new file mode 100644 index 0000000..81641a1 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/setup.exe differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg new file mode 100644 index 0000000..11e683e Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg new file mode 100644 index 0000000..d3036f1 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg new file mode 100644 index 0000000..1cf19a6 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg new file mode 100644 index 0000000..72393dc Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg new file mode 100644 index 0000000..6950e26 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/setup.exe b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/setup.exe new file mode 100644 index 0000000..03671e6 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/setup.exe differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg new file mode 100644 index 0000000..013dc84 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg new file mode 100644 index 0000000..a35271e Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg new file mode 100644 index 0000000..2a9b82a Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg new file mode 100644 index 0000000..9aa13af Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg new file mode 100644 index 0000000..2e19fa4 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/setup.exe b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/setup.exe new file mode 100644 index 0000000..92f3db3 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/setup.exe differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg new file mode 100644 index 0000000..4c9dec0 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg new file mode 100644 index 0000000..1b708e2 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg new file mode 100644 index 0000000..7cbad12 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg new file mode 100644 index 0000000..7dea1f0 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg differ diff --git a/ddrescue/content/ISO9660/GAME/autorun.inf b/ddrescue/content/ISO9660/GAME/autorun.inf new file mode 100644 index 0000000..4999708 --- /dev/null +++ b/ddrescue/content/ISO9660/GAME/autorun.inf @@ -0,0 +1,3 @@ +[AutoRun] +open=MainMenu.exe +icon=icon.ico diff --git a/ddrescue/content/ISO9660/GAME/icon.ico b/ddrescue/content/ISO9660/GAME/icon.ico new file mode 100644 index 0000000..f1139ba Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/icon.ico differ diff --git a/ddrescue/content/ISO9660/GAME/images/buttons.png b/ddrescue/content/ISO9660/GAME/images/buttons.png new file mode 100644 index 0000000..f2da06c Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/buttons.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/close.png b/ddrescue/content/ISO9660/GAME/images/close.png new file mode 100644 index 0000000..03c119e Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/close.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/list.png b/ddrescue/content/ISO9660/GAME/images/list.png new file mode 100644 index 0000000..d7d5b9c Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/list.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/loading.png b/ddrescue/content/ISO9660/GAME/images/loading.png new file mode 100644 index 0000000..0b4a427 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/loading.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/main.png b/ddrescue/content/ISO9660/GAME/images/main.png new file mode 100644 index 0000000..723bd8c Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/main.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/nobox.png b/ddrescue/content/ISO9660/GAME/images/nobox.png new file mode 100644 index 0000000..1a1403f Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/nobox.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/screenshotbox.png b/ddrescue/content/ISO9660/GAME/images/screenshotbox.png new file mode 100644 index 0000000..7f591a1 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/screenshotbox.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/scrollbar.png b/ddrescue/content/ISO9660/GAME/images/scrollbar.png new file mode 100644 index 0000000..4372c50 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/scrollbar.png differ diff --git a/ddrescue/content/ISO9660/GAME/images/scrollboxes.png b/ddrescue/content/ISO9660/GAME/images/scrollboxes.png new file mode 100644 index 0000000..a8fc7e2 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/images/scrollboxes.png differ diff --git a/ddrescue/content/ISO9660/GAME/mainmenu.exe b/ddrescue/content/ISO9660/GAME/mainmenu.exe new file mode 100644 index 0000000..4255fa4 Binary files /dev/null and b/ddrescue/content/ISO9660/GAME/mainmenu.exe differ diff --git a/ddrescue/content/ISO9660/GAME/productdata.xml b/ddrescue/content/ISO9660/GAME/productdata.xml new file mode 100644 index 0000000..a858427 --- /dev/null +++ b/ddrescue/content/ISO9660/GAME/productdata.xml @@ -0,0 +1,85 @@ + +Pitch n Putt +www.idigicon.com +www.times-ebsoftware.com +www.skillsforsuccess.org.uk + + + Full Product + + Pitch n Putt + A fun to play golf game, allowing 20 players to compete against each other. + Full\Pitch n Putt\boxshot.jpg + Full\Pitch n Putt\ss1.jpg + Full\Pitch n Putt\ss2.jpg + Full\Pitch n Putt\ss3.jpg + Full\Pitch n Putt\ss4.jpg + Custom tournament mode + Random course play + 6 different characters to choose from + 1 to 20 players game + Full\Pitch n Putt\setup.exe + INSTALL + + + + Trial Products + + Brickbuster (trial) + Bringing back the true playability of the arcade genre, NA Ball packs a punch with its superior graphics and special effects! + Trial\Brickbuster\boxshot.jpg + Trial\Brickbuster\ss1.jpg + Trial\Brickbuster\ss2.jpg + Trial\Brickbuster\ss3.jpg + Trial\Brickbuster\ss4.jpg + Superb 3D Graphics + Frantic Brick-Blasting Action + A Host of Bonuses and Traps + All Kinds of Bricks and Bumpers + Trial\Brickbuster\setup.exe + INSTALL + + + Removal Man (trial) + Help Lord Bray move some of his belongings to a museum, but don't forget to find his parrot and watch out for those pesky ghosts! + Trial\Removal Man\boxshot.jpg + Trial\Removal Man\ss1.jpg + Trial\Removal Man\ss2.jpg + Trial\Removal Man\ss3.jpg + Trial\Removal Man\ss4.jpg + A huge multi-level mansion to explore + Realtime 3D cartoon style + Unique characters + Console quality graphics and music + Trial\Removal Man\setup.exe + INSTALL + + + Word Yo (trial) + You'll be lost for words at how fun this game is! Match letters up to find words and score points before your time runs out, in Word Yo! + Trial\Word Yo\boxshot.jpg + Trial\Word Yo\ss1.jpg + Trial\Word Yo\ss2.jpg + Trial\Word Yo\ss3.jpg + Trial\Word Yo\ss4.jpg + Captivating Puzzle Play + Spell Words for Points + 3 Game Types + 3 Difficulty Modes + Trial\Word Yo\setup.exe + INSTALL + + + + DirectX + + DirectX 9.0c + DirectX is needed to run many of today's games and other applications. + DirectX is a group of technologies by Microsoft for rendering both 2D and 3D graphics on Windows platforms.\\It is important to have the latest version of DirectX, so that your computer is compatible with today's games and other applications. + DirectX\boxshot.png + DirectX\image.png + DirectX\dxsetup.exe + INSTALL + + + diff --git a/dvdisaster/aaru_info_dvdisaster_PitchnPutt.txt b/dvdisaster/aaru_info_dvdisaster_PitchnPutt.txt new file mode 100644 index 0000000..2334937 --- /dev/null +++ b/dvdisaster/aaru_info_dvdisaster_PitchnPutt.txt @@ -0,0 +1,34 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113430528 bytes long +Contains a media of 55386 sectors with a maximum sector size of 2048 bytes (if all sectors are of the same size this would be 113430528 bytes) +Created on 21.10.2022 07:10:19 +Last modified on 20.10.2022 12:59:06 +Contains a media of type CD and XML type OpticalDisc +Has partitions +Has sessions +Media title: dvdisaster_PitchnPutt +Contains 1 readable sector tags: +CdTrackFlags + +Image sessions: +Session First track Last track Start End +========================================================= +1 1 1 0 55385 + +Image tracks: +Track Type Bps Raw bps Subchannel Pregap Start End +================================================================================= +1 CdMode1 2048 2048 None 150 0 55385 + +Track indexes: +Track Index Start +======================= +1 0 -150 +1 1 0 + diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/BDA.cab b/dvdisaster/content/ISO9660/GAME/DirectX/BDA.cab new file mode 100644 index 0000000..caed831 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/BDA.cab differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/BDANT.cab b/dvdisaster/content/ISO9660/GAME/DirectX/BDANT.cab new file mode 100644 index 0000000..8a07f0a Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/BDANT.cab differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/BDAXP.cab b/dvdisaster/content/ISO9660/GAME/DirectX/BDAXP.cab new file mode 100644 index 0000000..f8b5264 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/BDAXP.cab differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/DSETUP.dll b/dvdisaster/content/ISO9660/GAME/DirectX/DSETUP.dll new file mode 100644 index 0000000..d3e290f Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/DSETUP.dll differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/DirectX.cab b/dvdisaster/content/ISO9660/GAME/DirectX/DirectX.cab new file mode 100644 index 0000000..9edfdca Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/DirectX.cab differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/ManagedDX.CAB b/dvdisaster/content/ISO9660/GAME/DirectX/ManagedDX.CAB new file mode 100644 index 0000000..33c4fee Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/ManagedDX.CAB differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/boxshot.png b/dvdisaster/content/ISO9660/GAME/DirectX/boxshot.png new file mode 100644 index 0000000..9714419 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/boxshot.png differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/dsetup32.dll b/dvdisaster/content/ISO9660/GAME/DirectX/dsetup32.dll new file mode 100644 index 0000000..ab8f738 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/dsetup32.dll differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/dxnt.cab b/dvdisaster/content/ISO9660/GAME/DirectX/dxnt.cab new file mode 100644 index 0000000..e471a40 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/dxnt.cab differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/dxsetup.exe b/dvdisaster/content/ISO9660/GAME/DirectX/dxsetup.exe new file mode 100644 index 0000000..3295afa Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/dxsetup.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/DirectX/image.png b/dvdisaster/content/ISO9660/GAME/DirectX/image.png new file mode 100644 index 0000000..c41c392 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/DirectX/image.png differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg new file mode 100644 index 0000000..55c862b Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe new file mode 100644 index 0000000..2cff2ac Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg new file mode 100644 index 0000000..c10b974 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg new file mode 100644 index 0000000..613d557 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg new file mode 100644 index 0000000..74a3819 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg new file mode 100644 index 0000000..4f6117e Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg new file mode 100644 index 0000000..6a56cba Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/setup.exe b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/setup.exe new file mode 100644 index 0000000..81641a1 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/setup.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg new file mode 100644 index 0000000..11e683e Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg new file mode 100644 index 0000000..d3036f1 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg new file mode 100644 index 0000000..1cf19a6 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg new file mode 100644 index 0000000..72393dc Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg new file mode 100644 index 0000000..6950e26 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/setup.exe b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/setup.exe new file mode 100644 index 0000000..03671e6 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/setup.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg new file mode 100644 index 0000000..013dc84 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg new file mode 100644 index 0000000..a35271e Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg new file mode 100644 index 0000000..2a9b82a Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg new file mode 100644 index 0000000..9aa13af Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg new file mode 100644 index 0000000..2e19fa4 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/setup.exe b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/setup.exe new file mode 100644 index 0000000..92f3db3 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/setup.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg new file mode 100644 index 0000000..4c9dec0 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg new file mode 100644 index 0000000..1b708e2 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg new file mode 100644 index 0000000..7cbad12 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg new file mode 100644 index 0000000..7dea1f0 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg differ diff --git a/dvdisaster/content/ISO9660/GAME/autorun.inf b/dvdisaster/content/ISO9660/GAME/autorun.inf new file mode 100644 index 0000000..4999708 --- /dev/null +++ b/dvdisaster/content/ISO9660/GAME/autorun.inf @@ -0,0 +1,3 @@ +[AutoRun] +open=MainMenu.exe +icon=icon.ico diff --git a/dvdisaster/content/ISO9660/GAME/icon.ico b/dvdisaster/content/ISO9660/GAME/icon.ico new file mode 100644 index 0000000..f1139ba Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/icon.ico differ diff --git a/dvdisaster/content/ISO9660/GAME/images/buttons.png b/dvdisaster/content/ISO9660/GAME/images/buttons.png new file mode 100644 index 0000000..f2da06c Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/buttons.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/close.png b/dvdisaster/content/ISO9660/GAME/images/close.png new file mode 100644 index 0000000..03c119e Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/close.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/list.png b/dvdisaster/content/ISO9660/GAME/images/list.png new file mode 100644 index 0000000..d7d5b9c Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/list.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/loading.png b/dvdisaster/content/ISO9660/GAME/images/loading.png new file mode 100644 index 0000000..0b4a427 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/loading.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/main.png b/dvdisaster/content/ISO9660/GAME/images/main.png new file mode 100644 index 0000000..723bd8c Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/main.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/nobox.png b/dvdisaster/content/ISO9660/GAME/images/nobox.png new file mode 100644 index 0000000..1a1403f Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/nobox.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/screenshotbox.png b/dvdisaster/content/ISO9660/GAME/images/screenshotbox.png new file mode 100644 index 0000000..7f591a1 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/screenshotbox.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/scrollbar.png b/dvdisaster/content/ISO9660/GAME/images/scrollbar.png new file mode 100644 index 0000000..4372c50 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/scrollbar.png differ diff --git a/dvdisaster/content/ISO9660/GAME/images/scrollboxes.png b/dvdisaster/content/ISO9660/GAME/images/scrollboxes.png new file mode 100644 index 0000000..a8fc7e2 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/images/scrollboxes.png differ diff --git a/dvdisaster/content/ISO9660/GAME/mainmenu.exe b/dvdisaster/content/ISO9660/GAME/mainmenu.exe new file mode 100644 index 0000000..4255fa4 Binary files /dev/null and b/dvdisaster/content/ISO9660/GAME/mainmenu.exe differ diff --git a/dvdisaster/content/ISO9660/GAME/productdata.xml b/dvdisaster/content/ISO9660/GAME/productdata.xml new file mode 100644 index 0000000..a858427 --- /dev/null +++ b/dvdisaster/content/ISO9660/GAME/productdata.xml @@ -0,0 +1,85 @@ + +Pitch n Putt +www.idigicon.com +www.times-ebsoftware.com +www.skillsforsuccess.org.uk + + + Full Product + + Pitch n Putt + A fun to play golf game, allowing 20 players to compete against each other. + Full\Pitch n Putt\boxshot.jpg + Full\Pitch n Putt\ss1.jpg + Full\Pitch n Putt\ss2.jpg + Full\Pitch n Putt\ss3.jpg + Full\Pitch n Putt\ss4.jpg + Custom tournament mode + Random course play + 6 different characters to choose from + 1 to 20 players game + Full\Pitch n Putt\setup.exe + INSTALL + + + + Trial Products + + Brickbuster (trial) + Bringing back the true playability of the arcade genre, NA Ball packs a punch with its superior graphics and special effects! + Trial\Brickbuster\boxshot.jpg + Trial\Brickbuster\ss1.jpg + Trial\Brickbuster\ss2.jpg + Trial\Brickbuster\ss3.jpg + Trial\Brickbuster\ss4.jpg + Superb 3D Graphics + Frantic Brick-Blasting Action + A Host of Bonuses and Traps + All Kinds of Bricks and Bumpers + Trial\Brickbuster\setup.exe + INSTALL + + + Removal Man (trial) + Help Lord Bray move some of his belongings to a museum, but don't forget to find his parrot and watch out for those pesky ghosts! + Trial\Removal Man\boxshot.jpg + Trial\Removal Man\ss1.jpg + Trial\Removal Man\ss2.jpg + Trial\Removal Man\ss3.jpg + Trial\Removal Man\ss4.jpg + A huge multi-level mansion to explore + Realtime 3D cartoon style + Unique characters + Console quality graphics and music + Trial\Removal Man\setup.exe + INSTALL + + + Word Yo (trial) + You'll be lost for words at how fun this game is! Match letters up to find words and score points before your time runs out, in Word Yo! + Trial\Word Yo\boxshot.jpg + Trial\Word Yo\ss1.jpg + Trial\Word Yo\ss2.jpg + Trial\Word Yo\ss3.jpg + Trial\Word Yo\ss4.jpg + Captivating Puzzle Play + Spell Words for Points + 3 Game Types + 3 Difficulty Modes + Trial\Word Yo\setup.exe + INSTALL + + + + DirectX + + DirectX 9.0c + DirectX is needed to run many of today's games and other applications. + DirectX is a group of technologies by Microsoft for rendering both 2D and 3D graphics on Windows platforms.\\It is important to have the latest version of DirectX, so that your computer is compatible with today's games and other applications. + DirectX\boxshot.png + DirectX\image.png + DirectX\dxsetup.exe + INSTALL + + + diff --git a/guymager/aaru_info_guymager_PitchnPutt.txt b/guymager/aaru_info_guymager_PitchnPutt.txt new file mode 100644 index 0000000..b1d44da --- /dev/null +++ b/guymager/aaru_info_guymager_PitchnPutt.txt @@ -0,0 +1,18 @@ +aaru 5.3.1 +Copyright © 2011-2022 Natalia Portillo + +Image format identified by Raw Disk Image (12345678-aaaa-bbbb-cccc-123456789000). + +Image information: +Format: Raw disk image (sector by sector copy) +Image without headers is 113737728 bytes long +Contains a media of 222144 sectors with a maximum sector size of 512 bytes (if all sectors are of the same size this would be 113737728 bytes) +Created on 21.10.2022 07:10:20 +Last modified on 20.10.2022 13:03:37 +Contains a media of type GENERIC_HDD and XML type BlockMedia +Doesn't have partitions +Doesn't have sessions +Media title: guymager_PitchnPutt +Media geometry: 220 cylinders, 16 heads, 63 sectors per track + + diff --git a/guymager/content/ISO9660/GAME/DirectX/BDA.cab b/guymager/content/ISO9660/GAME/DirectX/BDA.cab new file mode 100644 index 0000000..caed831 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/BDA.cab differ diff --git a/guymager/content/ISO9660/GAME/DirectX/BDANT.cab b/guymager/content/ISO9660/GAME/DirectX/BDANT.cab new file mode 100644 index 0000000..8a07f0a Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/BDANT.cab differ diff --git a/guymager/content/ISO9660/GAME/DirectX/BDAXP.cab b/guymager/content/ISO9660/GAME/DirectX/BDAXP.cab new file mode 100644 index 0000000..f8b5264 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/BDAXP.cab differ diff --git a/guymager/content/ISO9660/GAME/DirectX/DSETUP.dll b/guymager/content/ISO9660/GAME/DirectX/DSETUP.dll new file mode 100644 index 0000000..d3e290f Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/DSETUP.dll differ diff --git a/guymager/content/ISO9660/GAME/DirectX/DirectX.cab b/guymager/content/ISO9660/GAME/DirectX/DirectX.cab new file mode 100644 index 0000000..9edfdca Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/DirectX.cab differ diff --git a/guymager/content/ISO9660/GAME/DirectX/ManagedDX.CAB b/guymager/content/ISO9660/GAME/DirectX/ManagedDX.CAB new file mode 100644 index 0000000..33c4fee Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/ManagedDX.CAB differ diff --git a/guymager/content/ISO9660/GAME/DirectX/boxshot.png b/guymager/content/ISO9660/GAME/DirectX/boxshot.png new file mode 100644 index 0000000..9714419 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/boxshot.png differ diff --git a/guymager/content/ISO9660/GAME/DirectX/dsetup32.dll b/guymager/content/ISO9660/GAME/DirectX/dsetup32.dll new file mode 100644 index 0000000..ab8f738 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/dsetup32.dll differ diff --git a/guymager/content/ISO9660/GAME/DirectX/dxnt.cab b/guymager/content/ISO9660/GAME/DirectX/dxnt.cab new file mode 100644 index 0000000..e471a40 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/dxnt.cab differ diff --git a/guymager/content/ISO9660/GAME/DirectX/dxsetup.exe b/guymager/content/ISO9660/GAME/DirectX/dxsetup.exe new file mode 100644 index 0000000..3295afa Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/dxsetup.exe differ diff --git a/guymager/content/ISO9660/GAME/DirectX/image.png b/guymager/content/ISO9660/GAME/DirectX/image.png new file mode 100644 index 0000000..c41c392 Binary files /dev/null and b/guymager/content/ISO9660/GAME/DirectX/image.png differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg new file mode 100644 index 0000000..55c862b Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/boxshot.jpg differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe new file mode 100644 index 0000000..2cff2ac Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/setup.exe differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg new file mode 100644 index 0000000..c10b974 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss1.jpg differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg new file mode 100644 index 0000000..613d557 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss2.jpg differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg new file mode 100644 index 0000000..74a3819 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss3.jpg differ diff --git a/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg new file mode 100644 index 0000000..4f6117e Binary files /dev/null and b/guymager/content/ISO9660/GAME/Full/Pitch n Putt/ss4.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg b/guymager/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg new file mode 100644 index 0000000..6a56cba Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/boxshot.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/setup.exe b/guymager/content/ISO9660/GAME/Trial/Brickbuster/setup.exe new file mode 100644 index 0000000..81641a1 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/setup.exe differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg new file mode 100644 index 0000000..11e683e Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss1.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg new file mode 100644 index 0000000..d3036f1 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss2.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg new file mode 100644 index 0000000..1cf19a6 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss3.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg new file mode 100644 index 0000000..72393dc Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Brickbuster/ss4.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg b/guymager/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg new file mode 100644 index 0000000..6950e26 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/boxshot.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/setup.exe b/guymager/content/ISO9660/GAME/Trial/Removal Man/setup.exe new file mode 100644 index 0000000..03671e6 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/setup.exe differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg new file mode 100644 index 0000000..013dc84 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss1.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg new file mode 100644 index 0000000..a35271e Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss2.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg new file mode 100644 index 0000000..2a9b82a Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss3.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg new file mode 100644 index 0000000..9aa13af Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Removal Man/ss4.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg b/guymager/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg new file mode 100644 index 0000000..2e19fa4 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/boxshot.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/setup.exe b/guymager/content/ISO9660/GAME/Trial/Word Yo/setup.exe new file mode 100644 index 0000000..92f3db3 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/setup.exe differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg new file mode 100644 index 0000000..4c9dec0 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss1.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg new file mode 100644 index 0000000..1b708e2 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss2.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg new file mode 100644 index 0000000..7cbad12 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss3.jpg differ diff --git a/guymager/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg new file mode 100644 index 0000000..7dea1f0 Binary files /dev/null and b/guymager/content/ISO9660/GAME/Trial/Word Yo/ss4.jpg differ diff --git a/guymager/content/ISO9660/GAME/autorun.inf b/guymager/content/ISO9660/GAME/autorun.inf new file mode 100644 index 0000000..4999708 --- /dev/null +++ b/guymager/content/ISO9660/GAME/autorun.inf @@ -0,0 +1,3 @@ +[AutoRun] +open=MainMenu.exe +icon=icon.ico diff --git a/guymager/content/ISO9660/GAME/icon.ico b/guymager/content/ISO9660/GAME/icon.ico new file mode 100644 index 0000000..f1139ba Binary files /dev/null and b/guymager/content/ISO9660/GAME/icon.ico differ diff --git a/guymager/content/ISO9660/GAME/images/buttons.png b/guymager/content/ISO9660/GAME/images/buttons.png new file mode 100644 index 0000000..f2da06c Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/buttons.png differ diff --git a/guymager/content/ISO9660/GAME/images/close.png b/guymager/content/ISO9660/GAME/images/close.png new file mode 100644 index 0000000..03c119e Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/close.png differ diff --git a/guymager/content/ISO9660/GAME/images/list.png b/guymager/content/ISO9660/GAME/images/list.png new file mode 100644 index 0000000..d7d5b9c Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/list.png differ diff --git a/guymager/content/ISO9660/GAME/images/loading.png b/guymager/content/ISO9660/GAME/images/loading.png new file mode 100644 index 0000000..0b4a427 Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/loading.png differ diff --git a/guymager/content/ISO9660/GAME/images/main.png b/guymager/content/ISO9660/GAME/images/main.png new file mode 100644 index 0000000..723bd8c Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/main.png differ diff --git a/guymager/content/ISO9660/GAME/images/nobox.png b/guymager/content/ISO9660/GAME/images/nobox.png new file mode 100644 index 0000000..1a1403f Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/nobox.png differ diff --git a/guymager/content/ISO9660/GAME/images/screenshotbox.png b/guymager/content/ISO9660/GAME/images/screenshotbox.png new file mode 100644 index 0000000..7f591a1 Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/screenshotbox.png differ diff --git a/guymager/content/ISO9660/GAME/images/scrollbar.png b/guymager/content/ISO9660/GAME/images/scrollbar.png new file mode 100644 index 0000000..4372c50 Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/scrollbar.png differ diff --git a/guymager/content/ISO9660/GAME/images/scrollboxes.png b/guymager/content/ISO9660/GAME/images/scrollboxes.png new file mode 100644 index 0000000..a8fc7e2 Binary files /dev/null and b/guymager/content/ISO9660/GAME/images/scrollboxes.png differ diff --git a/guymager/content/ISO9660/GAME/mainmenu.exe b/guymager/content/ISO9660/GAME/mainmenu.exe new file mode 100644 index 0000000..4255fa4 Binary files /dev/null and b/guymager/content/ISO9660/GAME/mainmenu.exe differ diff --git a/guymager/content/ISO9660/GAME/productdata.xml b/guymager/content/ISO9660/GAME/productdata.xml new file mode 100644 index 0000000..a858427 --- /dev/null +++ b/guymager/content/ISO9660/GAME/productdata.xml @@ -0,0 +1,85 @@ + +Pitch n Putt +www.idigicon.com +www.times-ebsoftware.com +www.skillsforsuccess.org.uk + + + Full Product + + Pitch n Putt + A fun to play golf game, allowing 20 players to compete against each other. + Full\Pitch n Putt\boxshot.jpg + Full\Pitch n Putt\ss1.jpg + Full\Pitch n Putt\ss2.jpg + Full\Pitch n Putt\ss3.jpg + Full\Pitch n Putt\ss4.jpg + Custom tournament mode + Random course play + 6 different characters to choose from + 1 to 20 players game + Full\Pitch n Putt\setup.exe + INSTALL + + + + Trial Products + + Brickbuster (trial) + Bringing back the true playability of the arcade genre, NA Ball packs a punch with its superior graphics and special effects! + Trial\Brickbuster\boxshot.jpg + Trial\Brickbuster\ss1.jpg + Trial\Brickbuster\ss2.jpg + Trial\Brickbuster\ss3.jpg + Trial\Brickbuster\ss4.jpg + Superb 3D Graphics + Frantic Brick-Blasting Action + A Host of Bonuses and Traps + All Kinds of Bricks and Bumpers + Trial\Brickbuster\setup.exe + INSTALL + + + Removal Man (trial) + Help Lord Bray move some of his belongings to a museum, but don't forget to find his parrot and watch out for those pesky ghosts! + Trial\Removal Man\boxshot.jpg + Trial\Removal Man\ss1.jpg + Trial\Removal Man\ss2.jpg + Trial\Removal Man\ss3.jpg + Trial\Removal Man\ss4.jpg + A huge multi-level mansion to explore + Realtime 3D cartoon style + Unique characters + Console quality graphics and music + Trial\Removal Man\setup.exe + INSTALL + + + Word Yo (trial) + You'll be lost for words at how fun this game is! Match letters up to find words and score points before your time runs out, in Word Yo! + Trial\Word Yo\boxshot.jpg + Trial\Word Yo\ss1.jpg + Trial\Word Yo\ss2.jpg + Trial\Word Yo\ss3.jpg + Trial\Word Yo\ss4.jpg + Captivating Puzzle Play + Spell Words for Points + 3 Game Types + 3 Difficulty Modes + Trial\Word Yo\setup.exe + INSTALL + + + + DirectX + + DirectX 9.0c + DirectX is needed to run many of today's games and other applications. + DirectX is a group of technologies by Microsoft for rendering both 2D and 3D graphics on Windows platforms.\\It is important to have the latest version of DirectX, so that your computer is compatible with today's games and other applications. + DirectX\boxshot.png + DirectX\image.png + DirectX\dxsetup.exe + INSTALL + + + diff --git a/guymager/guymager_PitchnPutt_kopie.iso b/guymager/guymager_PitchnPutt_kopie.iso new file mode 100755 index 0000000..e68f811 --- /dev/null +++ b/guymager/guymager_PitchnPutt_kopie.iso @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f4d5ac9a6e1b0751ecdab618a1c4bbb2d3034fd973469a5510c08e8ed79ca7 +size 113737728