Reversing TexturePacker Sheet + XML - 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: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: Reversing TexturePacker Sheet + XML (/thread-29258.html) |
Reversing TexturePacker Sheet + XML - puggsoy - 05-22-2016 Does anybody know a way of unpacking a sprite sheet that's been packed together with TexturePacker, given a corresponding XML file? I am able to write my own program for doing that (the format is very straightforward) but I figured that if something already exists for it then I won't waste time reinventing the wheel. RE: Reversing TexturePacker Sheet + XML - DarkGrievous7145 - 05-26-2016 Not to my knowledge. And I've encountered some games using texture packer, myself. I'm actually pretty sure Teen Titans Go Channel Crashers and hour of code: MineCraft use texturepacker (but the latter uses JSON instead of XML, assuming it does use texturepacker. I KNOW channelcrashers does) I think one other new game I found uses texturepacker (and adobe's new .atf format...) I have a feeling I'll be making such a tool myself, but not for texture packer's format. My previous help thingy still remains unanswered. Good luck! This certainly is a tool that will come in handy in the future. RE: Reversing TexturePacker Sheet + XML - puggsoy - 05-26-2016 Doesn't look like it, so I made a tool. As I said, pretty easy to make. RE: Reversing TexturePacker Sheet + XML - Garamonde - 05-26-2016 Has this thread served its purpose? RE: Reversing TexturePacker Sheet + XML - puggsoy - 05-26-2016 Yeah, feel free to close it I guess. |