
EDIT: The problem has been solved!
Moderator: Staff
Oh okay, thanks for the help!BoxCubed wrote:If the music does not use the PCM chip at all, you could play the game normally (or with cheats) then remove the PCM chip and its data via vgm_ptch. However, if it is not that simple then you might need to look into hacking the game to playing the music without sfx like a makeshift soundtest.
Ahh, I see what's the culprit of your problem.Jlooky wrote:Yeah, pretty muchRN22 wrote:So, do you mean that you wanted to remove the pcm soundchip out of vgm?
Code: Select all
vgm_ptch -strip:rf5c164 thenameofyourfile.vgm
I've done it, but for some reason it keeps saying "Error opening file nameofmyfile.vgm!"RN22 wrote:Ahh, I see what's the culprit of your problem.Jlooky wrote:Yeah, pretty muchRN22 wrote:So, do you mean that you wanted to remove the pcm soundchip out of vgm?
All you have to do, is to open cmd, and then locate the folder that has vgm_ptch on it by using the "cd" command.
Most importantly, your VGM files, and vgm_ptch should be the in the same folder. If it's not, then it is not gonna work as usual.
Okay, enough talk. Once'd you've do the "cd" thing, go ahead and do this.
Code: Select all
vgm_ptch -strip:rf5c164 thenameofyourfile.vgm
hope it helps.
I've done it, but for some reason it keeps saying "Error opening file nameofmyfile.vgm!"
EDIT: Nevermind, it works now! Thanks for all the help!