Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify which cells/chunks to render instead of the entire map #29

Open
TheoBearDB opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@TheoBearDB
Copy link

Love this tool you've made! I did have one suggestion:

It would be very nice to have the ability to select specific parts of the map you'd like to render instead of having to render the entire map each time. This would be especially nice for situations where parts of the map change, but others don't, and would significantly cut down on time to render and file size. It'd also be nice to use this function for testing different changes in the configuration file to find what works best for each situation.

Also being able to set a range of what cells to render would be incredibly useful as well!

@cff29546 cff29546 added the enhancement New feature or request label Jan 10, 2025
@cff29546
Copy link
Owner

Rendering part of the map can be a useful feature, but I’m currently struggling to find a clean solution for the isometric map. Since the game data is isometric and the output tile is square, once you determine the expected render range, there will always be a border where some tiles contain only half textures and half empty space. This issue will also affect the upper-level thumbnails, resulting in them appearing incomplete. Consequently, when we attempt to continue render next time, it will be difficult to identify which tiles are only partially rendered which needs a rerender.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants