jombo23 / N64-Tools

N64 Tools
The Unlicense
247 stars 113 forks source link

Feature request: Add zzromtool Support #7

Open ariahiro64 opened 4 years ago

ariahiro64 commented 4 years ago

zzromtool is a utility that lets you expose the file system of a legend of zelda ocarina of time master quest debug rom to windows and linux based systems. when you are done editing you can rebuild the rom with a correct dma table and even compress it if one wishes. adding support should be as simple as having a user load the directory their project.zzrp file is in, and the files that are affected by this tool are in misc/(audiobank audiotable and soundbank) and system/code. I know this because i had to transplant files from one extracted rom to another (which is way harder than it needs to be considering the adjustments needed for adding compatibility). i would contribute but this tool seems to use an ancient version of visual studio. you do need to adjust adresses but its basically base offset - vrom offset = offset reletive to files start.

useful resources: http://www.z64.me/tools/zzromtool https://wiki.cloudmodding.com/oot/File_List/Debug

I hope support gets added eventually and thanks in advance.