What File Type Does RPCS3 Use? PS3 Game Formats Explained
If you're setting up RPCS3, the open-source PlayStation 3 emulator, one of the first questions you'll run into is what kind of files it actually accepts. The answer isn't as simple as "one format" — RPCS3 supports several file types, and which one works best depends heavily on how your game was sourced, how it was dumped, and how your system handles storage.
How RPCS3 Loads PS3 Games
RPCS3 doesn't run games from a single universal file type the way some older emulators do. Instead, it reads PS3 game content in a structure that mirrors how the PlayStation 3 itself organizes data. That means the folder structure and file hierarchy matter just as much as the file extension.
There are two main ways RPCS3 loads games:
- Installed game folders — a directory containing the game's decrypted files, organized in the PS3's native format
- PKG files — installable package files that RPCS3 can process directly through its built-in installer
The Primary File Types RPCS3 Supports
PKG Files (.pkg)
PKG is the PlayStation package format Sony used to distribute games, patches, DLC, and system software. RPCS3 can install .pkg files directly through its interface, which then extracts the content into the emulator's virtual file system.
PKG files are the most common format you'll encounter for:
- PlayStation Store digital releases
- Game updates and patches
- Downloadable content (DLC)
- PSN game titles
When you install a PKG through RPCS3, the emulator unpacks it into its dev_hdd0/game/ directory. After that, the game shows up in RPCS3's game list like any other title.
ISO Files (.iso) — With Important Caveats
RPCS3 does not natively support booting PS3 games directly from ISO files the way emulators like PCSX2 handle PS2 discs. PS3 ISOs need to be extracted or installed first. The disc format used by PS3 games is Blu-ray, and raw ISO dumps of PS3 discs aren't directly mountable in the same plug-and-play way.
To use disc-based games in RPCS3, the standard workflow is:
- Dump the disc using a compatible PS3 with custom firmware (CFW) and a tool like PS3Dec or multiMAN
- Extract or decrypt the resulting dump
- Install it into RPCS3's game directory or use it as a folder-based game
Game Folders (Directory-Based Format)
Many users run games from an extracted folder rather than a packaged file. This is the PARAM.SFO + EBOOT.BIN structure — the same layout the PS3 uses internally. A properly dumped and decrypted PS3 game will have:
PS3_GAME/— the main game directoryPS3_GAME/USRDIR/— where game executables and data livePS3_GAME/PARAM.SFO— metadata file identifying the title, region, and versionPS3_GAME/ICON0.PNG— the game icon RPCS3 displays
RPCS3 reads this folder structure directly. You point the emulator at the folder containing PS3_GAME/, and it recognizes it as a valid title.
EBOOT.BIN
The EBOOT.BIN file is the game's main executable. It needs to be decrypted before RPCS3 can run it. Encrypted EBOOTs (which come directly off a disc or from certain sources) won't load. Decryption is handled either during the dump process on a CFW PS3 or using tools designed for that purpose.
This is a critical variable — an EBOOT that looks correct but is still encrypted will cause the game to fail to boot, and the error won't always make it obvious why.
Firmware: The Non-Negotiable Requirement 🎮
Regardless of file type, RPCS3 requires the official PS3 firmware (specifically the PS3UPDAT.PUP file) to function. This isn't a game file — it's Sony's system software, extracted to provide the emulator with the low-level system modules it needs. Without it, no game format will work at all.
How File Type Interacts With Compatibility
| Format | Directly Loadable | Requires Installation | Notes |
|---|---|---|---|
| PKG | Via installer | Yes, then runs as folder | Common for digital/PSN titles |
| Extracted folder | Yes | No | Preferred for disc-based dumps |
| Raw ISO | No | Needs extraction first | Not natively supported |
| EBOOT.BIN | Yes (if decrypted) | No | Game executable within folder |
Variables That Affect Which Format Works for You
How the game was obtained is the biggest factor. Disc-based games go through a different workflow than digital downloads. A game bought from PSN and exported via CFW will typically be a PKG. A disc dump will typically become a folder structure.
Whether the files are encrypted or decrypted determines whether RPCS3 can read them at all. This isn't always visible from the outside — a folder can look complete but still contain encrypted files that won't run.
Storage performance also plays a role. PS3 games can range from a few gigabytes to over 40GB once installed. Running games from a slower HDD versus an SSD can affect load times and in some cases stability, depending on how aggressively the game streams data.
The specific game's compatibility status within RPCS3 matters separately from file format — some titles run well regardless of how they're loaded, while others are sensitive to specific dump methods or file integrity issues. ⚙️
What "Correct Format" Actually Means in Practice
There's no single file type that works universally. The format that will work for you depends on where your game files came from, whether they've been properly decrypted, and how they were structured during the dump process. Two people asking "what file type for RPCS3" could have completely different correct answers based on whether they're working with disc dumps or digital downloads, and whether their files have been processed correctly. 🗂️
Understanding those variables is what turns the right file type into a game that actually loads.