More about the game can be found here : http://www.bigfishgames.com/download-ga ... index.html
This is the first module for my tool called "Unpakke", so you will need both the unpakke.exe and upkk_phtsm.dll to pack/unpack these PAC files.
Learn more by clicking here: http://nullsecurity.org/unpakke/
"Phantasmat" PAC pack/unpacker
- 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: "Phantasmat" PAC pack/unpacker
I have just downloaded the game now and noticed it had a very very basic format so I wrote a quick script for it:
Code: Select all
filexor 0xff
get FILES long
for i = 0 < FILES
get NAMESZ short
getdstring NAME NAMESZ
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i