The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

Please, make script for Incredible Hulk (index.ind) to extract ARC archives (PC and Xbox 360 versions)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

Upload index.ind.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:Upload index.ind.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:http://aluigi.org/bms/incredible_hulk_2008.bms

thank you, but script extracted unknown files without directories name (like Over the Headge : Datasetc, Textures, Models, Objects ... etc)
Warthog1336
Posts: 140
Joined: Mon Feb 05, 2018 5:45 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by Warthog1336 »

If I remember correctly, the original filenames don't exist for Over The Hedge. Maybe it's also the case with The Incredible Hulk.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

8533 files found in 48 seconds
coverage file 0 56 % 137044 241488 offset 000000d4
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

Warthog1336 wrote:If I remember correctly, the original filenames don't exist for Over The Hedge. Maybe it's also the case with The Incredible Hulk.

Script for Over the Headge work correct (index.ind) - extract folders with ARC archives names, but don't supported Incredible Hulk
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

There are no filenames in the archive.
The script correctly parses the whole index.ind file so there is nothing else to extract, the coverage of 56% means that some of the data archives have not been found:

Code: Select all

Objects.arc
QuickDatas.arc
QDMetadatas.arc
PclEffects.arc
Actions.arc
Skeletons.arc
Models.arc
Havoks.arc
HavokMopps.arc
NavMeshes.arc
Animations.arc
Fonts.arc
Shaders.arc
ShaderEffects.arc
Textures.arc
Sounds.arc
PS2Sounds.arc
Samples.arc
AudioStreams.arc
Binaries.arc
TexStreams.arc
SurfaceDatas.arc
ToneMapCurves.arc
Datasets.arc
FmodProjects.arc
WaveBanks.arc
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:There are no filenames in the archive.
The script correctly parses the whole index.ind file so there is nothing else to extract, the coverage of 56% means that some of the data archives have not been found:

Code: Select all

Objects.arc
QuickDatas.arc
QDMetadatas.arc
PclEffects.arc
Actions.arc
Skeletons.arc
Models.arc
Havoks.arc
HavokMopps.arc
NavMeshes.arc
Animations.arc
Fonts.arc
Shaders.arc
ShaderEffects.arc
Textures.arc
Sounds.arc
PS2Sounds.arc
Samples.arc
AudioStreams.arc
Binaries.arc
TexStreams.arc
SurfaceDatas.arc
ToneMapCurves.arc
Datasets.arc
FmodProjects.arc
WaveBanks.arc

I have all this archives (without these game don't work), script extracted only 2-3 archives, most archives ignored. Please, download this game and test, for Over the Headge script (index.ind) extracted arhives to folders with names (for exsample DataSetc.arc to DataSetc, audiostr.arc to AudioString directory ...). Please add command to script for full extract all archives with directories name (you made this for Over the Headge) p.s. Sorry my Bad English (i live in Ukraine)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

AD010 wrote:I have all this archives (without these game don't work), script extracted only 2-3 archives, most archives ignored.

Can you upload a screenshot of the directory of the game where index.ind and these ARC files are located?
It's impossible that the script can't load the archives if they are there together with index.ind.

AD010 wrote:Please add command to script for full extract all archives with directories name (you made this for Over the Headge)

Yes I completely forgot to add it.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:
AD010 wrote:I have all this archives (without these game don't work), script extracted only 2-3 archives, most archives ignored.

Can you upload a screenshot of the directory of the game where index.ind and these ARC files are located?
It's impossible that the script can't load the archives if they are there together with index.ind.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

Script 0.1.2.

The game uses 8.3 format for filenames truncating the longer ones.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:Script 0.1.2.

The game uses 8.3 format for filenames truncating the longer ones.

Thank you, script work correct. Mission Complete :)
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by Acewell »

eh i would just skip the ind file and extract the arc files directly
since they contain all needed info like file names, offsets and sizes. :)

this script tested on PC version only

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get FOLDER basename
get TABLE_OFFSET long
goto TABLE_OFFSET
get FILES long
for i = 0 < FILES
    get UNK long
    get OFFSET long
    get SIZE long
    get NAME string
    get UNK2 long
    get UNK3 long
    string NAME p "%s\%s." FOLDER NAME
    log NAME OFFSET SIZE
next i



run this bms script on the *.txf files to change to dds files

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

idstring "TXFL"
get SIZE asize
get NAME basename
string NAME + .dds
findloc OFFSET binary "\x44\x44\x53\x20"
math SIZE - OFFSET
log NAME OFFSET SIZE
Last edited by Acewell on Tue Jan 15, 2019 10:30 am, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

Acewell wrote:eh i would just skip the ind file and extract the arc files directly

Oh, I didn't have the ARC sample so didn't know about it. Good info!
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Incredible Hulk (2008) - version with Red Hulk character (GameStop)

Post by AD010 »

Do you have Incredible Hulk (2008) - version with Red Hulk character (GameStop exclusive), please rip / dump from DVD to your HDD and give me link to download (MEGA, Dropbox, Google Drive, Mediafire etc), i search it 10 years
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by AD010 »

aluigi wrote:
Acewell wrote:eh i would just skip the ind file and extract the arc files directly

Oh, I didn't have the ARC sample so didn't know about it. Good info!

Please, add this command with file names (message from user Acewel) to your index.ind script
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC

Post by aluigi »

@AD010
Upload the smallest ARC file you have there.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Incredible Hulk (2008) - version with Red Hulk character (GameStop)

Post by aluigi »

AD010 wrote:Do you have Incredible Hulk (2008) - version with Red Hulk character (GameStop exclusive), please rip / dump from DVD to your HDD and give me link to download (MEGA, Dropbox, Google Drive, Mediafire etc), i search it 10 years

This type of requests is NOT ALLOWED on the forum.
No models market and sharing, just research.