Page 1 of 1

BASPACK - Drawn: The Painted Tower - Archive

Posted: Fri Jan 01, 2010 8:03 pm
by ubrax
I'll appreciate any help or guidance to unpack the "data.pak" archive from "Drawn - The Painted Tower".
The head.bin and tail.bin
Drawn_head_and_tail.rar
is attached hereto.

Thanks in advance!

Re: BASPACK - Drawn: The Painted Tower - Archive

Posted: Fri Jan 01, 2010 8:16 pm
by chrrox
can you upload the whole file this is my best guess at it.

Code: Select all

idstring "BASPACKā€˜"
get TABLEOFFSET long
get FILES short
goto TABLEOFFSET
for i = 1 < FILES
filexor ""
get OFFSET long
get SIZE long
getdstring NAME 0xFF
filexor "0x37"
clog NAME OFFSET SIZE
next i

Re: BASPACK - Drawn: The Painted Tower - Archive

Posted: Fri Jan 01, 2010 8:46 pm
by chrrox
I downloaded it this should work

Code: Select all

idstring "BASPACK"
get TABLEOFFSET long
get FILES long
goto TABLEOFFSET
for i = 1 < FILES
getdstring NAME 0xFF
get OFFSET long
get SIZE long
filexor "0x37"
log NAME OFFSET SIZE
filexor ""
next i

Re: BASPACK - Drawn: The Painted Tower - Archive

Posted: Sun Jun 13, 2010 8:46 pm
by Gocha
How to repack extracted BASPACK?

Can anyone help with writing tool for that? By on script it's shoudn't be hard.

Re: BASPACK - Drawn: The Painted Tower - Archive

Posted: Mon Jun 14, 2010 8:02 pm
by bacter
Here's a very simple PAK maker/extractor.
And I have an idea to improve it, so the next step will be the "Update" function, so how to replace only a few files, without extracting everything, and rebuilding again
that 600 megabytes sized huge PAK file. (Just like in my BIN updater for the "Darkness Within 2")

Updated version!
Now it works like my .VST util: You can use the "Replace" function, if you want to replace only one file in the archive!

Re: BASPACK - Drawn: The Painted Tower - Archive

Posted: Wed Jun 23, 2010 7:23 am
by bacter
This is the commandline version of the Update (Replace) function.

BASPACK - Drawn: The Painted Tower - Archive

Posted: Thu Dec 09, 2021 3:32 pm
by ubrax
Used the BASPACK Unpacker/Packer [Drawn-Dark_Flight_PAK_unpacker_1.0.zip by XpoZed] (and command line version by bacter) on various BASPACK archives. Never experienced any problems:
1. BASPACK - Drawn: The Painted Tower - Archive et.al.
2. BASPACK - Travelogue 360 (both Rome and London).

BASPACK - Travelogue 360 Paris doesn't work.

The attached BASPACK file seems to predate the BASPACK evolutionary line and fails to open using the unpacker.

Archive Analysis file: http://ubrax.com/bms/data.pak.zip

I will appreciate any help I may receive to unpack this archive.

Regards, and thanx!