Hello how are you, well today I try unpack files from this game, and got error with script, so well maybe somebody can take look into format? the format are in .alp, so well maybe somebody can support it? many thanks for all guys, really grateful for help.
BMS
#Kritika Online alp extractor
#Quickbms script by chrrox
comtype MSF
get TSIZE asize
idstring "GKPA"
get VERSION short
get FTABLE long
goto FTABLE
Do
filexor ""
savepos TMP
get TBLSIZE long
savepos TMP
filexor "\xDF\x97\x6F\x03" TMP
getdstring MAGIC 4
#print "%MAGIC%"
if MAGIC == "DGKP"
getdstring NULL 0xA
get NSIZE short
math NSIZE * 2
getdstring UNAME NSIZE
set DIRNAME unicode UNAME
else
getdstring NULL 0x7
get OFFSET long
get SIZE long
get ZSIZE long
getdstring NULL 0xC
get NSIZE short
math NSIZE * 2
getdstring UNAME NSIZE
set NAME2 unicode UNAME
set NAME DIRNAME
string NAME + \
string NAME + NAME2
filexor "\xDF\x97\x6F\x03" OFFSET
clog NAME OFFSET ZSIZE SIZE
endif
While TMP < TSIZE
http://puu.sh/bZ66K/f874ebc50c.7z