Skip to content

Godot Project Setup

Darkly77 edited this page Jan 17, 2023 · 18 revisions

To install ModLoader into your project:

  1. Add the mod_loader.gd file to your file system. Where you put it is arbitrary.
  2. Open your project's Autoload settings:
    • Project > Project Settings > Autoload
  3. At the top left, click the folder icon next to Path.
  4. Browse to mod_loader.gd and select it.
  5. At the top right, ModLoader will be shown in the "Node Name" field. Click Add.
  6. Move ModLoader to the top of your autoloads list.
  7. Click Close.

autoload-modloader

Shown above: Adding ModLoader to the autoload settings for the game Brotato

Clone this wiki locally