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

KoF XIII media.kof archive

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Layer
ultra-n00b
Posts: 9
Joined: Fri Feb 18, 2011 10:53 pm

KoF XIII media.kof archive

Post by Layer »

The contents of this post was deleted because of possible forum rules violation.
JohnGrimm
n00b
Posts: 12
Joined: Sun Nov 20, 2011 9:22 am
Has thanked: 2 times

Re: KoF XIII media.kof archive

Post by JohnGrimm »

I'd actually like some help with this too. I've been trying to find patterns in the Hex to write a script, but this archive is giving me all kinds of trouble.
User avatar
Falo
advanced
Posts: 78
Joined: Fri Oct 23, 2009 1:29 pm
Been thanked: 33 times

Re: KoF XIII media.kof archive

Post by Falo »

here the script, very easy format, just the numFiles is missing

Code: Select all

endian big
set numFiles 7222

for x = 0 < numFiles

GetDString Name 232
get unk1_0 long
get unk1_1 long
get Offset_0 long
get Offset_1 long
get Size_0 long
get Size_1 long

log Name Offset_1 Size_1

next x
JohnGrimm
n00b
Posts: 12
Joined: Sun Nov 20, 2011 9:22 am
Has thanked: 2 times

Re: KoF XIII media.kof archive

Post by JohnGrimm »

Than you for the help Falo. I'm still new to BMS scripts and that archive was rough.
Post Reply