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: c# doubt  (Read 2473 times)

detonatorss

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 233
    • View Profile
c# doubt
« 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Desktop


Laptop

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: c# doubt
« Reply #1 on: November 17, 2015, 04:16:15 pm »
What the heck you want to do ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Kaev

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 308
    • View Profile
Re: c# doubt
« Reply #2 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: c# doubt
« Reply #3 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »