Skip to content
Arthur Pacaud edited this page Oct 1, 2020 · 5 revisions

GDMod

What is GDMod and what can I do with it?


GDMod is a tool that helps user and developpers creating and installing mods for GDevelop games.

I am a Player

This tool will allow you to install mods for some GDevelop games. Be careful tho, mods execute code on your computer. Always be careful to load only trusted mods into your games!

Continue to the Installation Guide

I am a Developer/Modder

This tool provoides multiple ways of helping you developing a mod in following ways:

  • Gives you access to RuntimeGame and RuntimeScene OOtB
  • Loads your code in places where it isn't easy (asar files, into the browser)
  • Gives you access to an API (GDAPI) that helps you modify the game
  • Hot-loads missing GDevelop extensions to have access to all features of GDevelop in your mods

While the modding API is always included, it isn't required. If you want you can use GDMod as a mod loader only and handle all the rest by yourself (for maximum flexibility).

Continue to the Developer Quick Start

Home

Player Documentation:

Developer Documentation:

Clone this wiki locally