No-Code Godot 4 Game Systems

The hard parts of a game — inventory, save/load, quests, loot — as drop-in systems you set up in the Godot Inspector, not in code. The same systems behind From Embers on Steam. Real Godot underneath; extend it whenever you're ready. Checkout on itch.io.

Questions before you start

Do I need to know how to code?

No. Every system is set up in the Godot Inspector using drag-and-drop and resource files — you can get a working game loop going without writing a line of GDScript. It's real Godot underneath, so you can extend it with code whenever you're ready.

Which version of Godot do I need?

Godot 4.3 or newer. The systems are built and tested on Godot 4.3+. (AAA Visuals uses the Forward+ renderer for its 3D features.)

Can I use these in a game I sell?

Yes — they're built to go into real, commercial games. The same systems power From Embers, which is live on Steam. Check the individual itch.io page for each product's exact license.

How do I install a system?

Download it from itch.io and drop the folder into your Godot project. Each pack is self-contained with a demo scene and documentation — no extra plugins or build steps.

What is the free Lite version?

Most paid systems have a free Lite tier so you can try the core feature before you buy, and the Settings + Menus template is free forever. Start free, then upgrade when you need the full feature set.

Do the systems work together?

Yes — that's the whole point. They share one save, item, and event backbone, so Inventory talks to Equipment, Loot, Crafting, and Save/Load without glue code. The bundles are those same systems, pre-integrated and discounted.

What if I get stuck?

Every pack ships with a working demo scene and documentation to follow along. If you still hit a wall, email me and I'll help you out.