If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Notes:Mixed-Up Mother Goose
Jump to navigation
Jump to search
This page contains notes for the game Mixed-Up Mother Goose.
Decompiling AGI Logic Resources
A good tool for decompiling AGI logic resources is agikit (GitHub).
$ npm install @agikit/cli $ node_modules/.bin/agikit extract mumg/ extracted/ ... [INFO] Extracting LOGIC 0 from volume 1 [INFO] Extracting LOGIC 1 from volume 2 [INFO] Extracting LOGIC 2 from volume 2 ...
More information: