Page 2 of 2

Re: Dragona Online

Posted: Wed Feb 08, 2012 1:39 am
by chrrox
quickbms script

Code: Select all

goto 0x104
get files short
get null short
filexor "0x78 0x6C 0x61 0x71 0x6A 0x23 0x65 0x6D 0x24 0x25 0x5E 0x66 0x6B 0x40 0x23 0x24 0x72 0x68 0x21 0x40 0x23 0x73 0x6B 0x40 0x23 0x24 0x21 0x00"
for i = 0 < files
get id long
putarray 0 i id
next i
for i = 0 < files
get id1 long
putarray 1 i id1
next i
for i = 0 < files
getarray OFFSET 1 i
if OFFSET == -1
getdstring null 0x310 #this is the recursive directory info but we can skip it in this game
endif
if OFFSET != -1
getdstring basename 0xF8
get SIZE long
get UNK01 long
get UNK02 long
getdstring NULL 0x27
getdstring NAME 0x1DD
getdstring basename 0x8
putarray 2 i SIZE
putarray 3 i NAME
endif
next i
filexor ""
savepos base
for i = 0 < files
getarray OFFSET 1 i
getarray SIZE 2 i
getarray NAME 3 i
math OFFSET + base
if NAME != 0
log NAME OFFSET SIZE
endif
next i

Re: Dragona Online

Posted: Wed Feb 08, 2012 6:20 am
by finale00
Models same format as queens blade. Great :)

Re: Dragona Online

Posted: Wed Feb 08, 2012 8:19 am
by Ekey
thanks for script :P

Re: Dragona Online

Posted: Wed Feb 08, 2012 5:02 pm
by zaramot
Good news, Chrrox thanks for script! Can somebody provide a link to download this game? Looks nice!

Re: Dragona Online

Posted: Wed Feb 08, 2012 7:34 pm
by finale00

Re: Dragona Online

Posted: Wed Feb 08, 2012 10:57 pm
by CriticalError
thanks a lot for script, grateful for works guys.

Re: Dragona Online

Posted: Fri Feb 10, 2012 3:38 am
by raelizer
gonna see if i can somehow import the queens blade models into dragona =) will post results.

Re: Dragona Online

Posted: Fri Feb 10, 2012 6:01 am
by raelizer
seems to be having problems recompiling.

Re: Dragona Online

Posted: Fri Feb 10, 2012 6:17 am
by finale00
Didn't think it would be that easy lol

Re: Dragona Online

Posted: Fri Feb 10, 2012 11:33 pm
by raelizer
actually the problem is quickbms recompiler isnt good enough it would seem. ive gotta find another program to reinject the files to the gfpk.

also if anyone is interested in the seven souls client i have recently gained beta access and can upload if needed.

Re: Dragona Online

Posted: Sat Feb 11, 2012 12:09 am
by chrrox
what error did you get what are you doing to reimport the files?

Re: Dragona Online

Posted: Sat Feb 11, 2012 12:10 am
by aluigi
what's the exact problem with quickbms and the reimport feature for this game?

I need to know it to fix any possible bug, as far as I know at the moment everything is ok.

Re: Dragona Online

Posted: Sat Feb 11, 2012 3:17 am
by finale00
He's replacing it with a different model. Shouldn't work if the size of the new files is > original archive?
Unless quickbms re-importing has been updated to do actual re-packing based on the format of the script.

Re: Dragona Online

Posted: Sat Feb 11, 2012 4:15 am
by raelizer
Error: incomplete, input file number 0, can't read 4 bytes.
anyway don't worry, its possible that the BMS script has been written to exit in this way if its reached the end of the archiveso check it or contact is author or verify that all the files have beene xtracted.



thats the error that im getting, it dosnt seem to find any of the files im trying to reinject into the gfpk.

Re: Dragona Online

Posted: Sat Feb 11, 2012 2:46 pm
by chrrox
you need to post the 2 files and show the command line you use