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

Virtual Fighter 5 (PS3)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Virtual Fighter 5 (PS3)

Post by chrrox »

Here is a quickbms script to extract vf5 ps3 farc archives.

Code: Select all

endian big
get arcsize asize
get idstring long
get headersize long
get one long
for i = 0 < 0xFFFF
get name string
get offset long
get zsize long
get size long
string name + ".gz"
if offset > 0
log name offset zsize
else
cleanexit
endif
next i
SackGirl
ultra-n00b
Posts: 1
Joined: Mon Feb 07, 2011 3:35 am

Re: Virtual Fighter 5 (PS3)

Post by SackGirl »

chrrox wrote:Here is a quickbms script to extract vf5 ps3 farc archives.

Code: Select all

endian big
get arcsize asize
get idstring long
get headersize long
get one long
for i = 0 < 0xFFFF
get name string
get offset long
get zsize long
get size long
string name + ".gz"
if offset > 0
log name offset zsize
else
cleanexit
endif
next i
yeah might be a bump but this seems like the best place to post, LittleBigPlanet and LittleBigPlanet 2 both include a data.farc I tried this to extract them but all i got was a error saying it's not possible to make the file, and I have to change the name, as soon as I do the script crashes, is this .farc script universal or is it a unique script to Virtual Fighter 5?
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: Virtual Fighter 5 (PS3)

Post by Tosyk »

SackGirl wrote:unique script to Virtual Fighter 5
Thank you for all you do here
my blog | my forum
Vladanor
ultra-n00b
Posts: 5
Joined: Mon Jan 24, 2011 5:04 pm

Re: Virtual Fighter 5 (PS3)

Post by Vladanor »

When i run the script,it shows me error: "-- Type error: Call needs function or class, got: undefined"
Post Reply