I recently started working on a script that will extract resources from inside a Game Maker game.
So that this cannot be used for hacking, I made it so that it has to be called from within the game.
At the moment, it can only extract 4 resource types :
- Sprites
- Backgrounds
- Scripts
- Paths
Paths are saved and loaded with using binary files.
To use/ test this, simply merge your game with the following .gm6 and call the script, extract_resources(); : Download here
I will hopefully be adding support for other resources in the near future.
~TH7