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

War of Dragons : age of dragons

Post questions about game models here, or help out others!
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

War of Dragons : age of dragons

Post by chrrox »

Image

Image

I have updated this to support bones and weights.
You do not have the required permissions to view the files attached to this post.
The Chief
veteran
Posts: 101
Joined: Fri Oct 09, 2009 3:44 am
Has thanked: 90 times
Been thanked: 10 times

Re: War of Dragons : age of dragons

Post by The Chief »

Good work Chrrox , i just have a dude this is a 360/PS3 or PC game?
Annatar
n00b
Posts: 11
Joined: Thu Feb 17, 2011 6:17 pm

Re: War of Dragons : age of dragons

Post by Annatar »

Excellent work, thank you! Please say how extract these models from. data2 archives?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: War of Dragons : age of dragons

Post by chrrox »

This will extract the data file.
if the index file changes ill need the newer one to update the initial offset.
The index file must be named file.tbl2

Code: Select all


#quickbms script
#War of Dragons
#from chrrox

open FDDE tbl2 1
set arcnum 0


goto 0x10001C 1

for i = 0
    get offset long 1
    get zsize long 1
    get null3 long 1
    get size long 1
   get arcnum long 1
        set NAME1 string "file0"
    set MYEXT string arcnum
    strlen MYEXTSZ MYEXT
    if MYEXTSZ == 1
        string NAME1 += "00"
    endif
    if MYEXTSZ == 2
        string name1 - 1
        string NAME1 += "0"
    endif
    if MYEXTSZ == 3
        string name1 - 1
        string NAME1 += ""
    endif
    string NAME1 += MYEXT
    string NAME1 += .data2
    open FDSE NAME1 0


    get null1 long 1
    get null2 long 1

    get name string 1
    Padding 4 1

    get null long 1

        log name offset zsize
next i

Annatar
n00b
Posts: 11
Joined: Thu Feb 17, 2011 6:17 pm

Re: War of Dragons : age of dragons

Post by Annatar »

The contents of this post was deleted because of possible forum rules violation.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: War of Dragons : age of dragons

Post by chrrox »

What is the error you got?
it is the same file i have.
please update your quickbms version to the newest also.
Annatar
n00b
Posts: 11
Joined: Thu Feb 17, 2011 6:17 pm

Re: War of Dragons : age of dragons

Post by Annatar »

Yes, probably something wrong with my Quickbms, I have version 0.4.10b.
You do not have the required permissions to view the files attached to this post.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: War of Dragons : age of dragons

Post by chrrox »

try it now i think it was copy paste error on my part.
if it does not work wait till his afternoon ill re upload it
Annatar
n00b
Posts: 11
Joined: Thu Feb 17, 2011 6:17 pm

Re: War of Dragons : age of dragons

Post by Annatar »

Thank you very much Chrrox! Everything works perfectly :)
babo3615
ultra-n00b
Posts: 8
Joined: Sun May 23, 2010 10:52 am
Has thanked: 1 time

Re: War of Dragons : age of dragons

Post by babo3615 »

Thank you very much Chrrox!
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: War of Dragons : age of dragons

Post by Tosyk »

How to convert .xtex files?
i replaced header with dds, but all textures look like this:
You do not have the required permissions to view the files attached to this post.
Thank you for all you do here
my blog | my forum
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: War of Dragons : age of dragons

Post by chrrox »

Ill code up a converter later today but if you want to try just look for the dxt1 or dxt5 word at the start of the file there should be 4 more bytes after that just delete everthing before that point and paste your header.
zardalu
veteran
Posts: 134
Joined: Sat Sep 13, 2008 3:13 pm
Has thanked: 17 times
Been thanked: 31 times
Contact:

Re: War of Dragons : age of dragons

Post by zardalu »

Thx chrrox, works great, a texture converter would be excellent
Post Reply