A simple GameJolt API plugin for Godot 4.
Forked from Deakcor's GameJolt API plugin
Read LICENSE
Download from Godot Asset Library
- Full GameJolt Game API 1.2 support
- Verbose mode with detailed comments
- Full offline code documentation in the form of Godot's custom docs
- Code regions to easily review the plugin's code
- Full support for Godot 4.1-4.6+ (and continuously tested on future versions!)
- You start by installing 'gamejolt_api' from:
- the Godot Asset Library in the editor,
- from the releases on the public repo, or
- directly from source.
- Download either "gamejolt_api" in the source or the latest release.
- Drag and drop the "gamejolt_api" folder into your project's addons folder.
- Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin.
- You can also go to 'gamejolt.gd', add a line, save, then remove it and save again. This ensures that the "offline documentation" properly generates.
And it's installed!
For details on all methods, read the custom docs in-engine by pressing F1 and typing GameJolt!
Also read the full documentation and tutorials on the repo Wiki.