Skip to content

Godot Project Setup

Darkly77 edited this page Jan 20, 2023 · 18 revisions

To install ModLoader into your project:

  1. Create a folder called addons to your project, and add the mod_loader folder to it
  2. Add mod_loader.gd to your project's Autoload settings:
    • Project > Project Settings > Autoload
    • At the top left, click the folder icon next to Path.
    • Browse to mod_loader.gd and select it.
    • At the top right, ModLoader will be shown in the "Node Name" field. Click Add.
  3. Move ModLoader to the top of your autoloads list.
  4. Click Close.

autoload-modloader

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


Clone this wiki locally