Page 1 of 1

[Request] Midnight Club3 Dub Edition - PS2

Posted: Thu Oct 01, 2009 10:24 pm
by Andreas
Another request:

Midnight Club 3: Dub Edition for Playstation 2. (Files from german version SLES_52942)


* --- *

Thanks a lot!

Re: [Request] Midnight Club3 Dub Edition - PS2

Posted: Thu Oct 01, 2009 11:58 pm
by aluigi
for streams.dat and padding.dat you can use the following quickbms script for dumping all the rstm data (music files to play with vgmstream):

Code: Select all

idstring Hash
get FILES long
for i = 0 < FILES
    get DUMMY long
    get OFFSET long
    get SIZE long

    set NAME string i
    string NAME += ".rstm"

    log NAME OFFSET SIZE
next i

Re: [Request] Midnight Club3 Dub Edition - PS2

Posted: Fri Oct 02, 2009 3:32 pm
by Andreas
Thank you Bugtest, good job,

but I'm especially interested in the texture.dat files, cause I plan to convert some decals to use in other games.

In spite of that, special thanks.

Re: [Request] Midnight Club3 Dub Edition - PS2

Posted: Wed Oct 14, 2009 5:30 pm
by Andreas
I've tested it with IRipper - No problem.

Bye Andreas