-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
It would be really awesome if SainCoinach.Cmd had an option to dump the Orchestrion music, which looks like it's all at music/ffxiv/Orchestrion/* . For your sanity I'm referring to the Godbert dataset using bold, while the column names within each dataset using italics. For this, having a command like "omusic" would probably be the best.
Here's how this should work:
- Create a directory in the output folder for each Name in OrchestrionCategory
- Iterate through OrchestrionPath using a for loop, which will give you a Key value to use in Orchestrion, OrchestrionPath, and OrchestrionUiparam. Here's how that value should be used to generate data, path, and file name:
- Data is File in OrchestrionPath. If there's no File value, log and skip it.
- Path is OrcehstrionCategory in OrchestrionUiparam, which should be one of the directories created in step 1
- (optional) A prefix for the file name can be generated Order in OrchestrionUiparam which should recreate a similar file structure to the Orchestrion UI panel ingame. This should be padded out to three digits (ex: 1 becomes 001) which will cause almost all OS's to sort everything correctly, while values that are 65535 (which affects Seasonal and Store Scrolls) should not be used.
- File name looks like it's Name and in Orchestrion
So assuming I'm understanding all of this correctly, the resulting output should be a rather user friendly set of files that would be organized similar to what's seen ingame.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels