Skip to content

IronBrandon/Godot-GameJolt-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Godot GameJolt API

A simple GameJolt API plugin for Godot 4.


Forked from Deakcor's GameJolt API plugin
Read LICENSE
Download from Godot Asset Library

Features

  • 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!)

Installation

  1. 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.
  2. Download either "gamejolt_api" in the source or the latest release.
  3. Drag and drop the "gamejolt_api" folder into your project's addons folder.
  4. Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin.
  5. 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.