fuzziqersoftware / resource_dasm

Classic Mac OS resource fork and application disassembler, with reverse-engineering tools for specific applications
MIT License
113 stars 12 forks source link

Doesn't Work On Amazon Trail? #73

Closed chrissphinx closed 1 year ago

chrissphinx commented 1 year ago

Pretty sure there are snd and csnd resources in this file, but the tool doesn't work on it? I'm probably doing something wrong, but I had to run the installer in Basilisk II and then extract the installed files from the hard disk using HFVExplorer. Maybe doing this copy screwed something up? Any tips on how to extract sounds from this game?

fuzziqersoftware commented 1 year ago

I only have the demo version of Amazon Trail, but the full version presumably has the same sound resources. Extracting the Amazon Sound file does work for me. I'm guessing HFVExplorer exported the data fork instead of the resource fork... I've never used HFVExplorer, but there should be a way to export the resource fork of a file. Then after doing that, you should be able to use resource_dasm --data-fork <filename> (since the exported resource fork is now in the data fork of a normal file).

chrissphinx commented 1 year ago

thank you for this, I wasn't able to confirm, but I agree that is probably what's going on. Closing now 👍