Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 104 matches

by Sir Kane
Sat Aug 27, 2022 10:03 pm
Forum: Game specific tools
Topic: Saints Row - vpp_pc and str2_pc archives tool
Replies: 1
Views: 942

Saints Row - vpp_pc and str2_pc archives tool

This'll work with both the vpp_pc and str2_pc archives from Saints Row.

Version history:
  1. Initial release
by Sir Kane
Mon Mar 14, 2022 12:22 pm
Forum: Graphic file formats
Topic: Sim Theme Park / Theme Park World .WCT format
Replies: 5
Views: 800

Re: Sim Theme Park / Theme Park World .WCT format

Got code/format info for some of the other file types as well somewhere, if you're interested.
by Sir Kane
Sat Sep 11, 2021 7:05 pm
Forum: Game Archive
Topic: Deus EX: Mankind Divided .archive
Replies: 151
Views: 74887

Re: Deus EX: Mankind Divided .archive

The URL changed slightly. Here's the updated one:
https://sktest.aruarose.com/DXMDExtract_v002.7z
by Sir Kane
Wed Oct 28, 2020 6:43 pm
Forum: Game Archive
Topic: Watch Dogs: Legion .dat .fat archives
Replies: 85
Views: 38279

Re: Watch Dogs: Legion .dat .fat archives

Here's version 1.0 of WdlExtract: WdlExtract.7z Doesn't come with a FileList.txt. Windows Defender detect it as Trojan:Script/Wacatac.B!ml :) Did you: Update your definitions? Make sure it wasn't something on your machine? Upload to virustotal or a similar service from another machine? I'mma have t...
by Sir Kane
Wed Oct 28, 2020 12:20 am
Forum: Game Archive
Topic: Watch Dogs: Legion .dat .fat archives
Replies: 85
Views: 38279

Re: Watch Dogs: Legion .dat .fat archives

Here's version 1.0 of WdlExtract:
WdlExtract.7z
Doesn't come with a FileList.txt.
by Sir Kane
Mon Mar 11, 2019 12:44 pm
Forum: Game Archive
Topic: Tom Clancy’s The Division 2 - SDFDATA / SDFTOC archive
Replies: 18
Views: 13048

Tom Clancy’s The Division 2 - SDFDATA / SDFTOC archive

For legal reasons, this does not include the AES key and IV. When you get then, put them inside sd_key.txt and sd_iv.txt respectively.

Please also note that you'll need to get a copy of oo2core_7_win64.dll (renamed older/newer versions might also work).

Download
by Sir Kane
Wed Jun 13, 2018 7:24 pm
Forum: Game Archive
Topic: Prey (2017) pak decryption tool
Replies: 53
Views: 45135

Re: Prey (2017) pak decryption tool

Updated the first post in this thread with a new version that supports the Mooncrash DLC.
by Sir Kane
Thu Feb 22, 2018 3:05 pm
Forum: Game Archive
Topic: Deus EX: Mankind Divided .archive
Replies: 151
Views: 74887

Re: Deus EX: Mankind Divided .archive

It's just an optimization, since images embedded in SWF are either JPEG or zlib compressed. Loading whatever native engine format is typically faster.
by Sir Kane
Mon Nov 13, 2017 12:11 am
Forum: Graphic file formats
Topic: PS2 texture unswizzling (4-bit textures)
Replies: 4
Views: 5693

Re: PS2 texture unswizzling (4-bit textures)

The
//if ((mw % 32) > 0)
// mw = ((mw / 32) * 32) + 32;
part is for alignment to multiples of 32.

Though the typical implementation would be:

Code: Select all

(value + align-1)/align*align
instead of having the remainder check.
by Sir Kane
Sat Sep 02, 2017 12:03 pm
Forum: Game Archive
Topic: The Division SDF Archive Format
Replies: 137
Views: 77368

Re: The Division SDF Archive Format

A lot of the Division textures use the DXT10 version of DDS files.

Haven't seen anything besides Visual Studio being able to open those for viewing.
by Sir Kane
Thu Aug 03, 2017 4:23 pm
Forum: Game Archive
Topic: watch dogs 2 .dat .fat archive?
Replies: 288
Views: 127273

Re: watch dogs 2 .dat .fat archive?

Can't disable EAC anymore?
by Sir Kane
Tue Jul 18, 2017 12:14 am
Forum: Game Archive
Topic: Deus EX: Mankind Divided .archive
Replies: 151
Views: 74887

Re: Deus EX: Mankind Divided .archive

https://sktest.aruarose.com/DXMDExtract_v002.7z Fixed a bug that caused files in containers whose names contain upper case characters to not be extracted. Speculative fix for files containing wrong data. Now generates a list of external resources and their file names. Now generates a binary file co...
by Sir Kane
Sun Jun 11, 2017 2:10 pm
Forum: Game Archive
Topic: Prey (2017) pak decryption tool
Replies: 53
Views: 45135

Re: Prey (2017) pak decryption tool

Gamedata.pak, then Libs\UI\Textures.
by Sir Kane
Sun May 07, 2017 4:49 pm
Forum: Game Archive
Topic: Prey (2017) pak decryption tool
Replies: 53
Views: 45135

Re: Prey (2017) pak decryption tool

Recompile of the old binary XML conversion tool I made for Crysis 3 or whatever.
Download.

As for the repacking, it might accept .zip files renamed to .pak, I'm not sure if files NEED to have signatures or if it works without them.