-
Ваша корзина пуста!
While Game Maker Studio 2 does not offer a "one-click" way to unpackage a game, community-driven tools make it possible to peek under the hood. By using open-source software like UndertaleModTool, you can explore the architecture of GMS2 projects, provided you respect the intellectual property of the original creators. Share public link
In all other cases—decompiling a commercial game you don’t own—is theft.
You cannot get back the original .yy project files, sprites, or clean GML code.
GML Code. The GameMaker Language (also called simply GML) is the proprietary GameMaker scripting language. GameMaker Manual game maker studio 2 decompiler free install
Before you attempt to decompile any GameMaker Studio 2 game, you need to understand the legal implications.
If you absolutely must explore a GMS2 game’s internals for legitimate research (e.g., security auditing or archival), follow this safe path:
There is no mainstream, fully functional, free, and safe GMS2 decompiler that works on all games with a simple installer. The only semi-reliable free tool requires manual compilation from source code and only works on specific game versions. While Game Maker Studio 2 does not offer
Frequently updated, GUI-based, active community support. Cost: Free and Open Source. Where to find: Available on GitHub. 2. GameMaker-Studio-Decompiler (by jeason1997)
Use the built-in search and script tabs to read the decompiled GML code.
The tool creates a folder containing:
You actually learn the logic, can adapt it freely, and don’t risk legal action.
Despite its name, is the definitive, gold-standard decompiler and editor for almost all modern GameMaker Studio 2 games using the VM compiler.