Pac-Man Ghost Zone (Jun 9, 1997 E3 Demo): Difference between revisions

From Hidden Palace
Jump to navigation Jump to search
Line 25: Line 25:
*Pressing '''START''', '''X''', or '''L3''' skips the videos and restarts the demo.
*Pressing '''START''', '''X''', or '''L3''' skips the videos and restarts the demo.
*L70S00.VB contains 3 unused sounds that would have been used in this demo, but these sounds can be heard in some other [https://youtu.be/QKouaGJ4YFc?t=108 E3 footage] on the game.
*L70S00.VB contains 3 unused sounds that would have been used in this demo, but these sounds can be heard in some other [https://youtu.be/QKouaGJ4YFc?t=108 E3 footage] on the game.
*The EXE does not seem to be like the usual simple dedicated STR movie player from the SDK's sample that a lot of demo discs use as base, it has extra code from the libs they developed for Pac-Man Ghost Zone.
*There's code to playback SEQ data which is for sequenced music, interesting because Pac-Man World used VAGs to do music. The code itself looks different compared to the one from the SDK's LIBSND.LIB, so probably Namco Hometek developed their own lib.
*There's an exception handler and seems to be the same as the one found in Pac-Man World.
*Like Pac-Man World it has hardcoded file locations, probably to not do TOC seeking, which would make file reading slower.


==Screenshots==
==Screenshots==


<gallery>
<gallery>
File:PSX_PMGZ_June_9_1997_Demo1.png
File:PSX PMGZ June 9 1997 Demo1.png
File:PSX_PMGZ_June_9_1997_Demo2.png
File:PSX PMGZ June 9 1997 Demo2.png
File:PSX_PMGZ_June_9_1997_Demo3.png
File:PSX PMGZ June 9 1997 Demo3.png
File:PSX_PMGZ_June_9_1997_Demo4.png
File:PSX PMGZ June 9 1997 Demo4.png
File:PSX_PMGZ_June_9_1997_Demo5.png
File:PSX PMGZ June 9 1997 Demo5.png
File:PSX_PMGZ_June_9_1997_Demo6.png
File:PSX PMGZ June 9 1997 Demo6.png
File:PSX_PMGZ_June_9_1997_Demo7.png
File:PSX PMGZ June 9 1997 Demo7.png
File:PSX_PMGZ_June_9_1997_Demo8.png
File:PSX PMGZ June 9 1997 Demo8.png
File:PSX_PMGZ_June_9_1997_Demo9.png
File:PSX PMGZ June 9 1997 Demo9.png
File:PSX_PMGZ_June_9_1997_Demo10.png
File:PSX PMGZ June 9 1997 Demo10.png
File:PSX_PMGZ_June_9_1997_Demo11.png
File:PSX PMGZ June 9 1997 Demo11.png
File:PSX_PMGZ_June_9_1997_Demo12.png
File:PSX PMGZ June 9 1997 Demo12.png
File:PSX_PMGZ_June_9_1997_Demo13.png
File:PSX PMGZ June 9 1997 Demo13.png
File:PSX_PMGZ_June_9_1997_Demo14.png
File:PSX PMGZ June 9 1997 Demo14.png
File:PSX_PMGZ_June_9_1997_Demo15.png
File:PSX PMGZ June 9 1997 Demo15.png
File:PSX_PMGZ_June_9_1997_Demo16.png
File:PSX PMGZ June 9 1997 Demo16.png
File:PSX_PMGZ_June_9_1997_Demo17.png
File:PSX PMGZ June 9 1997 Demo17.png
File:PSX_PMGZ_June_9_1997_Demo18.png
File:PSX PMGZ June 9 1997 Demo18.png
File:PSX_PMGZ_June_9_1997_Demo19.png
File:PSX PMGZ June 9 1997 Demo19.png
File:PSX_PMGZ_June_9_1997_Demo20.png
File:PSX PMGZ June 9 1997 Demo20.png
File:PSX_PMGZ_June_9_1997_Demo21.png
File:PSX PMGZ June 9 1997 Demo21.png
File:PSX_PMGZ_June_9_1997_Demo22.png
File:PSX PMGZ June 9 1997 Demo22.png
File:PSX_PMGZ_June_9_1997_Demo23.png
File:PSX PMGZ June 9 1997 Demo23.png
File:PSX_PMGZ_June_9_1997_Demo24.png
File:PSX PMGZ June 9 1997 Demo24.png
File:PSX_PMGZ_June_9_1997_Demo25.png
File:PSX PMGZ June 9 1997 Demo25.png
File:PSX_PMGZ_June_9_1997_Demo26.png
File:PSX PMGZ June 9 1997 Demo26.png
File:PSX_PMGZ_June_9_1997_Demo27.png
File:PSX PMGZ June 9 1997 Demo27.png
File:PSX_PMGZ_June_9_1997_Demo28.png
File:PSX PMGZ June 9 1997 Demo28.png
</gallery>
</gallery>



Revision as of 15:04, April 19, 2022

Title Screen
Pac-Man Ghost Zone (Jun 9, 1997 E3 Demo)
Build date June 9, 1997
Dump status Released, redump needed
File release date April 19, 2022
Origin CD-R
Labels PAC-MAN E3 DEMO COPYRIGHT ©1997 NAMCO HOMETEK INC. RUNS ON PLAYSTATION
Dump method CloneCD
Ownership William Anderson (1997-present)
Game Pac-Man Ghost Zone
System PlayStation
Genre Platformer
Release date Unreleased
Error: The [[Media:{{{file}}}|download file]] provided does not exist, please upload it or fix the file name if it's incorrect.
Download Pac-Man Ghost Zone (Jun 9, 1997 E3 Demo) from external mirror

A video demonstration prototype of the unreleased Pac-Man Ghost Zone for the Sony PlayStation.

Notes

  • This is a short video demonstration prototype of the game that features a variety of clips showing the game in action, and the opening cinematic.
  • This build matches the demo used at E3 1997.
  • Pressing START, X, or L3 skips the videos and restarts the demo.
  • L70S00.VB contains 3 unused sounds that would have been used in this demo, but these sounds can be heard in some other E3 footage on the game.
  • The EXE does not seem to be like the usual simple dedicated STR movie player from the SDK's sample that a lot of demo discs use as base, it has extra code from the libs they developed for Pac-Man Ghost Zone.
  • There's code to playback SEQ data which is for sequenced music, interesting because Pac-Man World used VAGs to do music. The code itself looks different compared to the one from the SDK's LIBSND.LIB, so probably Namco Hometek developed their own lib.
  • There's an exception handler and seems to be the same as the one found in Pac-Man World.
  • Like Pac-Man World it has hardcoded file locations, probably to not do TOC seeking, which would make file reading slower.

Screenshots

Origin

Acknowledgements

Special thanks to William Anderson for allowing us to share this demo!