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: [TOOL] ADB/DB2/DBC <-> CSV convert  (Read 19289 times)

fean

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 18
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #30 on: March 29, 2016, 09:36:27 pm »
I'm having a little bit of an issue there. I have tried to convert TaxiNodes.db2 to CSV.
As said here, I have copied the info from TrinityCore source to the map.xml : http://pastebin.com/RrKSEGtB

When I drag my TaxiNodes.db2 to dbconvert.exe, I have this :


(Key was absent from dictionnary)

Have I done something wrong ?
The db2 was taken from the retail version of the game (6.2.4), so it should still be the DB2/WDB2 format (and not the one from Legion).
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Semga

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #31 on: April 23, 2016, 02:17:26 pm »
enGB and ruRU locales db2 from 6.2.3 not working for me. Problem with strings reading is that reading strings code always reading out 4 bytes as 0 value so it always references to string dictionary with key 0 and getting empty string. But strings located in dictionary with strings sizes offsets.

For the second: problem with not found key. It's happening in DB2File.cs, somewhere near line ~320.

And the last thing: maybe it's just my problem, but converting Item-sparse.db2 to csv giving me a lot of NaN values. And I guess it will fail on backward conversation from csv to db2 because of that.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

ter884

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #32 on: May 28, 2016, 01:15:19 pm »
(CriteriaTree.DB2) when converting breaks, not enough
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

frathir

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #33 on: July 12, 2016, 10:17:53 pm »
Hey,
How do you make a map.xml file for your db2 file?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

elireth123

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 14
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #34 on: July 17, 2016, 03:55:23 am »
DB2 sparse_item has a problem.

When you convert CSV DB2 has errors and when you convert CSV to DB2 only leaves a file 1 kb.

What I can do?

My version is 6.2.4 WOD
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

TheRealDavidTwo

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 60
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #35 on: October 03, 2016, 06:11:27 pm »
Will you be adding in WDB2 support?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Luzifix

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 71
    • View Profile
Re: [TOOL] ADB/DB2/DBC <-> CSV convert
« Reply #36 on: October 03, 2016, 06:28:44 pm »
Use this https://github.com/WowDevTools/WDBXEditor/releases :) i work with barncastle now
« Last Edit: January 01, 1970, 01:00:00 am by Admin »