Modcraft - The community dedicated to quality WoW modding!

Projects => Software Development => Topic started by: detonatorss on November 05, 2015, 10:14:51 pm

Title: c# doubt
Post by: detonatorss on November 05, 2015, 10:14:51 pm
si hey people, i am doing a wow editor gui, but i am new in c#, how i can recursively get my dbc and convert it with dbcutil i know how to call the process but i don't know how to csll it for the dbc, what i can do?
Title: Re: c# doubt
Post by: Magnus on November 17, 2015, 04:16:15 pm
What the heck you want to do ?
Title: Re: c# doubt
Post by: Kaev on November 18, 2015, 01:49:54 pm
As far as i understood he wants to open dbcutil for each dbc file (e.g. via argument or smth) but he doesn't know how to do it.

Never used dbcutil so i don't know if this program does support that, sorry. :s
Title: Re: c# doubt
Post by: Magnus on November 18, 2015, 02:40:32 pm
DBC files have a quite simple data structure. It's better to read them directly.

Anyway, best thing is to import all DBC data into a SQL DB and handle it after.