Decompiler 2021 — Gamemaker Studio

Introduction GameMaker Studio (GMS) has empowered countless indie developers to create hits like Undertale , Hyper Light Drifter , and Katana Zero . Its ease of use hides a complex compilation pipeline. However, a persistent shadow looms over the community: decompilation .

And as a player or modder: respect the boundary. Decompiling to learn is one thing. Distributing someone’s uncompiled work as your own is theft. gamemaker studio decompiler

For the uninitiated, a decompiler is a tool that attempts to reverse a compiled executable back into human-readable source code. For GameMaker, this means taking a game’s .exe or app bundle and turning it back into a project folder with scripts, objects, and rooms. Hyper Light Drifter

Scroll to Top