Page 1 of 1
[Request] Luxory Online
Posted: Tue Feb 28, 2012 7:46 pm
by CriticalError
Ok a very cool game stored in .PAK archivs, the header is this.
Luxory Online Archive Research
Re: [Request] Luxory Online
Posted: Tue Feb 28, 2012 7:54 pm
by finale00
Hmm reminds me of lunia with their weird numbers everywhere.
Looks like a nice game.
Re: [Request] Luxory Online
Posted: Wed Feb 29, 2012 8:11 pm
by Ekey
Archive seems the same ->
Xiang Long Zhi Jian
Re: [Request] Luxory Online
Posted: Wed Feb 29, 2012 10:31 pm
by aluigi
Code: Select all
# Luxory Online
# script for QuickBMS http://quickbms.aluigi.org
comtype lzo1x
idstring "KGPK"
goto 0x78
get OFFSET longlong
get MAX_OFFSET asize
for OFFSET = OFFSET < MAX_OFFSET
goto OFFSET
get SIZE longlong
get ZSIZE longlong
get ZIP long
get DUMMY longlong
get DUMMY long
savepos OFFSET
if ZIP == 0
log "" OFFSET SIZE
else
clog "" OFFSET ZSIZE SIZE
endif
math OFFSET += ZSIZE
next
Re: [Request] Luxory Online
Posted: Thu Mar 01, 2012 12:39 am
by CriticalError
thanks a lot aluigi, what you think about it? I get this with another scripts and never posted, but I'm curious

Re: [Request] Luxory Online
Posted: Thu Mar 01, 2012 1:06 am
by aluigi
check if you have the same error using quickbms_4gb_files
Re: [Request] Luxory Online
Posted: Thu Mar 01, 2012 5:49 am
by CriticalError
no still same aluigi :/
Re: [Request] Luxory Online
Posted: Thu Mar 01, 2012 7:12 pm
by aluigi
maybe check if the following works better:
Code: Select all
# Luxory Online (test)
# script for QuickBMS http://quickbms.aluigi.org
comtype lzo1x
idstring "KGPK"
goto 0x78
get OFFSET long
get DUMMY long
get MAX_OFFSET asize
for OFFSET = OFFSET < MAX_OFFSET
goto OFFSET
get SIZE long
get DUMMY long
get ZSIZE long
get DUMMY long
get ZIP long
get DUMMY long
get DUMMY long
get DUMMY long
savepos OFFSET
if ZIP == 0
log "" OFFSET SIZE
else
clog "" OFFSET ZSIZE SIZE
endif
math OFFSET += ZSIZE
next
I have converted the 64bit fields in 32bit, so I don't know if it's correct
Re: [Request] Luxory Online
Posted: Fri Mar 02, 2012 3:41 am
by CriticalError
ummm this is what I get mate.

Re: [Request] Luxory Online
Posted: Fri Mar 02, 2012 9:59 am
by aluigi
in this case I can do nothing
Re: [Request] Luxory Online
Posted: Fri Mar 02, 2012 2:26 pm
by CriticalError
ok no problem aluigi, thanks a lot for effort, take care.