Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Kritika Online alp

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Kritika Online alp

Post by chrrox »

Here is an alp extractor for Kritika Online. http://kt.hangame.com
Client download http://krdown.hangame.com/pub/PUBKRITIK ... angame.zip
Image

Code: Select all

#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
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Kritika Online

Post by Ekey »

You outstripped me :)
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Kritika Online

Post by iaw »

Directory and file name in Korean, an error :?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Kritika Online

Post by chrrox »

just rename them or click rename automatically.
its only a few files.
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: Kritika Online

Post by CriticalError »

chrrox wrote:just rename them or click rename automatically.
its only a few files.
any chance to update it? when tyr upack files of JP version I get that.

Dropmodel.alp

Image

Dropmodel.alph

Image

Samples:

https://www.dropbox.com/s/6pla9rb6f2dpo ... e%20ALP.7z
Post Reply