Star Wars Jedi Academy .gfc/.gob

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Teancum
Posts: 94
Joined: Mon Sep 22, 2014 5:13 pm

Star Wars Jedi Academy .gfc/.gob

Post by Teancum »

This is a fairly common format for Vicarious Visions games. I had posted the two .cpp code snippets in this topic which helped facilitate extraction for a different Vicarious Visions game. These are from the Xbox version of Jedi Academy, the same game from which the two .cpp source code snippets came. I am running 0.7.2a and tried both the regular and 4gb executables. However in trying to extract the files I get the following error:

Code: Select all

QuickBMS generic files extractor and reimporter 0.7.2a
by Luigi Auriemma
e-mail: me@aluigi.org
web:    aluigi.org
        (Dec 12 2015 - 17:24:48)

                   quickbms.aluigi.org  Homepage
                            zenhax.com  ZenHAX Forum
                               @zenhax  Twitter & Scripts

- GUI mode activated, remember that the tool works also from command-line
  where are available various options like folder scanning, filters and so on

- select the BMS script or plugin to use
- select the input archives/files to extract, type * or "" for whole folder and
subfolders
- select the output folder where extracting the files
- open input file D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base\assets.gfc
- open script D:\X360\zzz Original Xbox\jedi academy.bms
- set output folder D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base\!extracted

  offset   filesize   filename
--------------------------------------
- enter in folder D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base
  coverage file 0     0%   0          1460932
- open input file D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base\assets.gfc
- enter in folder D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base
- open input file D:\X360\zzz Original Xbox\Jedi Knight# Jedi Academy\base\assets.gob

- error in src\xalloc.c line 617: xdbg_malloc()

Error: memory allocation problem
       Not enough storage is available to process this command.


press RETURN to quit


Any help is greatly appreciated. I have uploaded the related files here: https://www.mediafire.com/?w3964axedt5a9zw
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Star Wars Jedi Academy .gfc/.gob

Post by aluigi »

Script 0.3.1, it was a slightly different variant of the format.
Teancum
Posts: 94
Joined: Mon Sep 22, 2014 5:13 pm

Re: Star Wars Jedi Academy .gfc/.gob

Post by Teancum »

You sir, never cease to amaze!

Stay awesome!

**EDIT**

The filenames and directories don't extract. Looks like the names start at offset 5F5A5 in assets.gfc. Does that help any?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Star Wars Jedi Academy .gfc/.gob

Post by aluigi »

Teancum
Posts: 94
Joined: Mon Sep 22, 2014 5:13 pm

Re: Star Wars Jedi Academy .gfc/.gob

Post by Teancum »

Works perfectly. Thanks much!