Implement TDW Mass Export - #49
Merged
Merged
Conversation
myst6re
reviewed
Jun 30, 2026
errantSquam
force-pushed
the
tdw-mass-export
branch
2 times, most recently
from
July 3, 2026 03:09
6f13a0f to
f457cbf
Compare
- Implemented Export All functionality for JP TDW files - Prompts user to select a folder then exports accordingly
errantSquam
force-pushed
the
tdw-mass-export
branch
from
July 3, 2026 03:19
f457cbf to
389ca9d
Compare
Contributor
Author
|
@myst6re Thanks for the patience! I've integrated the feedback. Sorry my rebasing backlog is a bit messy haha (still learning the ropes), but I think it should be okay now? I've also tested a debug build and it seems to work fine. Lmk if there's more I should amend. |
myst6re
approved these changes
Jul 5, 2026
Owner
|
Thanks for the contribution :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature: Adds "Additional Characters..." under File > Export All. Prompts the user to pick a folder and dumps images (in .PNG format, using the White palette) there.
--
Hello! C++ noob here, but I wanted to mass export the JP font texture files for my own script dumping purposes so I figured I'd code it in. No AI was used, just trying to learn by doing.
Basically reused logic from BackgroundExporter/TdwWidget2 with a few changes. Pointers appreciated if there's any best practices I'm unaware of.