Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Xavier 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.
-
For dbc things I use taliis. That works most of the time for me o:
-
I have that program, no idea how to use it though. I open the patch, but nothing happens :|
Xavier.
-
You can't open patches (MPQs) with taliis o:
-
Ah, that explains why it worked so badly.. :roll:
Thanks. Now I hope people can answer question 2.
Xavier.
-
I use this
viewtopic.php?f=59&t=782 (http://modcraft.io/viewtopic.php?f=59&t=782" onclick="window.open(this.href);return false;)
Hate it that taliis dont handle the strings automatic.
-
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
-
You are right ;)
-
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.
-
This dont work with big DBCs like Spell.dbc
Also you can use CSV edit. Much better then notepad ;)
-
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. :-)