Search found 100 matches
- Wed Oct 28, 2020 6:43 pm
- Forum: Game Archive
- Topic: Watch Dogs: Legion .dat .fat archives
- Replies: 75
- Views: 12389
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...
- Wed Oct 28, 2020 12:20 am
- Forum: Game Archive
- Topic: Watch Dogs: Legion .dat .fat archives
- Replies: 75
- Views: 12389
Re: Watch Dogs: Legion .dat .fat archives
Here's version 1.0 of WdlExtract:
Doesn't come with a FileList.txt.
- Mon Mar 11, 2019 12:44 pm
- Forum: Game Archive
- Topic: The Division 2
- Replies: 6
- Views: 3422
The Division 2
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
Please also note that you'll need to get a copy of oo2core_7_win64.dll (renamed older/newer versions might also work).
Download
- Wed Jun 13, 2018 7:24 pm
- Forum: Game Archive
- Topic: Prey (2017) pak decryption tool
- Replies: 47
- Views: 28481
Re: Prey (2017) pak decryption tool
Updated the first post in this thread with a new version that supports the Mooncrash DLC.
- Thu Feb 22, 2018 3:05 pm
- Forum: Game Archive
- Topic: Deus EX: Mankind Divided .archive
- Replies: 148
- Views: 48963
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.
- Mon Nov 13, 2017 12:11 am
- Forum: Graphic file formats
- Topic: PS2 texture unswizzling (4-bit textures)
- Replies: 4
- Views: 4460
Re: PS2 texture unswizzling (4-bit textures)
The
Though the typical implementation would be:
instead of having the remainder check.
part is for alignment to multiples of 32.//if ((mw % 32) > 0)
// mw = ((mw / 32) * 32) + 32;
Though the typical implementation would be:
Code: Select all
(value + align-1)/align*align
- Sat Sep 02, 2017 12:03 pm
- Forum: Game Archive
- Topic: The Division SDF Archive Format
- Replies: 131
- Views: 56352
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.
Haven't seen anything besides Visual Studio being able to open those for viewing.
- Thu Aug 03, 2017 4:23 pm
- Forum: Game Archive
- Topic: watch dogs 2 .dat .fat archive?
- Replies: 286
- Views: 90675
Re: watch dogs 2 .dat .fat archive?
Can't disable EAC anymore?
- Tue Jul 18, 2017 12:14 am
- Forum: Game Archive
- Topic: Deus EX: Mankind Divided .archive
- Replies: 148
- Views: 48963
Re: Deus EX: Mankind Divided .archive
http://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 con...
- Sun Jun 11, 2017 2:10 pm
- Forum: Game Archive
- Topic: Prey (2017) pak decryption tool
- Replies: 47
- Views: 28481
Re: Prey (2017) pak decryption tool
Gamedata.pak, then Libs\UI\Textures.
- Sun May 07, 2017 4:49 pm
- Forum: Game Archive
- Topic: Prey (2017) pak decryption tool
- Replies: 47
- Views: 28481
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.
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.
- Sat May 06, 2017 4:56 pm
- Forum: Game Archive
- Topic: Prey (2017) pak decryption tool
- Replies: 47
- Views: 28481
Re: Prey (2017) pak decryption tool
Yeah, I just noticed that. Looking into it.
- Fri May 05, 2017 11:01 pm
- Forum: Game Archive
- Topic: Prey (2017) pak decryption tool
- Replies: 47
- Views: 28481
Prey (2017) pak decryption tool
Version 3 released.
Download here.
Changelog:
Version 1:
Download here.
Changelog:
Version 1:
- Initial release
- Fixed file size check
- Added support for the Mooncrash DLC
- Tue Mar 21, 2017 2:31 pm
- Forum: Game Archive
- Topic: Dead Rising 4 .bin /.big
- Replies: 6
- Views: 2574
Re: Dead Rising 4 .bin /.big
Don't have the game, so I can't update the DR3 bin tool for this.
- Sun Mar 05, 2017 2:28 pm
- Forum: Game Archive
- Topic: watch dogs 2 .dat .fat archive?
- Replies: 286
- Views: 90675
Re: watch dogs 2 .dat .fat archive?
New version that supports listing all file names contained within an archive and extracting specific files.
Name list has also been updated with some new names.
http://sktest.aruarose.com/WD2FatTools_v003.7z
Name list has also been updated with some new names.
http://sktest.aruarose.com/WD2FatTools_v003.7z
