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: [Question] DBC editing  (Read 3354 times)

Xavier

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
[Question] DBC editing
« on: July 31, 2012, 09:21:22 pm »
Hello.

I have a couple of questions all related to one another.

First, I'm trying to add a class, but I (and the same goes for a friend who I asked to try it) am unable to edit the DBC file named CharBaseInfo. I'm trying to edit it with MyDBCEditor, but that gives me an error of "Invalid fieldsize" (happens to a few other DBC files also, although it works on most). I tried converting it to an csv file with DBCUtil, edit that, and convert it back, but it shows my class disabled for all, so I'm guessing something bugs that way also. Hopefully you guys know the solution.

Second, as I mentioned I'm trying to add a class, and I edited DBC files which I can just add server-side, along with the C++ adjustments I will have to make for it, but I'm wondering how I can get the edits to the LUA and XML interface files (in the patch files) to the users if I want to allow other people to test the classes on my server. I couldn't find a guide for this yet, but probably because I have no idea what I should be looking for.

Hope anyone knows the answer to my two problems.

Thanks in advance!

Xavier.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jøk3r

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 544
    • View Profile
Re: [Question] DBC editing
« Reply #1 on: July 31, 2012, 09:57:28 pm »
For dbc things I use taliis. That works most of the time for me o:
« Last Edit: July 31, 2012, 11:33:09 pm by Admin »
I don't like Noggit... I LOVE it :D
If you have any question about Noggit, feel free to contact me. I will give my best to help you (:

Xavier

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: [Question] DBC editing
« Reply #2 on: July 31, 2012, 10:03:25 pm »
I have that program, no idea how to use it though. I open the patch, but nothing happens  :|

Xavier.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Jøk3r

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 544
    • View Profile
Re: [Question] DBC editing
« Reply #3 on: July 31, 2012, 11:33:35 pm »
You can't open patches (MPQs) with taliis o:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
I don't like Noggit... I LOVE it :D
If you have any question about Noggit, feel free to contact me. I will give my best to help you (:

Xavier

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: [Question] DBC editing
« Reply #4 on: July 31, 2012, 11:39:11 pm »
Ah,  that explains why it worked so badly..  :roll:

Thanks. Now I hope people can answer question 2.

Xavier.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [Question] DBC editing
« Reply #5 on: August 01, 2012, 02:13:25 pm »
I use this

viewtopic.php?f=59&t=782
Hate it that taliis dont handle the strings automatic.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Xavier

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: [Question] DBC editing
« Reply #6 on: August 01, 2012, 07:46:20 pm »
As I  mentioned that's what I was using, but that program couldn't seem to open CharBaseInfo.dbc properly. Regardless, Taliis did though, so that first problem is solved  :D

Xavier
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [Question] DBC editing
« Reply #7 on: August 02, 2012, 12:59:09 am »
You are right ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Mrblitz

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [Question] DBC editing
« Reply #8 on: September 21, 2012, 11:35:49 pm »
I dont know if this helps, but I always use "DBCUtil" to convert my DBC files to "CSV" files. Then open the CSV file with notepad. I edit it in notepad. save the CSV. and then convert it back to DBC again via the DBCUtil. It is a simple way to edit it but its a bit more messy than editing with dbc editors and such programs. but the point is you can edit it freely...

hope this helps you... King Regards.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Whats to say...

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [Question] DBC editing
« Reply #9 on: September 22, 2012, 08:03:29 am »
This dont work with big DBCs like Spell.dbc
Also you can use CSV edit. Much better then notepad ;)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

Mrblitz

  • Registred Member
  • Race Changer
  • *****
  • Posts: 25
    • View Profile
Re: [Question] DBC editing
« Reply #10 on: September 22, 2012, 09:39:56 pm »
Yes indeed csv edit is a good one too. Of course you are right for big dbc files like spells.dbc it takes a lot of process to load for a single notepad. :-)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Whats to say...