Plombo / vcromclaim

A program to extract ROMs, manuals, and saves from Wii Virtual Console games in a NAND dump
70 stars 13 forks source link

Zombies [JA6P01] PAL #8

Open ValadAmoleo opened 6 years ago

ValadAmoleo commented 6 years ago

When attempting to restore the BRR audio in the ROM file of Zombies (the PAL version of Zombies Ate My Neighbours) brrencode3.py errors out with: ValueError: invalid PCM offset 87872 (file offset 175744)

ValadAmoleo commented 6 years ago

I've actually been able to get around this by using this: https://github.com/wheatevo/wiiu-vc-extractor/blob/master/WiiuVcExtractor/Libraries/SnesPcmExtractor.cs

Including it here in case you ever want to compare the differences between the two pieces of code.

stan423321 commented 6 years ago

Could you please tell me how did you exactly use it? I would like to personally use it on this... and one other title which had a similar, but not necessarily related error.

ValadAmoleo commented 6 years ago

CombinePCMandROM.zip

I've attached the file I created to do this using the code from Wheatevo's repo. It's not user friendly as I never intended for anybody else to use it and I only ever planned on using it with Zombies. You'll need to have the latest .net Framework installed. Source is included.

Usage instructions: