1
Resources and Tools / Re: [TOOL] Spell Editor GUI V2
« on: May 31, 2015, 10:09:08 pm »Quote from: "stoneharry"
I do not know how a CSV exporter/importer would work. You mean like how DBCUtil works? I guess I could try and write it at some point.
I was thinking more like SQL.
Being able to import a .csv or .txt
When you import a .csv it'll:
Add new rows to the spell dbc if new IDs are not present.
Or overwrite spells with already present IDs.
When you export a spell to .csv It'll
Export that spell like you would find in spell.dbc when you convert it with DBCUtil, that could be reimported or tooled around.
The majority of this idea stems from working with a bunch of people who'll be working at the same time. So instead of having to reinvent the wheel every time you update your Master spell.dbc, you can just have each member export a .csv with all their spells, then patch it into your master .dbc
This would also work for mass producing talents which have multiple ranks, as to speed up their creation process.
I only recommended .csv due to being able to open it with tools like CSVed or Excel an still retain column count for easier editing.