Skip to content

A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE

License

Notifications You must be signed in to change notification settings

colinator27/DogScepter

Repository files navigation

DogScepter

(Icon courtesy of Msnshame and Agentalex9! Inspired by UNDERTALE artwork.)

icon

DogScepter is a work-in-progress modding tool geared toward (but not limited to) UNDERTALE/DELTARUNE by Toby Fox.

* Join the Underminers community Discord server! https://discord.gg/RxXpdwJ

Features

  • Fully supports serializing/deserializing GameMaker data format ID 13 (an unknown version of GM:S 1) up to the GM 2022.6 runtime (format ID 17).
    • Note: There are some exceptions to this, with certain versions being undocumented or using unknown features.
  • An "abstract"/"project" mode that deals with a custom project format on disk for ease in modding, even with multiple versions of a game.
  • GML VM decompilation, for use in re-compiling back for modding purposes.
  • Work-in-progress command line interface to deal with the aforementioned "project" mode, to deal with assets and compilation.
  • Work-in-progress editor similar to that of UndertaleModTool, but simplified.

Roadmap (subject to change)

  • Core library
    • Fully parse GameMaker IFF data files, store in memory, and be able to serialize them to new files byte-for-byte.
  • Project system (currently a work in progress)
    • Convert from GameMaker structures into custom ones
    • Convert from custom structures back into GameMaker structures
    • Save and load these custom structures to JSON as necessary
    • Assets that are currently supported (as of last README update):
      • General info/options
      • Audio groups
      • Texture groups (and dealing with textures in general)
      • Paths
      • Sounds
      • Objects
      • Backgrounds
      • Sprites
      • Fonts
      • Rooms
  • Command line interface (currently a work in progress)
    • Simple CLI to allow actual work to be done with the above project system before everything else is done, including the UI itself.
    • As of writing this, the CLI has basic features and is somewhat usable with (or without) an interactive shell.

Special Thanks

Contributors

For a full list of contributors, see here: https://github.com/colinator27/DogScepter/graphs/contributors

About

A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages