mtolly / onyx

Toolkit for converting and building songs for Rock Band, Guitar Hero, Clone Hero, and other similar rhythm games
157 stars 16 forks source link

Feature Request: Folder to .pkg Support #209

Open Riku606 opened 2 years ago

Riku606 commented 2 years ago

On C3 there are a ton of songs charted for PS3 that when downloaded end up being a WinRAR file with a folder named for the song and a song.dta. it would be great to have a tool to quickly convert these to .pkg instead of manually merging these to to the Rock Band Free Pack.

mtolly commented 2 years ago

Hey, it is not obvious but you can sort of do this with the Quick Convert tool. Make some folders that look like this around the C3 files

image

Then if you drag the HMX0756 folder into a Quick Convert window, it should show up as having songs

image

And then you can create one or more .pkg files. The annoying part is if you have a bunch of separate songs, you would either need to make multiple trees of these folders, or join all the songs.dta together manually and then put them together in one folder, neither of which is great. I could probably solve this by just having it try the HMX0756 (free pack ID) for the MIDI decryption by default (as a fallback for getting it from the parent folders), so I'll see if I can do that.