https://www.alawar.pl/game/phantasmat/ - trial available here, game archive name: common.pac (and other .pac files).
I'd like to request with repacking or with ability to create a new archive if possible. Purpose is translation of collector's edition additions. Thank you very much in advance.
Phantasmat common.pac
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Phantasmat common.pac
In next time upload samples!
Code: Select all
# Phantasmat (PAC format) 0.1
# script for QuickBMS http://quickbms.aluigi.org
filexor 0xff
get FILES long
for i = 0 < FILES
get NAME_LEN short
getdstring NAME NAME_LEN
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
-
- Posts: 65
- Joined: Mon Dec 08, 2014 1:16 pm
Re: Phantasmat common.pac
The sample was just about the whole game minus .exe, hence why I didn't.