Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: yehonal on May 01, 2016, 04:52:04 pm

Title: [WotLk] [DBC] DBC mod Versioning
Post by: yehonal on May 01, 2016, 04:52:04 pm
hi guys, could someone say me if there is any common/suggested way to work in team on dbc editing versioning changes? such as for db

Would be nice to have the possibility to keep trace of what we change in dbc ( via git ) and create an update system similar to sql.

Maybe it could be achieved using a dbc <-> csv converter? ( is there any tool for dbc <-> sql ? )
Title: Re: [WotLk] [DBC] DBC mod Versioning
Post by: schlumpf on May 01, 2016, 05:05:19 pm
You can easily do csvs, which is probably also the best tracked thing with git.
Title: Re: [WotLk] [DBC] DBC mod Versioning
Post by: yehonal on May 01, 2016, 05:36:57 pm
Quote from: "schlumpf"
You can easily do csvs, which is probably also the best tracked thing with git.

Unfortunately seems that doesn't exist any converter tool that works well on Linux
Title: Re: [WotLk] [DBC] DBC mod Versioning
Post by: schlumpf on May 01, 2016, 07:10:15 pm
wine + that dbcutil from vanilla should work fine
Title: Re: [WotLk] [DBC] DBC mod Versioning
Post by: yehonal on May 03, 2016, 03:06:50 pm
I'm trying it and seems nice :) thank you