Skip to content

Getting Started

GameForge is a modular toolkit for Godot Engine 4.x. Each addon is independent — install only the ones your project needs.

  • Godot Engine 4.x

Go to the releases page and download the .zip for each addon you need:

AddonLatest version
ss-gameforge-singletonv1.0.1
ss-gameforge-state-machinev1.0.1
ss-gameforge-toastv1.0.1
ss-gameforge-dialoguev1.1.0
ss-gameforge-wiredv1.0.0

Extract the zip and copy the addon folder into res://addons/:

your-project/
└── addons/
└── ss-gameforge-toast/ ← paste here

Open Project Settings → Plugins and enable the addon.

Browse the addon docs on the left to learn how to use each module.