utmt-decompile-code
Decompile GameMaker code entries from a data file to recover readable GML source. Use it when you need to inspect or restore game logic from compiled data.
Instructions
Decompile a code entry from a GameMaker data file back to GML source. Returns the decompiled GML text. Not available for YYC-compiled games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cliPath | No | Path to UndertaleModCli executable | |
| codeName | Yes | Name of the code entry (e.g. gml_Script_myFunction) | |
| dataFilePath | Yes | Absolute path to the data file |