Python scripts with a basic GUI to prepare PlayStation 1 bin/cue games for use with a PSIO device.
Works on Linux, Mac and Windows.
This application:
Merges multi-bin games into a single bin file.
Generates cu2 files for all games.
Works in batch mode on all bin/cue files in the selected directory and any sub-directories.
Adds the game cover image.
Ensures that game names are not greater than 60 characters and do not contain periods or slashes.
Generates the MULTIDISC.LST file for mult-disc games.
Does not modify the original bin/cue files.
This uses the following scripts:
binmerge
https://github.com/putnam/binmerge
cue2cu2
https://github.com/NRGDEAD/Cue2cu2
Requires Python 3.
Download or clone this repo.
Run psio_assist.py that is in the src directory.
For example:
python psio_assist.py
Click on the Browse button and select the directory that contains your bin/cue files.
Click on the Start button and the application will start to process the games.
The progress bar will show the progress of the application.
Once the application has finished you can find your PSIO ready files in the 'output' directory.
Just copy all of the directories from the 'output' directory to the root of your SD card.
If any errors occur you can check the log file in the 'error_log' directory for more information.