No Dialogue or Music in PSX ROMS (pcsx-rearmed)
-
Finally got some PS1 games to work and now want to play them except now after plugging my Pi4 into my TV I have either no dialogue/talking or music. I'll add that all games I am playing have .cue files and are all named the same. I've tried 2 different versions of RE1 (Standard and directors cut and both have no dialogue. Issues I've come across include:
Tekken 3- Has sound effects but no music
Dino Crisis 1- As above
Medal of Honor- No dialogue but has music
Medievil- As above
Silent Hill- As above
RE1- Has sound effects and music (Walking, gunshots etc) but no talkingAll games play perfectly except for the sound issues and all large file sizes so I assume I'm getting the full download. I've gotten these games from a reputable site where I've always gotten PS1 roms from and have played them on my PSV, all have music so this may be a problem with pcsx, not sure however or what to check. All my other emulators (SNES, NES, Gameboy, Sega 32x/Dreamcast/Mega Drive, Game Gear et al.) all have sound and work like a charm.
-
Looks like an issue finding the music/audio track from the
.cue
files. Can you check if all the.bin
files in the.cue
are present on disc and they have the same name ? Linux filesystems are case sensitive, so the file names must match exactly the names in the.cue
. -
@mitu So EVERY file including the bin files must be the same? Medievil has 2 .bin files and a .cue however the bin files are "Medievil (USA) (Track 1/2) where as the .cue is just "Medievil. Looking through my list now though there are bins and cue files that all match so that shouldn't be a problem.
-
@danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):
So EVERY file including the bin files must be the same?
Look in the
.cue
file - it's a text file - and see how the.bin
files are named - they must match the actual.bin
file names. The.cue
and.bin
could have different names themselves as long as the.cue
file is correct. -
I looked in the Dino Crisis .cue file as an example of a game that has no dialogue and this is what I found:
FILE "Dino Crisis (USA) (Rev 1) (Track 1).bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
FILE "Dino Crisis (USA) (Rev 1) (Track 2).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00And Tekken 3 that has dialogue and SFX but no music:
FILE "Tekken 3 (USA) (Track 1).bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00
FILE "Tekken 3 (USA) (Track 2).bin" BINARY
TRACK 02 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00
FILE "Tekken 3 (USA) (Track 3).bin" BINARY
TRACK 03 AUDIO
INDEX 00 00:00:00
INDEX 01 00:02:00Looked at the other offending games and everything checks out, everything matches.
-
If the filenames are ok, then it's a different issue.
-
do you have the appropriate BIOS installed? can you please post a verbose log
-
@danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):
I looked in the Dino Crisis .cue file as an example of a game that has no dialogue and this is what I found:
Just to be sure, please show us the output of this command in RetroPie's command console that you either get to by pressing
F4
in Emulation Station, or by logging into RetroPie via SSH:ls -l /home/pi/RetroPie/roms/psx/{Dino*,Tekken*}
The two
l
are small L, not the number one. This will list all file names beginning with Dino and Tekken in the psx roms directory.If possible, please put the output in a code block like I did with the above command.
You can exit the console by entering
exit
or pressingCtrl+d
.edit: Fixed the path in the
ls
command. -
@clyde Tried typing in the above but it says No such file or directory, also dont know how to copy and paste the result from my Pi to PC
-
@dankcushions I have every BIOS you can think of in the bios folder
-
@danmac2 Sorry, I left out the
RetroPie
in the command by mistake. Please try the command again.As for c&p, you can redirect the output to a file and copy that to your PC by adding
>
after it, followed by a (path and) file name:ls -l /home/pi/RetroPie/roms/psx/{Dino*,Tekken*} > /home/pi/output.txt
The file will be created in the user
pi
's home directory. You can alter the path accordingly to put it somewhere else. You can check its contents by eithercat /home/pi/output.txt
orless /home/pi/output.txt
.less
lets you scroll up and down in the file. Pressq
to exit it. -
@danmac2 said in No Dialogue or Music in PSX ROMS (pcsx-rearmed):
@dankcushions I have every BIOS you can think of in the bios folder
ok, and the verbose log?
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.