Getting Started
GameForge is a modular toolkit for Godot Engine 4.x. Each addon is independent — install only the ones your project needs.
Prerequisites
Section titled “Prerequisites”- Godot Engine 4.x
Installation
Section titled “Installation”1. Download
Section titled “1. Download”Go to the releases page and download the .zip for each addon you need:
| Addon | Latest version |
|---|---|
ss-gameforge-singleton | v1.0.1 |
ss-gameforge-state-machine | v1.0.1 |
ss-gameforge-toast | v1.0.1 |
ss-gameforge-dialogue | v1.1.0 |
ss-gameforge-wired | v1.0.0 |
2. Copy into your project
Section titled “2. Copy into your project”Extract the zip and copy the addon folder into res://addons/:
your-project/└── addons/ └── ss-gameforge-toast/ ← paste here3. Enable the plugin
Section titled “3. Enable the plugin”Open Project Settings → Plugins and enable the addon.
Next steps
Section titled “Next steps”Browse the addon docs on the left to learn how to use each module.