Playstation roms
-
Think of the cue file as a pointer and the bin file as the game data. The system reads the cue file which points to the game data in the bin file. Most times these two files are placed into a folder and then compressed with popular methods such as "zip" and "7z" to make it easier to download as a single download instead of 2 or more items. Some game files you'll find have multiple bin files, normally listed as name1.bin, name2.bin, name3.bin. You'll need all these files for the game to play right.
All you need to do is right click the zip / 7z file and extract it. Then open the extracted location where the bin and cue files are and copy the bin and cue files to your psx ROMs folder in retropie. Then restart emulationstation for the changes to appear.
-
Some roms are compressed extension also, you can not use them.
You need to download from another source or use converting software.
I cant remember the extention because i deleted all of those.
Maybe something with a 'c' behind the extention. -
Is there good free file converting softwares?
-
I dont know, i download everything from
a site
it is the best quality no compression.
You have to use a site specific search in a search machine to find what you need. -
@wild-snail Please no rom sites links in the forum.
-
@fibertech said in Playstation roms:
Is there good free file converting softwares?
If you have installed the Desktop into Retropie Ports, you can unpack these directly on the Pi. Most of the popular compression methods are supported right from the file manager, and for those that are not the Synaptic package manager in the Preferences menu can download them.
@wild-snail Referring to sites hosting pirated or even abandonware files isn't allowed on here, it is a liability for this site and the project in general. HOWEVER, you CAN list filenames (make sure they don't contain the name of the hosting site) that are not links. For instance you can say that SpizzyTheSpazoid.bin runs on your config, but you can't link to it. FYI - not a real game. :P This lets people know what version you are running and if they know how, they can easily find it on their own.
-
@wild-snail said in Playstation roms:
Some roms are compressed extension also, you can not use them.
You need to download from another source or use converting software.
I cant remember the extention because i deleted all of those.
Maybe something with a 'c' behind the extention.If you mean
ecm
, those can be decompressed in Retropie:@Clyde said in Linux - script to batch convert PSX bin/cue to CHD:
@Clyde said in Linux - script to batch convert PSX bin/cue to CHD:
I'll drop just another one-liner here that decompresses all.ecm
files in the current directory:for i in *.ecm; do ecm-uncompress "${i}"; done
Please note that you might need to install the ecm tools first via the command
sudo apt install ecm
. -
@Clyde said in Playstation roms:
for i in *.ecm; do ecm-uncompress "${i}"; done
I am still having trouble uncompressing ecm files. I installed ecm but the command above isnt working. Is there more to the code than:
for i in *.ecm; do ecm-uncompress "${i}"; done
?
-
@cnoto Actually I got it.
-
How exactly isn't it working? Are there any messages? Did you enter the command correctly letter-by-letter?
Can you uncompress a single ecm file with
ecm-uncompress
followed by the file's name?@cnoto said in Playstation roms:
@cnoto Actually I got it.
… while I was typing my reply. 😉
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.