-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Arthur Pacaud edited this page Apr 15, 2020
·
5 revisions
GDMod is a tool that helps user and developpers creating and installing mods for GDevelop games.
This tool will allow you to install mods for some GDevelop games. It also contains a Mod verification system so you can know wich mods are trustworthy. 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
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
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