Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Music Generator DAT/IND File Unpacking Via Wadtool?

Get help on any and all audio formats, or chip in and help others!
Post Reply
Revgol
ultra-n00b
Posts: 6
Joined: Sat Jul 08, 2023 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Music Generator DAT/IND File Unpacking Via Wadtool?

Post by Revgol »

Firstly, I'm a musician, and I have absolutely zero programming experience. I am attempting to extract the audio files (with directory/sub folders and file names/extensions intact) from the Music series by Jester Interactive for PS2/PC, and am stuck on two titles, namely; MTV Music Generator 2 and Music 3000. They both have the audio data stored in a file called .DAT, and index data in .IND. I've tried Universal Extractor 2, the original UE, and Dragon UnPACKer, all to no avail. So, I'm guessing that similar programs will not work either.

Wadtool can unpack the wad files in Music Generator, Music 2000, and Music 2002, but is not compatible with the two titles mentioned above. If anyone can help me to do this, that would be awesome (see post 2).


PS: please note that Wadtool has an issue whereby it misses the .vag extension of several of the files that it extracts. And, up to about 70 of the files from these titles are corrupt with bogus sample rates and/or headers. However, Awave Audio can account for this last issue duing conversion.
Last edited by Revgol on Fri Jul 28, 2023 4:13 pm, edited 10 times in total.
Revgol
ultra-n00b
Posts: 6
Joined: Sat Jul 08, 2023 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Music Generator DAT File Unpacking?

Post by Revgol »

I'm not sure, but I think the source code to Wadtool is available here: https://github.com/juju2143/wadtool

If anyone has the time, desire, and ability to update it so that it's compatible with the above mentioned titles DAT files...

Also, here's a link to wadtool.exe as the download links on github are not working for some reason: https://tinyurl.com/Wadtool-1


EDIT: I've attached what I suspect to be Wadtool's source code below.
You do not have the required permissions to view the files attached to this post.
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Music Generator DAT File Unpacking?

Post by DKDave »

Revgol wrote: Sat Jul 08, 2023 2:38 pm I'm not sure, but I think the source code to Wadtool is available here: https://github.com/juju2143/wadtool

If anyone has the time, desire, and ability to update it so that it's compatible with the above mentioned titles DAT files...

Also, here's a link to wadtool.exe as the download links on github are not working for some reason: https://tinyurl.com/Wadtool-1


EDIT: I've attached what I suspect to be Wadtool's source code below.
My QuickBMS script here should work with MTV MG2 at least: https://github.com/DKDave/Scripts/blob/ ... 2)_WAD.bms

If Music 3000 uses the same format it may work on that too ...
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
Revgol
ultra-n00b
Posts: 6
Joined: Sat Jul 08, 2023 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Music Generator DAT File Unpacking?

Post by Revgol »

DKDave wrote: Sun Jul 09, 2023 10:39 pm My QuickBMS script here should work with MTV MG2 at least: https://github.com/DKDave/Scripts/blob/ ... 2)_WAD.bms

If Music 3000 uses the same format it may work on that too ...

That's great thanks, it worked. However, is there anyway to modify the script so as to prerve the names of the .vag files like Wadtool does?

Reason is, I wanna use these samples in recreating my MTV Music Generator 2 tracks on Cubase, and having to rename nigh on 3,000 samples manually would be a hell of a task!
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Music Generator DAT File Unpacking?

Post by DKDave »

Revgol wrote: Mon Jul 10, 2023 8:01 pm
DKDave wrote: Sun Jul 09, 2023 10:39 pm My QuickBMS script here should work with MTV MG2 at least: https://github.com/DKDave/Scripts/blob/ ... 2)_WAD.bms

If Music 3000 uses the same format it may work on that too ...

That's great thanks, it worked. However, is there anyway to modify the script so as to prerve the names of the .vag files like Wadtool does?

Reason is, I wanna use these samples in recreating my MTV Music Generator 2 tracks on Cubase, and having to rename nigh on 3,000 samples manually would be a hell of a task!
The filenames work fine with the script. However, I think the most recent version of QuickBMS has some issues with filenames, so try the previous version.
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
Revgol
ultra-n00b
Posts: 6
Joined: Sat Jul 08, 2023 1:06 pm
Has thanked: 2 times
Been thanked: 2 times

Re: Music Generator DAT File Unpacking?

Post by Revgol »

DKDave wrote: Mon Jul 10, 2023 8:32 pm The filenames work fine with the script. However, I think the most recent version of QuickBMS has some issues with filenames, so try the previous version.

I tried the previous version and it worked brilliantly. It also worked on Music 3000 after changing the file name in the script to DATA.DAT. Thank you so much!

However, I tried it on Music 2002 Club Edition for PC, and it did not work. Would you be willing to modify the script to work on that title? I can provide the two files data.wad and data.ind from my original disc if need be.
Post Reply