The Original Forum. Game archives, full of resources. How to open them? Get help here.
-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Fri Nov 26, 2010 1:14 am
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
Post
by SackGirl » Mon Feb 07, 2011 3:50 am
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?
-
Tosyk
- double-veteran

- Posts: 953
- Joined: Thu Oct 22, 2009 10:24 am
- Location: Russia, Siberia
- Has thanked: 227 times
- Been thanked: 123 times
-
Contact:
Post
by Tosyk » Mon Feb 07, 2011 4:09 am
SackGirl wrote:unique script to Virtual Fighter 5
-
Vladanor
- ultra-n00b
- Posts: 5
- Joined: Mon Jan 24, 2011 5:04 pm
Post
by Vladanor » Tue Apr 26, 2011 4:10 pm
When i run the script,it shows me error: "-- Type error: Call needs function or class, got: undefined"