You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
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.
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
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.
The text was updated successfully, but these errors were encountered: