A Windows desktop utility for creating batch files to launch PS3 games using the RPCS3 emulator.
Create Batch Files for PS3 Games is a Windows application that provides a simple user interface to generate batch files for your PS3 game collection. These batch files allow you to quickly launch your games directly via RPCS3, integrate them into emulator frontends, or add them to platforms like Steam. The application automatically detects game folders and extracts game titles from PARAM.SFO
files for accurate naming.
- User-Friendly Interface: Clear guidance through each step of the process.
- Automatic Game Detection: Identifies PS3 game folders based on the presence of
PS3_GAME\USRDIR\EBOOT.BIN
andPARAM.SFO
files. - Accurate Batch File Naming: Reads
PARAM.SFO
to extract the official gameTITLE
orTITLE_ID
for naming batch files. - Seamless Game Launching: Generated batch files can be used to launch games directly, integrated into any emulator frontend, or added as non-Steam games.
- Detailed Logging: Provides real-time log messages to inform you of the progress and any issues during the batch file creation process.
- Windows 7 or later
- .NET 9.0 Runtime
- RPCS3 emulator (
rpcs3.exe
)
- Download the latest release.
- Extract the ZIP file to a folder of your choice.
- Run
CreateBatchFilesForPS3Games.exe
.
- Select RPCS3 Executable: Click "Browse" next to "RPCS3 Path" to select the
rpcs3.exe
file. - Select Games Folder: Click "Browse" next to "Games Folder" to choose the root directory containing your PS3 game folders (e.g.,
J:\Sony PS3 Roms
). - Create Batch Files: Click "Create Batch Files" to start the process. The application will scan the selected folder and the RPCS3
dev_hdd0\game
folder for PS3 games and generate.bat
files in your selected "Games Folder". - Monitor Progress: The application displays detailed log messages during the batch file creation process.
"G:\Emulators\RPCS3\rpcs3.exe" --no-gui "G:\Emulators\RPCS3\dev_hdd0\game\NPUB30024\USRDIR\EBOOT.BIN"
"G:\Emulators\RPCS3\rpcs3.exe" --no-gui "J:\Sony PS3 Roms\King of Fighters XIII, The (USA) (En,Ja,Fr,De,Es,It,Zh,Ko)\PS3_GAME\USRDIR\EBOOT.BIN"
- Ensure
rpcs3.exe
is correctly selected. - Verify that your game folders contain the
PS3_GAME\USRDIR\EBOOT.BIN
andPARAM.SFO
files. - Check the application log window for detailed error messages.
- Ensure you have appropriate read/write permissions for the selected folders.
- Language & Framework: Developed in C# using WPF.
- Target Framework: .NET 9.0 for Windows.
- Compatibility: Designed for Windows and tested on Windows 11 (expected to work with Windows 7 and later).
If you like the software, please give us a star.
Consider donating to support the project or simply to express your gratitude!
Developed by Pure Logic Code.