This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [clientside] how to understand a dbc file  (Read 2824 times)

dobidoberman1

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
[clientside] how to understand a dbc file
« on: April 14, 2013, 11:05:31 am »
i'm wondeing how can i understand a simple dbc file. the thing is when i open a dbc file such as: "CameraMode"
i don't quite understand what each column does since there's no explaination or declaration for them its just numbers.
my question are:
1. how i can understand what each column does?
2. how can i implement my own row and relate it to some specific map.

many  thanks again.
daniel.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

iindigo

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 198
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #1 on: April 14, 2013, 04:32:04 pm »
Refer to the wiki, which has every DBC exhaustively documented thanks to the efforts of schlumpf and the Modcraft crew. It's really great.

http://www.wowdev.wiki/index.php ... :DBC_WotLK
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

dobidoberman1

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #2 on: April 14, 2013, 04:44:36 pm »
thanks but thats not very helpful since i'm using cata dbc files.
the thing is i just don't understand what lays behind those colums.
and either way lets just go straight to the chase i'm trying to copy this row values



to that row


i'm doing it all on blind i'm not sure about the process of editing a dbc file and etcetra.
basically i'm just trying to take a certain camera angle from a quest and implmenet in that row -Redridge, and by that just applying those values of the camera angle to that specific map zone which is Render valley.
but each time i save the file and start the server, it seems that the changes are not applying.
i can't really do anything properly if i don't know what each column does.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #3 on: April 14, 2013, 05:21:40 pm »
I don't see how that is not helpful. ChrRaces.dbc is the same as WotLK for the most part - there are just more things you have to gether. Same for several others. Also, we focus on WotLK, not Cata. Feel free to request an account and provide new information on your researches.

If I may suggest, start with a wotlk dbc and work your way up.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

iindigo

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 198
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #4 on: April 14, 2013, 05:32:35 pm »
A few of the Cata DBCs have been documented, as seen here:
http://www.wowdev.wiki/index.php ... _Cataclysm

You'll find that this community is mostly focused on modding WotLK and below due to better tool availability.

I can't help you with your problem, but do make sure that DBC changes are reflected both on the server and in your client.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

dobidoberman1

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #5 on: April 14, 2013, 05:34:29 pm »
As long as my eyes don't trick me there isn't any dbc file named
cameramode.dbc in the wotlk files.
thats why i pointed that out.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

XxXGenesisXxX

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 204
    • View Profile
Re: [clientside] how to understand a dbc file
« Reply #6 on: April 30, 2013, 08:05:06 pm »
You can adapt. In WoW-modding, you get further by figuring it out yourself and using already existing documentation to start you off.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »