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

Dragona Online

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

Re: Dragona Online

Post 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
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Dragona Online

Post by finale00 »

Models same format as queens blade. Great :)
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: Dragona Online

Post by Ekey »

thanks for script :P
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: Dragona Online

Post by zaramot »

Good news, Chrrox thanks for script! Can somebody provide a link to download this game? Looks nice!
Making model-import scripts, PM
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: Dragona Online

Post by CriticalError »

thanks a lot for script, grateful for works guys.
raelizer
n00b
Posts: 15
Joined: Wed Feb 08, 2012 1:37 pm
Has thanked: 5 times

Re: Dragona Online

Post by raelizer »

gonna see if i can somehow import the queens blade models into dragona =) will post results.
raelizer
n00b
Posts: 15
Joined: Wed Feb 08, 2012 1:37 pm
Has thanked: 5 times

Re: Dragona Online

Post by raelizer »

seems to be having problems recompiling.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Dragona Online

Post by finale00 »

Didn't think it would be that easy lol
raelizer
n00b
Posts: 15
Joined: Wed Feb 08, 2012 1:37 pm
Has thanked: 5 times

Re: Dragona Online

Post 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.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Dragona Online

Post by chrrox »

what error did you get what are you doing to reimport the files?
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Dragona Online

Post 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.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Dragona Online

Post 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.
raelizer
n00b
Posts: 15
Joined: Wed Feb 08, 2012 1:37 pm
Has thanked: 5 times

Re: Dragona Online

Post 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.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Dragona Online

Post by chrrox »

you need to post the 2 files and show the command line you use
Post Reply