[DiscordArchive] Hello, is there any CLI around for quickly expo...
[DiscordArchive] Hello, is there any CLI around for quickly expo...
Archived author: Needle • Posted: 2025-01-21T20:20:24.535000+00:00
Original source
Archived author: Needle • Posted: 2025-01-21T20:20:25.401000+00:00
Original source
Thread automatically created by Fred in <#415944535718494208>
Archived author: stoneharry • Posted: 2025-01-21T20:20:32.327000+00:00
Original source
https://github.com/stoneharry/DBC-Editing-Workflow
[Embed: GitHub - stoneharry/DBC-Editing-Workflow: The DBC file format does ...]
The DBC file format does not lend itself to being edited directly very well. I would much rather have all the data stored in a SQL format so that we can perform queries and other operations on the ...
https://github.com/stoneharry/DBC-Editing-Workflow
Archived author: stoneharry • Posted: 2025-01-21T20:20:58.197000+00:00
Original source
if I recall correctly, the distributed version is a bit out of date. The latest code has some further improvements
Archived author: stoneharry • Posted: 2025-01-21T20:21:42.940000+00:00
Original source
https://i.imgur.com/xccKwrt.pnghttps://i...om/xccKwrt
Archived author: stoneharry • Posted: 2025-01-21T20:22:29.700000+00:00
Original source
Spell editor UI runs the latest version of the code, the headless exporter is likely a little dated but still works fine
Archived author: Fred • Posted: 2025-01-21T20:22:36.443000+00:00
Original source
Awesome, thanks. I quickly glanced at the code before, but I wasn't sure if it was possible to select which DBC files I'd like to have extracted out of the box. Does the latest code have this, or is it something I'd need to implement myself?
Archived author: stoneharry • Posted: 2025-01-21T20:24:23.723000+00:00
Original source
It doesn't have a great dynamic way, it does it based on the bindings files that exist so you could swap those in/out to configure it without code edits.
But it doesn't really matter whether you export 1 or more. All the time is in the spell.dbc export, the others complete in a matter of seconds and are started after the spell.dbc and do not effect its export
Archived author: stoneharry • Posted: 2025-01-21T20:25:00.954000+00:00
Original source
The UI lets you visualise the exports in real time and configure which DBCs to export
Archived author: Fred • Posted: 2025-01-21T20:26:06.516000+00:00
Original source
Fair enough, thanks. I'm optimizing my workflow that includes seeding my generators, running them, preparing files, cleaning up and modifying DBC content, then packaging and deploying. My missing link for the profession recipe generator is automating the spell.dbc generation.