Alone in the Dark 1,2,3 (old games)(.PAK)
-
Researchman
- 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)
The contents of this post was deleted because of possible forum rules violation.
- aluigi
- 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)
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:
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- 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)
The contents of this post was deleted because of possible forum rules violation.
-
Researchman
- 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)
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.
-
Researchman
- 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)
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.
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.
Re: Alone in the Dark 1,2,3 (old games)(.PAK)
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
See the script:
http://aluigi.altervista.org/papers/bms/alonedark.bms
- 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)
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
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

