Hey,
I made a tool that automates the dumping of some GameCube and Wii ROMs. I'm really interested in trying to completely automate the entire process of dumping the contents of ROMs and would love some feedback, tips, pointers, etc.. In my last post (whenever that was) someone told me about a 3ds max plugin that converted bmd to 3ds, however I don't have a copy of 3ds max, so I didn't add that part in. (Also, this is the code I mentioned in the previous post/thread, I just got around to putting it up)
Source Code: https://github.com/Scub3d/Nintendo-Rom-Dumper
What you need
[*]Python 2.7
[*]A Decrypted/Unpacked/Un-Zipped GameCube or Wii ROM that contains .szs files
Prerequisites
If you already have a Decrypted/Unpacked/Un-Zipped (I don't know the term) ROM, then you can skip this. If you have an ISO, you'll need to use Dolphin to unpack (let's stick with this term) it.
What you get
I include yaz0dec.exe and rarcdump.exe along with my python script. *Note: I just wrote the included python script. Credit for the two executables goes to other people way smarter than me
I made a tool that automates the dumping of some GameCube and Wii ROMs. I'm really interested in trying to completely automate the entire process of dumping the contents of ROMs and would love some feedback, tips, pointers, etc.. In my last post (whenever that was) someone told me about a 3ds max plugin that converted bmd to 3ds, however I don't have a copy of 3ds max, so I didn't add that part in. (Also, this is the code I mentioned in the previous post/thread, I just got around to putting it up)
Source Code: https://github.com/Scub3d/Nintendo-Rom-Dumper
What you need
[*]Python 2.7
[*]A Decrypted/Unpacked/Un-Zipped GameCube or Wii ROM that contains .szs files
Prerequisites
If you already have a Decrypted/Unpacked/Un-Zipped (I don't know the term) ROM, then you can skip this. If you have an ISO, you'll need to use Dolphin to unpack (let's stick with this term) it.
What you get
I include yaz0dec.exe and rarcdump.exe along with my python script. *Note: I just wrote the included python script. Credit for the two executables goes to other people way smarter than me
How To/What do