Best means of pulling sprites/textures from a Game Maker game? - 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: Best means of pulling sprites/textures from a Game Maker game? (/thread-32996.html) |
Best means of pulling sprites/textures from a Game Maker game? - Rabbot32 - 06-07-2018 I'm interested in pulling apart the Steam release of ImScared, but I have no idea where to begin. Game Maker Studio is a buggy mess. Any ideas? RE: Best means of pulling sprites/textures from a Game Maker game? - puggsoy - 06-09-2018 https://github.com/puggsoy/GMExtract/releases This should work. It will extract all the sprites and audio in as organised a manner as it can. I'm currently working on a GUI version but this should do what you need. RE: Best means of pulling sprites/textures from a Game Maker game? - Rabbot32 - 06-09-2018 (06-09-2018, 02:24 AM)puggsoy Wrote: https://github.com/puggsoy/GMExtract/releases This worked like a charm. Did everything I needed to, you are fantastic. Thank you. |