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

[iOS] Max Payne Mobile (.msf files)

Get help on any and all audio formats, or chip in and help others!
Post Reply
toebi1987
ultra-n00b
Posts: 4
Joined: Thu Dec 30, 2010 8:39 am

[iOS] Max Payne Mobile (.msf files)

Post by toebi1987 »

hi, i need the german sound files from max payne.
they are in a single msf file. but i have no idea how to extract it?
please help :wink:

the file:
<link removed due forum rules violation>
gui679
ultra-n00b
Posts: 2
Joined: Sat Apr 14, 2012 5:00 pm

Re: [iOS] Max Payne Mobile (.msf files)

Post by gui679 »

I want it too.

I've downloaded the Brazilian Portuguese version of Max Payne for PC and I want to change the sounds of English Archive to PT-BR (if it's possible).
It will help us all of brazil :s

but I don't know how to open it too... :/

Any lights?

--
if helps, I've discovered how to open .RAS files of Max Payne 1... in the disc image of the game have archives named "MAX-FX", there has a program named "RASMaker".
RENIKRILL
advanced
Posts: 58
Joined: Wed Feb 11, 2009 12:54 pm
Location: land of the golden sun
Has thanked: 13 times
Been thanked: 19 times

Re: [iOS] Max Payne Mobile (.msf files)

Post by RENIKRILL »

here, mate:

Code: Select all

endian big
idstring \x00\x00\x03\xE7\x00\x00\x00\x02
get FILES long

for i = 0 < FILES
	get OFFSET long
	get SIZE long
	get NSIZE byte
	getdstring NAME NSIZE
	
	log NAME OFFET SIZE
next i
(for quickbms) :-)
toebi1987
ultra-n00b
Posts: 4
Joined: Thu Dec 30, 2010 8:39 am

Re: [iOS] Max Payne Mobile (.msf files)

Post by toebi1987 »

Big Thanks RENIKRILL,
but 506 mp3-files are not playable and the other 224 files have the same sound?
can you fix it?
RENIKRILL
advanced
Posts: 58
Joined: Wed Feb 11, 2009 12:54 pm
Location: land of the golden sun
Has thanked: 13 times
Been thanked: 19 times

Re: [iOS] Max Payne Mobile (.msf files)

Post by RENIKRILL »

W00ps! I made a stupid typo. Sorry, buddy.
Here's a correct one:

Code: Select all

endian big
idstring \x00\x00\x03\xE7\x00\x00\x00\x02
get FILES long

for i = 0 < FILES
   get OFFSET long
   get SIZE long
   get NSIZE byte
   getdstring NAME NSIZE
   
   log NAME OFFSET SIZE
next i
:-)
toebi1987
ultra-n00b
Posts: 4
Joined: Thu Dec 30, 2010 8:39 am

Re: [iOS] Max Payne Mobile (.msf files)

Post by toebi1987 »

nice work
THX
gui679
ultra-n00b
Posts: 2
Joined: Sat Apr 14, 2012 5:00 pm

Re: [iOS] Max Payne Mobile (.msf files)

Post by gui679 »

a big thank you from the brazilian people
sabinex
ultra-n00b
Posts: 1
Joined: Wed May 02, 2012 5:11 pm

Re: [iOS] Max Payne Mobile (.msf files)

Post by sabinex »

hi

new here...

i just want to know how to repack this sounds into a msf again
does it need a repacker? or can it be done with quickbms?

thanks!
Post Reply