The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
Please, make script for Incredible Hulk (index.ind) to extract ARC archives (PC and Xbox 360 versions)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
aluigi wrote:Upload index.ind.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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)
-
- Posts: 140
- Joined: Mon Feb 05, 2018 5:45 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
If I remember correctly, the original filenames don't exist for Over The Hedge. Maybe it's also the case with The Incredible Hulk.
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
8533 files found in 48 seconds
coverage file 0 56 % 137044 241488 offset 000000d4
coverage file 0 56 % 137044 241488 offset 000000d4
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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
-
- 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
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:
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
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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)
-
- 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
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.
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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.
-
- 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
Script 0.1.2.
The game uses 8.3 format for filenames truncating the longer ones.
The game uses 8.3 format for filenames truncating the longer ones.
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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
run this bms script on the *.txf files to change to dds files
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.
-
- 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
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!
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Incredible Hulk (2008) - version with Red Hulk character (GameStop)
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
-
- Posts: 36
- Joined: Sun Dec 30, 2018 8:26 pm
Re: The Incredible Hulk (2008) - quickbms script for index.ind to extract ARC
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
-
- 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
@AD010
Upload the smallest ARC file you have there.
Upload the smallest ARC file you have there.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Incredible Hulk (2008) - version with Red Hulk character (GameStop)
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.