Alone in the Dark 1,2,3 (old games)(.PAK)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Researchman
mega-veteran
mega-veteran
Posts: 314
Joined: Fri Jun 11, 2010 12:08 pm
Has thanked: 78 times
Been thanked: 22 times

Alone in the Dark 1,2,3 (old games)(.PAK)

Post by Researchman » Sun Jun 13, 2010 6:26 am

The contents of this post was deleted because of possible forum rules violation.

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by aluigi » Mon Jun 14, 2010 4:37 pm

unknown compression algorithm, in some files it's tagged as pkware explode but it's not correct.
only for informative reasons I post the script that DOESN'T WORK:

Code: Select all

comtype explode # WRONG compression!

set TMP long 0x7fffffff
get DUMMY long
for i = 0
    savepos TMP_OFF
    if TMP_OFF >= TMP
        break
    endif
    get OFFSET long
    putarray 0 i OFFSET
    if OFFSET < TMP
        math TMP = OFFSET
    endif
next i
math FILES = i

for i = 0 < FILES
    getarray OFFSET 0 i

    savepos TMP
    goto OFFSET
    get DUMMY long
    get ZSIZE long
    get SIZE long
    get DUMMY long
    savepos OFFSET
    goto TMP

    clog "" OFFSET ZSIZE SIZE
next i

User avatar
Mr.Mouse
Site Admin
Posts: 4051
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 421 times
Been thanked: 575 times
Contact:

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by Mr.Mouse » Tue Jun 15, 2010 3:30 pm

The contents of this post was deleted because of possible forum rules violation.

Researchman
mega-veteran
mega-veteran
Posts: 314
Joined: Fri Jun 11, 2010 12:08 pm
Has thanked: 78 times
Been thanked: 22 times

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by Researchman » Tue Jun 15, 2010 3:41 pm

The contents of this post was deleted because of possible forum rules violation.
You do not have the required permissions to view the files attached to this post.

swuforce
veteran
Posts: 121
Joined: Thu Nov 05, 2009 8:46 pm
Has thanked: 14 times
Been thanked: 105 times

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by swuforce » Tue Jun 15, 2010 7:22 pm


Researchman
mega-veteran
mega-veteran
Posts: 314
Joined: Fri Jun 11, 2010 12:08 pm
Has thanked: 78 times
Been thanked: 22 times

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by Researchman » Wed Jun 16, 2010 10:25 am

Tried, but not so: to all files expansion is attributed .out
And it seems to me data change, as unpacker it is based on port source codes Free in the Dark on soundforge.

Therefore also has made this topic for the purpose of creation normal unpacker and has involved in it aluigi, which can make bms script for unpacking.

jomalin
ultra-n00b
Posts: 2
Joined: Thu Apr 29, 2010 7:11 am

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by jomalin » Thu May 07, 2015 11:49 am

Now PAK files from Alone in the dark are supported in QuickBMS using "pak_explode" decompression algorithm
See the script:
http://aluigi.altervista.org/papers/bms/alonedark.bms

User avatar
TheReaperCooL
advanced
Posts: 60
Joined: Sat Apr 17, 2010 8:18 pm
Been thanked: 2 times

Re: Alone in the Dark 1,2,3 (old games)(.PAK)

Post by TheReaperCooL » Sat Aug 15, 2015 5:41 pm

It seems I can't reimport them with reimport.bat, it always writes an error to me. Any ideas?

EDIT: It says:

Error: Unsupported compression 176 in reimport mode

Last script line before the error or that produced the error:
37 clog NAME OFFSET discSize uncompressedSize

Post Reply