Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Hello, is there any CLI around for quickly expo...

[DiscordArchive] Hello, is there any CLI around for quickly expo...

[DiscordArchive] Hello, is there any CLI around for quickly expo...

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
01-21-2025, 08:20 PM
#1
Archived author: Needle • Posted: 2025-01-21T20:20:24.535000+00:00
Original source

rektbyfaith
01-21-2025, 08:20 PM #1

Archived author: Needle • Posted: 2025-01-21T20:20:24.535000+00:00
Original source

rektbyfaith
Administrator
0
01-21-2025, 08:20 PM
#2
Archived author: Needle • Posted: 2025-01-21T20:20:25.401000+00:00
Original source

Thread automatically created by Fred in <#415944535718494208>
rektbyfaith
01-21-2025, 08:20 PM #2

Archived author: Needle • Posted: 2025-01-21T20:20:25.401000+00:00
Original source

Thread automatically created by Fred in <#415944535718494208>

rektbyfaith
Administrator
0
01-21-2025, 08:20 PM
#3
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
rektbyfaith
01-21-2025, 08:20 PM #3

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

rektbyfaith
Administrator
0
01-21-2025, 08:20 PM
#4
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
rektbyfaith
01-21-2025, 08:20 PM #4

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

rektbyfaith
Administrator
0
01-21-2025, 08:21 PM
#5
Archived author: stoneharry • Posted: 2025-01-21T20:21:42.940000+00:00
Original source

https://i.imgur.com/xccKwrt.pnghttps://i...om/xccKwrt
rektbyfaith
01-21-2025, 08:21 PM #5

Archived author: stoneharry • Posted: 2025-01-21T20:21:42.940000+00:00
Original source

https://i.imgur.com/xccKwrt.pnghttps://i...om/xccKwrt

rektbyfaith
Administrator
0
01-21-2025, 08:22 PM
#6
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
rektbyfaith
01-21-2025, 08:22 PM #6

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

rektbyfaith
Administrator
0
01-21-2025, 08:22 PM
#7
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?
rektbyfaith
01-21-2025, 08:22 PM #7

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?

rektbyfaith
Administrator
0
01-21-2025, 08:24 PM
#8
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
rektbyfaith
01-21-2025, 08:24 PM #8

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

rektbyfaith
Administrator
0
01-21-2025, 08:25 PM
#9
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
rektbyfaith
01-21-2025, 08:25 PM #9

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

rektbyfaith
Administrator
0
01-21-2025, 08:26 PM
#10
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.
rektbyfaith
01-21-2025, 08:26 PM #10

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.

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)