Search found 1583 matches

by ikskoks
Sun Aug 07, 2022 8:50 pm
Forum: Game Archive
Topic: Aliens Versus Predator: Extinction - TBF archive
Replies: 3
Views: 470

Re: Aliens Versus Predator - Extinction

but the texture – which I believe is contained within the “tbf.tbf” file – are inaccessible. Hi. If you want to extract/import textures from "TBF.TBF" archive, you need to reverse engineer it first. There are no tools or specification for this type of archive, so you would need probably s...
by ikskoks
Thu Aug 04, 2022 8:30 pm
Forum: Compressed files and methods
Topic: Various TMNT games!!!
Replies: 2
Views: 963

Re: Various TMNT games!!!

Someone has apparently deleted their's post from this topic, so it seems that my post is the first one. Very weird...
by ikskoks
Sun Jul 31, 2022 11:25 am
Forum: Game Localization
Topic: Democracy 4 - Cant read 4 bytes from offset 67a85f4d
Replies: 5
Views: 335

Re: Democracy 4 - Cant read 4 bytes from offset 67a85f4d

You need to upload to a hosting site like mega.nz or Google Drive and then just share a public link here.
by ikskoks
Sat Jul 30, 2022 10:10 pm
Forum: Game Localization
Topic: Democracy 4 - Cant read 4 bytes from offset 67a85f4d
Replies: 5
Views: 335

Re: Democracy 4 - Cant read 4 bytes from offset 67a85f4d

mertix wrote: Sat Jul 30, 2022 9:36 pm The game is not made with unity or unreal, it has made its own game engine and how do I access the pak file
Then completely new script has to be created.
Please upload a sample PAK file.

Also check this https://aivct.github.io/democracy3_pak_ ... index.html
by ikskoks
Fri Jul 29, 2022 7:07 pm
Forum: Compressed files and methods
Topic: The Outforce .OPF file
Replies: 7
Views: 3189

Re: The Outforce .OPF file

I have this game, but I can't see any OPF files in game's directory after installing the game. I can see only BOX archives.
Do I need to apply some patches? My version of the game is 1.0.0.0.
What path is correct for this file?

In short - what is this file and how did you get it? :wink:
by ikskoks
Tue Jul 26, 2022 7:01 pm
Forum: Graphic file formats
Topic: Weird .tex texture file format
Replies: 3
Views: 463

Re: Weird .tex texture file format

This file is too small for a texture. It's size is 44 bytes.

You should look for textures in other files.
Also check out this topic viewtopic.php?t=15540

And what game is it from?
by ikskoks
Sun Jul 24, 2022 6:56 pm
Forum: Audio file formats
Topic: Saints Row 2 XWB compressed wave
Replies: 60
Views: 34369

Re: Saints Row 2 XWB compressed wave

Can anyone help me extract sound from Jumper Griffin's Story that also use xwb/xsb format?
Sorry, I don't know how to extract audio from Jumper Griffin's Story.

Also - you shouldn't ask about that in Saints Row topic. You've created your own topic and that's enough.
by ikskoks
Sun Jul 24, 2022 10:43 am
Forum: Audio file formats
Topic: Extracting Elven Legacy and Fantasy Wars music from game files?
Replies: 2
Views: 304

Re: Extracting Elven Legacy and Fantasy Wars music from game files?

More details needed...

Also please upload a few samples.
by ikskoks
Sun Jul 24, 2022 10:40 am
Forum: Audio file formats
Topic: Extracting Wheelman music files?
Replies: 2
Views: 224

Re: Extracting Wheelman music files?

Can you upload a few sample files?

You can also post more details... what platform etc.
by ikskoks
Sat Jul 23, 2022 10:23 am
Forum: Audio file formats
Topic: Saints Row 2 XWB compressed wave
Replies: 60
Views: 34369

Re: Saints Row 2 XWB compressed wave

but no oneupdates these tools or release the source code so I can't fix it myself so idk I give up unless someone knows something I don't but I doubt anyone will even see this or even reply Well, actually this thread was dead since 2018, so no one really shared any new findings here. But recently I...
by ikskoks
Tue Jul 19, 2022 10:19 pm
Forum: Graphic file formats
Topic: Metropolis Software *.texture files
Replies: 1
Views: 374

Re: Metropolis Software *.texture files

Here is the file format http://wiki.xentax.com/index.php/Metropolis_Software_TEXTURE There is 33 bytes header and then there is DXT1/DXT5 compressed image data. You can use raw texture cooker to export: https://imgur.com/a/ROQguIs https://imgur.com/a/r7xe6rG But for some reason you have to use offse...
by ikskoks
Mon Jul 18, 2022 12:05 am
Forum: Game Archive
Topic: Dream League Soccer, xbnk, bnk,comentary.bnk
Replies: 5
Views: 422

Re: Dream League Soccer, xbnk, bnk,comentary.bnk

I want to export/view a database file .DAT with 78 9C EC as a header
This file is compressed with ZLIB.
You can use offzip to decompress this http://aluigi.altervista.org/mytoolz/offzip.zip

Code: Select all

offzip.exe -a teams.dat
by ikskoks
Fri Jul 15, 2022 5:40 pm
Forum: Compressed files and methods
Topic: NHL 2K3 (Gamecube) - PVR, CMN, NHM etc.
Replies: 10
Views: 607

Re: NHL 2K3 (Gamecube) - PVR, CMN, NHM etc.

Sorry for this stupid question, but how should I save this script correctly, I don't see any save option there, and I'm not obviously very familiar with the GitHub site So there are two methods: Method 1: 1. Go to script file on Github 2. Select everything and press CTRL+C 3. Open new windoow in No...