vcromclaim
vcromclaim copied to clipboard
Problem with SNES game with PCM
I tried to dump SNES game rom with PCM but vcromclaim gives me an error
Looks like the game name contains characters that can't be used in a file name. One workaround could be to change line 37 of wiimetadata.py FROM: self.name = name TO: self.name = id
Basically the ID (4a41504a) will be used as filename instead. I haven't tested this, let me know if it works
I tested it myself and it does indeed work (although all games get filenames such as "4a41504a")
I tried to make two playable roms manually using appropriate Python scripts via cmd and it worked