Skip to content

Adding mods to the game

kyfex edited this page Mar 17, 2026 · 6 revisions

Outdated, see Adding Rakkit

You'll need:

  1. Install Godot RE Tools - Download Godot RE Tools, and extract it to Ultrapool/addons/mod_loader/vendor/GDRE/gdre_tools.exe (or .x86_64, or whatever the extension is). The folder "Ultrapool" should be your steam installation folder; the addons folder should be next to the game.
  2. Add Cue - Download Cue and place it in Ultrapool/mods (you should leave it as a zip file)
  3. Add other mods ~~- Download your other mods and place them in the same Ultrapool/mods folder, next to Cue. ~~
  4. (TEMPORARY) Patch the modloader into the game - Complete Setting up your development environment ~~- In Project > Export, add a preset for your system (Windows, Mac, or Linux). ~~ - Press Export project and overwrite your current Ultrapool.exe executable.

And that's it! Once you start Ultrapool, it should start up with your mods enabled. To check if you're running a modded version, look for the version number in the bottom right and the Multrapool ball in the center of the pool table.

Clone this wiki locally