


This game cute 3d chararter come out
Ill more information and add data later on




The demo should have been out 2 weeks ago in the Japanese store of xbox live. Right now I don't have my 360 (RROD lol). I'm gonna see if I can download it if you're interested in it.howfie wrote:it's not out yet is it?
Code: Select all
idstring "LNK4"
get baseoff long
for
get offset long
get size long
math offset * 0x800
math offset + baseoff
math size * 0x400
log "" offset size
if size == 0
cleanexit
endif
next
Code: Select all
get idstring long
get files long
get arcsize long
get null long
get base basename
for i = 0 < files
set name base
string name + _
string name + i
get type byte
if type == 0
string name + .mdl.xcomp
elif type == 1
string name + .1.xcomp
elif type == 2
string name + .dds.xcomp
elif type == 3
string name + .3.xcomp
elif type == 4
string name + .4.xcomp
elif type == 5
string name + .5.xcomp
elif type == 6
string name + .6.xcomp
elif type == 7
string name + .7.xcomp
elif type == 8
string name + .anm.xcomp
elif type == 9
string name + .tex.xcomp
endif
getdstring null 11
get offset long
get blocksize long
get size long
math offset * 0x800
log name offset size
next i
Code: Select all
c:\quickbms\quickbms.exe -d -F "*.mdl" C:\Character\mdl.bms C:\Character\mdl G:\WEBZEN\Character\extCode: Select all
for /r %%f in (*.xcomp) do (
xbdecompress.exe "%%f" "%%~pnf"
del "%%f"
)
Code: Select all
get idstring long
get files long
get unk long
get base basename
set offset files
math offset * 4
math offset + 12
for i = 0 < files
set name base
string name + _
string name + i
string name + .dds
get size long
log name offset size
math offset + size
next i
