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

Street Fighter IV .EMB .EMZ

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Darkfox
VVIP member
VVIP member
Posts: 688
Joined: Fri Jul 04, 2003 6:11 pm
Has thanked: 33 times
Been thanked: 16 times

Re: Street Fighter IV .EMB .EMZ

Post by Darkfox »

Oh? So these are the movesets they swap in the videos on YT?
Endragor
ultra-n00b
Posts: 9
Joined: Thu Jul 09, 2009 8:38 am
Has thanked: 1 time
Been thanked: 3 times

Re: Street Fighter IV .EMB .EMZ

Post by Endragor »

Infuser compatible version of emb-extracting bms-script:

Code: Select all

#Street Fighter 4 Infuser-compatible EMB Extractor.
idstring "#EMB"
get UNK1 long
get UNK2 long
get FILES long
set FILENAME long FILES
math FILENAME *= 8
math FILENAME += 0x20
goto 0x20
get OFFSET long
math OFFSET += 0x20
get SIZE long
savepos NEXTFILE
set NEXTOFF long SIZE
math NEXTOFF += OFFSET
goto NEXTOFF
Do
get CHK byte
math NEXTOFF += 0x1
While CHK == 0x00
math NEXTOFF -= 0x1
set SYM string $#
string SYM -= $
goto OFFSET
getdstring EXT 0x3
If EXT != DDS
goto OFFSET
getdstring EXT 0x1
getdstring EXT 0x3
endif
set DECOFF 0
math DECOFF += OFFSET
set NAME string 1
string NAME += SYM
string NAME += infuser
string NAME += SYM
string NAME += DECOFF
string NAME += .
string NAME += EXT
log NAME OFFSET SIZE
math FILES -= 0x01
for i = 1 to FILES
goto NEXTFILE
set OFFSET long NEXTOFF
get UNK long
get SIZE long
savepos NEXTFILE
If i != FILES
set NEXTOFF long SIZE
math NEXTOFF += OFFSET
goto NEXTOFF
Do
get CHK byte
math NEXTOFF += 0x1
While CHK == 0x00
math NEXTOFF -= 0x01
endif
goto OFFSET
getdstring EXT 0x3
If EXT != DDS
goto OFFSET
getdstring EXT 0x1
getdstring EXT 0x3
endif
set DECOFF 0
math DECOFF += OFFSET
set NUM 0
math NUM += i
math NUM += 1
set NAME string NUM
string NAME += SYM
string NAME += infuser
string NAME += SYM
string NAME += DECOFF
string NAME += .
string NAME += EXT
log NAME OFFSET SIZE
next i
User avatar
LouNGeR
beginner
Posts: 31
Joined: Sun Jul 05, 2009 11:58 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Street Fighter IV .EMB .EMZ

Post by LouNGeR »

Awesome!
Will try it out, Thanks! :wink:
Noire
ultra-n00b
Posts: 2
Joined: Tue Sep 01, 2009 8:01 am
Has thanked: 1 time

Re: Street Fighter IV .EMB .EMZ

Post by Noire »

Hi, first I'm sorry for my poor english.
I want to ask about Offzip, can this tools extract subtitles files in Street Fighter IV?

I'm using this command line: offzip.exe -m 16 -a -z -15 AGL.emz blah 0
The result is file "00000010.dat" with size 2.62MB.

Is there something wrong? Also I'm trying to open Gallery artwork, the result is the same, the output is a dat file.
Is there a way to open dat file? Considering in the first page you can extract some image file.

Thanks for your help.
User avatar
LouNGeR
beginner
Posts: 31
Joined: Sun Jul 05, 2009 11:58 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Street Fighter IV .EMB .EMZ

Post by LouNGeR »

When you unpack an EMZ file with OffZip, the output DAT file is likely to be an EMB file.
So, you can open the EMB with Dragon Unpacker, Assets Explorer or some Hex Editor if you want to Hex edit something.

Just forget OffZip all together, it's confusing for newbies.
Grab Assets Explorer by Piecemontee, it can also unpack EMZ to EMB.
Noire
ultra-n00b
Posts: 2
Joined: Tue Sep 01, 2009 8:01 am
Has thanked: 1 time

Re: Street Fighter IV .EMB .EMZ

Post by Noire »

LouNGeR wrote:When you unpack an EMZ file with OffZip, the output DAT file is likely to be an EMB file.
So, you can open the EMB with Dragon Unpacker, Assets Explorer or some Hex Editor if you want to Hex edit something.

Just forget OffZip all together, it's confusing for newbies.
Grab Assets Explorer by Piecemontee, it can also unpack EMZ to EMB.
Wow! It really does work and quite simple, I'm using Assets Explorer along with DDS Converter.
Thanks for your help. :D
User avatar
LouNGeR
beginner
Posts: 31
Joined: Sun Jul 05, 2009 11:58 pm
Has thanked: 1 time
Been thanked: 2 times

Re: Street Fighter IV .EMB .EMZ

Post by LouNGeR »

DDS Convertor, what? why?
Itze
veteran
Posts: 81
Joined: Sat Mar 15, 2008 4:43 pm
Has thanked: 2 times
Been thanked: 6 times

Re: Street Fighter IV .EMB .EMZ

Post by Itze »

Could anyone do me a favor and rip Bisons ENGLISH Vocals for me?

Especially the Psychocrusher vocal :roll:

I don't have SF4 installed at the moment so i can't do it myself :(

Thanks in advance :D
govern
ultra-n00b
Posts: 1
Joined: Tue Jul 20, 2010 3:05 am

Re: Street Fighter IV .EMB .EMZ

Post by govern »

I want to be the best street fighter in the whole world. How I wish.
Post Reply