1.2.0 • Published 3 years ago

gdmod v1.2.0

Weekly downloads
33
License
MIT
Repository
-
Last release
3 years ago

GDMod logo

gdmod Check code style and typing

ko-fi
A modding API for GDevelop games.
Installation instructions on the wiki

Note: This software is still in early stages, the API may not be stable. Disclaimer: Please do not use this on games which require accepting a license/terms of service prohibiting game code decompilation, modification etc.

Structure of the project

This project is separated into 4 Modules. 1. The API module.
It is an API injected into the game and contains some basic APIs to manipulate the game. If you are interested to make a game which might need mods (needs to be modded) , fork this repo and add APIs specific to your game here for a better experience while modding.

  1. The CLI module.
    This is a cli to manage/install mods and the loader in a GDevelop game. Although the GUI is recommended, as it is same and easier to use! The CLI will always be maintained though as it is lightweight and runs on more devices than the GUI (a CI for example).

  2. The GUI module.
    This is contains an electron application with the feaures of the cli tool. It will probably be built on top of the CLI module.

  3. The Loader module.
    It is the part that injects the API and mods into the game and applies patches to the game engine to enable modding.

Discord community

You can join the GDMod discord server to get help or talk with the community.

1.2.0

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago