Namco Museum Archives - farmerbb/RED-Project GitHub Wiki

Namco Museum Archives Volume 1 and Volume 2 are compilations of NES games developed and published by Namco's home division, Namcot. Both collections can be purchased on Steam: Volume 1, Volume 2.

Each volume includes ten classic titles and one brand new NES exclusive, for a total of 22 games. Volume 1 features Pac-Man Championship Edition (originally released on Xbox 360 in 2007) and Volume 2 features Gaplus (originally released to arcades in 1984). All of the games in these collections can be extracted.

ROM Extraction Instructions

  1. Download and install .NET Core from https://dotnet.microsoft.com/download

  2. Download MArchiveBatchTool from one of these links:

  1. Extract the zip file and copy alldata.bin and alldata.psb.m from your Namco Museum Archives install into the extracted directory. If you're extracting both volumes, only copy the files from one collection at a time.

  2. Now, open up a command prompt (or shell) inside the MArchiveBatchTool folder, and run this command:

Windows:

MArchiveBatchTool.exe fullunpack --keep alldata.psb.m zlib +6ZU4rBUftNHH 64

Linux:

./MArchiveBatchTool fullunpack --keep alldata.psb.m zlib +6ZU4rBUftNHH 64
  1. When finished, the ROMs will be located inside of the "alldata.psb.m_extracted\system\roms" folder.