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

Ability to export images in debugger to lossless .bmp (Suggestion) #4

Open
LandonAndEmma opened this issue Apr 10, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@LandonAndEmma
Copy link

There's a lot of games that haven't had sprites able to be ripped on the DS with good quality, we have had Desmume but there was no save image button or system, but with Dust it's even more improved with debugging and sprites, I think you should be able to add dumping of the images in the debug system, I would love it and it could help everyone, in fact I have a use for it.

@LandonAndEmma
Copy link
Author

Maybe also add exporting as the loaded formats too... since there are some games that would benif from that for deconstruction, for example if there are no tools to open a archive, but you want to know what files are in it, why not just play the game and extract the files that way, it works...

@LandonAndEmma
Copy link
Author

Maybe even incorporate apicula to dump 3d models.

@kelpsyberry
Copy link
Owner

Hii, sorry for taking a bit!

I could add features for dumping parts of or the entirety of the currently displayed tilemaps, tilesets, sprites and sprite tilesets to PNG images to the debug views, including adding views in general for the latter 3.

It's much harder to have more in-depth analysis of loaded images and models though, since due to its architecture the emulator has no access to how the game loads and manages its high-level resources, but only to the raw data that is currently being displayed, being tilemaps, tilesets and palettes in the 2D case or a block of texture RAM and vertex lists which might or might not correspond to separate models in the 3D one.

However there is already a filesystem viewer which currently only acts as a hex editor but could be improved to allow more in-depth file and archive inspection, even if that can be done by exporting a file and opening it with external tools too.

@kelpsyberry kelpsyberry self-assigned this Apr 17, 2024
@kelpsyberry kelpsyberry added the enhancement New feature or request label Apr 17, 2024
@LandonAndEmma LandonAndEmma changed the title Ability to export images in debugger to lossless .bmp (Sugestion) Ability to export images in debugger to lossless .bmp (Suggestion) May 15, 2024
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