FreecraftCore / FreecraftCore.DBCTools

FreecraftCore's C#/.NET library and tools for DBC file editing, versioning and SQL conversion.
GNU Affero General Public License v3.0
9 stars 9 forks source link

Automate DBC Generation #3

Open HelloKitty opened 6 years ago

HelloKitty commented 6 years ago

Prototype exists for regenerating a DBC file from the MySQL table but remains unfinished. Plus no string support.

HelloKitty commented 6 years ago

Issue with header generation is the only remaining task.

HelloKitty commented 6 years ago

Fixed header. String block required an additional 0 byte prepended for some reason to match the original DBC file. The specification does not mention anything about this byte so either I am doing something wrong or the spec is wrong.

But this will work for now. Leaving this open though.