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: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open  (Read 9609 times)

Temptation_Town

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 64
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #15 on: November 09, 2013, 03:53:42 pm »
So in this logic there are no 4.3.4 servers with custom races at this moment ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #16 on: November 10, 2013, 02:10:13 am »
i'm pretty close to custom classes...

I'm almost positive i've got CharBaseInfo.dbc figured out. We're just having trouble with our WoW's not allowing any modified LUA's/XML's but everything else is functioning.
We modified the Wow.exe's manually but when we open our wow.exe's after modifying them they "Configure for the first time" and revert our modifications back to blizzard files.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Temptation_Town

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 64
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #17 on: November 10, 2013, 07:00:23 am »
Quote from: "venumfox"
i'm pretty close to custom classes...

I'm almost positive i've got CharBaseInfo.dbc figured out. We're just having trouble with our WoW's not allowing any modified LUA's/XML's but everything else is functioning.
We modified the Wow.exe's manually but when we open our wow.exe's after modifying them they "Configure for the first time" and revert our modifications back to blizzard files.

Will you write some manual when you finish this or it will be some private exclusive?

At least CharBaseInfo.dbc changing step, it would be great.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

venumfox

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 41
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #18 on: November 10, 2013, 07:29:17 am »
Quote from: "Temptation_Town"
Quote from: "venumfox"
i'm pretty close to custom classes...

I'm almost positive i've got CharBaseInfo.dbc figured out. We're just having trouble with our WoW's not allowing any modified LUA's/XML's but everything else is functioning.
We modified the Wow.exe's manually but when we open our wow.exe's after modifying them they "Configure for the first time" and revert our modifications back to blizzard files.

Will you write some manual when you finish this or it will be some private exclusive?

At least CharBaseInfo.dbc changing step, it would be great.

I'll post the structure to CharBaseInfo when i can confirm that our method is working

Check this link for updates, i'm trying to get as many structure uploaded as i can but of course it'll take some time.
http://wiki.emudevs.com/doku.php?id=cata_dbc_library
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ohai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 172
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #19 on: January 25, 2015, 03:22:53 am »


Any news on this, anyone made progress? Please share if so  :P   :idea:   :arrow:
And do MoP and WoD have the same problem like 4.3.4, just this one DBC?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #20 on: January 25, 2015, 04:00:48 am »
i have edit this dbc directly in hexeditor (010 editor)

i don't know other solutions for this
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

xJKz

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 62
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #21 on: January 25, 2015, 01:06:10 pm »
There's a way to open it, you need to use WoWParser.
You need to use after using this, something like Notepad++ for manual edit.

code extract from the 4.3.4 dbc (not complete)
Code: [Select]
int,int
0,257
1,513
2,769
3,1025
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ohai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 172
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #22 on: January 25, 2015, 01:28:16 pm »
Quote from: "xJKz"
There's a way to open it, you need to use WoWParser.
You need to use after using this, something like Notepad++ for manual edit.

code extract from the 4.3.4 dbc (not complete)
Code: [Select]
int,int
0,257
1,513
2,769
3,1025

Are those on the right race numbers or?  :?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #23 on: January 25, 2015, 02:42:11 pm »
This look like bitmask

Race = X*2^0
Class = X *2^8

Example :

Orc RaceID 2
Shaman ClassID 7

2*2^0 = 2
7*2^8 = 1792

2 +1792 = 1794
1794 Orc Shaman.

Of course you have to order the DBC A to Z
First race / First class to Last race / Last Class.

Edit : In fact, not sure about this....
Read your mp
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #24 on: January 25, 2015, 03:33:15 pm »
See http://wowdev.wiki/index.php?tit ... seInfo.dbc

This is not a 2 column dbc.

Code: [Select]
int,int
0,257
1,513
2,769
3,1025

rather is

Code: [Select]
int,int,int
0,1,1
1,1,2
2,1,3
3,1,4

or in the orc shaman example
Code: [Select]
int,int,int
0,2,7

or in the wrong format
Code: [Select]
int,int
0,1794
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rangorn

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 291
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #25 on: January 25, 2015, 03:37:38 pm »
Yup that's it,


I don't understand why dbc editors don't read properly this dbc, maybe the last '00'

Anyway, you can edit this dbc directly in 010 editor
A little schema for this :



I think the first row is wrong, First row start with 01 01 and not 01 00
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #26 on: January 25, 2015, 05:13:50 pm »
editors don't "properly" read it, as none of them reads any dbc "properly" based on the fact they can not handle anything but 4byte width columns.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

xJKz

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 62
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #27 on: January 25, 2015, 05:18:25 pm »
Sorry for the info so.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ohai

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 172
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #28 on: January 26, 2015, 12:40:45 pm »
Quote from: "Darkkang"
No structure dbc converter 3.3.5 to 4.3.4?


I mean I didnt get into DBCs yet but I'm guessing something like this should be possible, if someone can read these lines maybe Rangorn or whoever else said they can in the thread why dont you just remake or adjust the DBC into standard form?

I dont know if thats possible even, like getting rid of the bitmasks(if theres bitmask?) and just decoding it into something simpler?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Temptation_Town

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 64
    • View Profile
Re: [DBC] CharBaseInfo.dbc Cataclysm 4.3.4 not open
« Reply #29 on: January 27, 2015, 03:33:52 pm »
Quote from: "Ohai"
Quote from: "Darkkang"
No structure dbc converter 3.3.5 to 4.3.4?


I mean I didnt get into DBCs yet but I'm guessing something like this should be possible, if someone can read these lines maybe Rangorn or whoever else said they can in the thread why dont you just remake or adjust the DBC into standard form?

I dont know if thats possible even, like getting rid of the bitmasks(if theres bitmask?) and just decoding it into something simpler?

I guess there is no need because 010 editing works fine.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »