So recently I've been looking for a program that can edit the wonders of a .dbc file, add new rows, and much more. And I was wondering if someone would be able to hand me a copy of this program.
Thanks.
So recently I've been looking for a program that can edit the wonders of a .dbc file, add new rows, and much more. And I was wondering if someone would be able to hand me a copy of this program.
Thanks.
http://www.mmowned.com/forums/world-...bc-editor.html next time use the search button.
Loving you trolls. I tried that one and it didn't EXACTLY do what I wanted. I'm looking for a DBC editor that can ADD rows. This one, only allows me to edit rows that were already there. So once again, I'll restate. Is there a DBC editor that can -ADD- rows?
(pretty sure I already tried searching.If I wanted to find a specific one, then why else would I be posting?)
EDIT: Maybe even a program to convert DBC files to an excel-based file, that can convert it BACK to DBC?
Last edited by DavidTwo2009; 05-01-2011 at 12:16 PM.
excel may cause some problems with cells what contain a quotes. also you may have a problems with "," used as separator instead "tab".
it's my way to "mass dbc editing", not so handy but works perfectly if you'll be careful:
- use DBCUtil to convert dbc as csv;
- use WinHEX to replace all "," to "tab" (hex replacing "2C" to "09");
- use AFJ Sheets to work with table. it's an easy program with enough abilities and not modify any cells by itself. sometimes excel is extremely need to hard modification by rules, then I copy columns to excell, modify it and copy modified back into AFJ. but you must check what excell not change format of cells;
- use WinHEX to replace "tab" to "," back, also you must bring back last "," because one thing what AFJ modify itself - is removing last empty column obtained by replacing "," to "tab" at the end of the string line. just use hex replace "0D0A" to "2C0D0A";
- check last "," at last string (just in case);
- convert back csv to dbc by DBCUtil.
if you want to send me PM - check a free space in your inbox for answer at first!