wowserhq / blizzardry

JavaScript library for mastering the wizardry that is Blizzard's game files
MIT License
55 stars 15 forks source link

I can read DBC but what about writing them? #125

Open Helias opened 1 year ago

Helias commented 1 year ago

I saw this https://github.com/wowserhq/blizzardry/tree/master/src/lib/dbc and I noticed that is using the restructure library but I did not understand how to use it to WRITE some DBC, how it is possible? using some encode function? trying examples from the main repository I can't figure out.