ChunkCombiner - Gnurro/FinetuneReFormatter GitHub Wiki

ChunkCombiner Mode

Handles chunk type-dependent batch formatting and export of combined chunk plaintext files.
ChunkCombiner Mode
The amount of chunks in the current data, chunk types present and amount of chunks of each type are shown at the top.
Note: Only chunk types which are currently present are displayed. While the ChunkFile projectData might contain more types with handling data, these will not be shown unless they occur in the current data. (This might change in upcoming versions.)

Chunk Type Handling

Options for each chunk type found in the working data will be shown. Formatting is applied when chunks are combined for export.

Add newline before/after

These checkboxes determine if newline characters are added to the start/end of the chunk content text.

Prefix

This string will be added to the beginning of the chunk content text. If a newline is added to the beginning, this string will be added after.

Suffix

This string will be added to the end of the chunk content text. If a newline is added to the end, this string will be added before.

Saving Type Handling Data

To preserve the settings, click the [Save type handling data] button at the top. This will save type handling data in the current ChunkFile. Warning: This overwrites the ChunkFile without a warning!

Combined Chunks Export

Clicking the [Export combined chunks] button will apply the type-dependent formatting, combine all chunks and save the resulting formatted text as a plaintext .txt file. The name of this .txt file is the name of the current ChunkFile with the 'combined file suffix' in the text field at the top appended. Warning: This overwrites without warning!