METAL GEAR SOLID ‐ Master Collection Version - farmerbb/RED-Project GitHub Wiki

METAL GEAR SOLID - Master Collection Version contains all regional variants of Metal Gear Solid 1 (revision 0), Metal Gear Solid: Integral, as well as Metal Gear Solid: VR Missions/Special Missions for the original PlayStation. The collection can be purchased on Steam here.

All of the games that come in this collection 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 Metal Gear Solid install into the extracted directory.

  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 25G/xpvTbsb+6 64

Linux:

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

Additional discussion can be found here: https://github.com/farmerbb/RED-Project/issues/122