Help Me To Edit Dbc Files

09/29/2010 15:48 dego4ever#1
I Searched & Found This:


DBC Structures


I don't have all structures but I hope that some members will continue the work. I will be very happy to update this part of the thread with new or more complete structure. I will not add new structures. If you don't understand a structure, check the INI version.

3DEffect **Incomplete**

Code:
**** Header ****
Identifier -> Char[4]
Count -> Int32

**** Entries ****
Name -> Char[32]
Amount -> Int16
Delay -> Int32
LoopTime -> Int32
FrameInterval -> Int32
LoopInterval -> Int32
Unknow -> Byte[16]
EffectId(n) -> Int32
TextureId(n) -> Int32
Unknow(n) -> Int32
ASB(n) -> Byte
ADB(n) -> Byte
Unknow(n) -> Int16

3DEffectObj

Code:
**** Header ****
Identifier -> Char[4]
Count -> Int32

**** Entries ****
Id -> Int32
Offset -> Int32

**** Data ****
Path -> Char[] (End with 0x00)

3DTexture

Code:
**** Header ****
Identifier -> Char[4]
Count -> Int32

**** Entries ****
Id -> Int32
Offset -> Int32

**** Data ****
Path -> Char[] (End with 0x00)

3DObj

Code:
**** Header ****
Identifier -> Char[4]
Count -> Int32

**** Entries ****
Id -> Int32
Offset -> Int32

**** Data ****
Path -> Char[] (End with 0x00)

3DMotion

Code:
**** Header ****
Identifier -> Char[4]
Count -> Int32

**** Entries ****
Offset -> Int64
Id -> Int32

**** Data ****
Path -> Char[] (End with 0x00)

--------------------------------------------------


And Someone Told Me

Code:
Just make it. ini structures were released so it is so simple to make.
And I Not Know What He Mean.


So Can Any One Help Me Please?
09/29/2010 16:05 pro4never#2
#reported, wrong section


By making them ini files I assume they mean re-write the data you are reading from the binary reader to text using a stream writer. Once done you can re-parse the info back into binary to create .dbc files.
09/29/2010 16:07 Korvacs#3
Moved.

I think anouther mod beat me to it though lol.
09/29/2010 17:06 dego4ever#4
Quote:
Originally Posted by pro4never View Post
#reported, wrong section


By making them ini files I assume they mean re-write the data you are reading from the binary reader to text using a stream writer. Once done you can re-parse the info back into binary to create .dbc files.
Look At This [Only registered and activated users can see links. Click Here To Register...]
it Work But For Armor.dbc Only & I Want To Read 3deffectobj.dbc, 3DObj.dbc & 3DTexture.dbc Can U Help?

Quote:
Originally Posted by Korvacs View Post
Moved.

I think anouther mod beat me to it though lol.
I'm SO Sorry For This Worng
10/02/2010 15:19 dego4ever#5
is there any help?
10/03/2010 23:53 ZombieTaco#6
Try to google it! Thanks me If I helped ;D