The VG Resource
[Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Feedback / Showreel (https://www.vg-resource.com/forum-122.html)
+---- Thread: [Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games (/thread-39221.html)



[Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games - eflags - 06-06-2021

This is a tool that I've been developing in my spare time over the last 6 months to extract sprites/animations from the Tingle DS games:
- Freshly-picked Tingle's Rosy Rupeeland
- Ripened Tingle's Balloon Trip of Love
- Too much Tingle Pack

The tool extracts the sprites/animations from the *.viw archives inside the ROM.

Download link (for Windows): https://drive.google.com/file/d/11BPwLLh8rFEGqFb-aomgrQuTrO847VFV/view?usp=sharing
(If there's any interest for a .deb package, let me know and I will go ahead and make one).

Source code: https://drive.google.com/file/d/1p8SnrboDr58iT20Pp-fL4E2rkS_AXUZ8/view?usp=sharing

Here's a screenshot of it in action: https://imgur.com/a/48ul4ar

Any bug reports/feedback is more than welcome Smile
eflags

Credits:
- The Ghidra developers (https://ghidra-sre.org). If it wasn't for Ghidra, I would have an immensely harder time trying to reverse engineer the sprites'/animations' formats.
- Nocash's GBA/DS reference (https://problemkaputt.de/gbatek.htm) for helping me figure out the file formats.
- The Qt library (https://qt.io) for making it extremely easy to make a cross platform app.


RE: [Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games - Barack Obama - 06-06-2021

Wonderful, I'm sure this will come in handy.


RE: [Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games - MisaeRockabout! - 06-08-2021

thanks alot!,i already have ripped asuza"s love push sprites with it so far,though i am ripping more stuff with it!


RE: [Release] Tingle extractor, a tool for viewing sprites from the Tingle DS games - eflags - 08-12-2022

A new minor version of Tingle extractor (version 0.1.2) is out Big Grin

Download link for Windows: https://drive.google.com/file/d/1z6HEZpRXyJCd0iJRyjmGb1LTUIZ71V3p/view?usp=sharing

Source code: https://drive.google.com/file/d/1vu5drWcaXuKYwECyoqChQ1iG6POI6h3a/view?usp=sharing

Changelog:
- Fix crash when trying to view Rosy Rupeeland backgrounds whose palettes have more than 256 colors
- Fix crash when pressing Ctrl+Space

As always, any feedback is appreciated Smile