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

DuckTales Remastered (*.PAK) Extractor

Programs that are related to this or that game.
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

DuckTales Remastered (*.PAK) Extractor

Post by Ekey »

Tool for unpack PAK files

Code: Select all

[Usage]
        DTRPAKUnpacker <inFile>

[Example]
        DTRPAKUnpacker amazon.pak
PS: Additional /wave Ha :D :D se
You do not have the required permissions to view the files attached to this post.
Rjack
n00b
Posts: 19
Joined: Thu Jun 14, 2012 9:53 am
Has thanked: 3 times
Been thanked: 3 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Rjack »

Thanks Ekey, it works great. Is there any chance you would make a packer?
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Ekey »

Tools for repack makes Haoose. I think he share it later.
User avatar
Haoose
mega-veteran
mega-veteran
Posts: 280
Joined: Tue Mar 01, 2011 9:34 pm
Has thanked: 70 times
Been thanked: 193 times
Contact:

Re: DuckTales Remastered (*.PAK) Extractor

Post by Haoose »

http://games-gen.com/soft/DuckTalesTools.exe
Unpacker/Packer for PAK-files
Image
-= GP-team =-
Image
lavrov
ultra-n00b
Posts: 7
Joined: Sat Oct 04, 2014 4:39 pm
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: DuckTales Remastered (*.PAK) Extractor

Post by lavrov »

Wrote a console packer tool for those WayForward's resource packs (I hate GUI so much!).
Download it here https://drive.google.com/folderview?id= ... sp=sharing (paktools-0.1.zip, along with the cpp source code)
Mediafire mirror: http://www.mediafire.com/download/oo9y2 ... ls-0.1.zip
Github repository: https://github.com/artlavrov/paktools
Binary release (and linux version): https://github.com/artlavrov/paktools/r ... -1.0.0.zip
User avatar
makcar
veteran
Posts: 154
Joined: Mon May 12, 2014 10:41 pm
Has thanked: 22 times
Been thanked: 45 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by makcar »

lavrov wrote:Binary release (and linux version): https://github.com/artlavrov/paktools/r ... -1.0.0.zip
BloodRayne Betrayal?
lavrov
ultra-n00b
Posts: 7
Joined: Sat Oct 04, 2014 4:39 pm
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: DuckTales Remastered (*.PAK) Extractor

Post by lavrov »

BloodRayne support (use -c option for packing)
https://github.com/artlavrov/paktools/r ... -1.0.1.zip
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Ekey »

Compress / Decompress code for files with signature WFLZ > https://code.google.com/p/wflz/
lavrov
ultra-n00b
Posts: 7
Joined: Sat Oct 04, 2014 4:39 pm
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: DuckTales Remastered (*.PAK) Extractor

Post by lavrov »

Ekey wrote:Compress / Decompress code for files with signature WFLZ > https://code.google.com/p/wflz/
Looks like https://github.com/meh2481/wfLZEx (forked by me as https://github.com/artlavrov/wfLZEx) includes those two files (wfLZ.c has been renamed to *.cpp for some reason) to work with .anb files (there is a lot of extra code added to work with images). Doesn't compress them back though. I'll see what I can do.
Upd: I guess, according to this piece of code, .anb format is still unknown and there's no way to pack images back (well, maybe it's possible to replace them with smaller files).

Code: Select all

for(uint64_t i = 0; i < fileSize; i++)	//Definitely not the fastest way to do it... but I don't care
{
	if(memcmp ( &(vData.data()[i]), "ZLFW", 4 ) == 0)	//Found another file
...
xjermariox
ultra-n00b
Posts: 1
Joined: Mon Dec 19, 2016 10:11 pm

Re: DuckTales Remastered (*.PAK) Extractor

Post by xjermariox »

Hate to bump such an old topic up, but seeing how Wayforward's Half-Genie Hero is about to release has there been any luck between then and now to repack .anb files for mods and such? Thanks
Evilangel
ultra-n00b
Posts: 8
Joined: Fri Jun 25, 2021 6:45 am
Has thanked: 2 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Evilangel »

Hello there, looking for advices, im trying to translate shantae risky's revenge wayforward pc port from gog (english only) to spanish

The ducktool works fine.

im having trouble with this source:
https://drive.google.com/drive/folders/ ... xS6ipd1VCQ

when i extract/import texts from .loctext files and imported them again using .au3 import/export; the size its different and the game crashes when i pack everything even without doing any changes.
butter tray
ultra-n00b
Posts: 2
Joined: Sat Sep 02, 2023 11:50 pm

Re: DuckTales Remastered (*.PAK) Extractor

Post by butter tray »

Haoose wrote: Sun Aug 18, 2013 10:14 pm http://games-gen.com/soft/DuckTalesTools.exe
Unpacker/Packer for PAK-files
Image
is there a chance you have it on a diffrent site? cuase the previous one does not work
Spiritovod
mega-veteran
mega-veteran
Posts: 181
Joined: Sun Oct 10, 2010 9:44 pm
Has thanked: 35 times
Been thanked: 162 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Spiritovod »

@butter tray: Here is mirror for that tool: link
Last edited by Spiritovod on Wed Sep 06, 2023 7:57 pm, edited 1 time in total.
butter tray
ultra-n00b
Posts: 2
Joined: Sat Sep 02, 2023 11:50 pm

Re: DuckTales Remastered (*.PAK) Extractor

Post by butter tray »

Spiritovod wrote: Wed Sep 06, 2023 7:21 pm @butter tray: Here is mirror for that tool: link
it wont let me download it it says "Sorry, this file is infected with a virus. Only the owner is allowed to download infected files."
Spiritovod
mega-veteran
mega-veteran
Posts: 181
Joined: Sun Oct 10, 2010 9:44 pm
Has thanked: 35 times
Been thanked: 162 times

Re: DuckTales Remastered (*.PAK) Extractor

Post by Spiritovod »

@butter tray: I've updated the link to different hosting. Apparently google false detected the tool because it's packed with protector.
Post Reply