Kritika Online

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
CriticalError
Posts: 204
Joined: Thu Aug 14, 2014 8:52 pm

Kritika Online

Post by CriticalError »

Image

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
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Kritika Online

Post by aluigi »

Now the archives have been splitted in two parts: file table and data (the files).

That's the new script:
http://aluigi.org/papers/bms/others/kritika.bms
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Kritika Online

Post by aluigi »

Password for the FSB archive:

Code: Select all

kri_tika_5050_
bachou
Posts: 20
Joined: Sat Dec 05, 2015 8:50 am

Re: Kritika Online

Post by bachou »

edit :D
godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

Re: Kritika Online

Post by godskin »

don't work on version 2016
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Kritika Online

Post by aluigi »

@godskin
I have replied to you on viewtopic.php?f=5&t=2614&p=14419#p14419