Logo by Raltyro :)

OvenInjector is a modloader for Pizza Tower! Inspired by ToppinLoader, this loads mods in a modular way for users to easily use and for modders to easily make. As this is currently a work in progress not everything is complete, and major changes may come between updates.

  • Load multiple mods
  • Easy to use mod menu
  • A (hopefully simple) Modding API
  • Powered by GameMaker Language (GML) Lua soon?

This guide is an introduction on what the mod loader does, how to use it, and how to make mods for it.

Contributing

OvenInjector (the mod) is free and open source. The mod uses a decompile of the Noise Update (PT 1.1.0), and therefore may be in a different license. Feel free to report issues in the GitHub issue tracker. If you'd like to contribute/implement a new feature, consider making a pull request.

You can implement the mod in other projects as you please, provided you follow the license.

License

OpenTower (Pizza Tower Decompilation) is under CC0-1.0. All custom code related to OvenInjector is under the MIT License.