utmt-export-entity
Export a single GameMaker entity from a data file to disk. Supports sprites as PNG, sounds as OGG/WAV, code as decompiled GML, and textures as PNG.
Instructions
Export a single entity from a GameMaker data file to disk. Supported types: sprite, sound, code, embeddedtexture. Sprites export as PNG frames, sounds as ogg/wav, code as decompiled .gml, textures as PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (or index for embeddedtexture) | |
| cliPath | No | Path to UndertaleModCli executable | |
| entityType | Yes | Type of entity to export | |
| outputPath | Yes | Output file or directory path | |
| dataFilePath | Yes | Absolute path to the data file |