Offtopic: Into Commodore 64 (6502) coding, pixeling or music?
Xentax is looking for new members for the C64 activities!
Just drop us a message at forum@xentax.com and join the Scene Team!
Forum rules: Click here
Xentax is looking for new members for the C64 activities!
Just drop us a message at forum@xentax.com and join the Scene Team!
Forum rules: Click here
Evil Dead : Regeneration (.PAK Extractor)
Evil Dead : Regeneration (.PAK Extractor)
Yes, i know that MultiEX supports evil dead regeneration, but the audio archives only. Standard pak "extractors" don't seem to work.
(WinRAR, WinZip, GCFScape, and most Quake tools)
(WinRAR, WinZip, GCFScape, and most Quake tools)
You do not have the required permissions to view the files attached to this post.
-
- mega-veteran
- Posts: 315
- Joined: Wed Aug 02, 2006 10:07 pm
- Has thanked: 10 times
- Been thanked: 93 times
LOL, the game make every single file type to .pak!?
I dont have MultiEx Commander ATM, so I can't write a mexscript.
If you need it, drop me a line.
Code: Select all
And the Header of pak is should be like this:
DWORD numFileType
DWORD numFiles
DWORD ukn1 //version??
DWORD magicWord //'XXXX'
{ //File Type description
CHAR[4] fileType
DWORD numThisType
DWORD ukn2
DWORD ukn3
} [numFileType]
{ //File description
CHAR[4] fileType
DWORD ukn4
DWORD ofsStart
DWORD fileLength
} [numFile]
The real file data start right after all the above data here.
If you need it, drop me a line.