No-Code Godot 4 Game Systems

Whatever game you're dreaming of, these drop-in systems handle the parts that used to need a programmer: inventory, saving, quests, effects. You set them up by clicking, not coding. Start with a free one and build from there. The same systems power From Embers on Steam. Checkout on itch.io.

Questions before you start

I've never made a game before. Where do I start?

Grab the Free Starter. It's a complete, playable story game for Godot: press play and you can walk around, talk to an NPC, take a quest, gather what it asks for, and save. Then make it yours by editing simple text files. Change the dialogue, rename the quest, swap in your own art. When you outgrow it, every system on this page drops in as an upgrade.

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, so you can get a working game loop going without writing a line of GDScript. It's real Godot underneath, which means 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, and every VFX pack, have a free Lite tier so you can try the core feature before you buy. The Free Starter and the Settings + Menus template are free forever. Start free, then upgrade when you need the full feature set. The full version drops in where the Lite was, no rebuild.

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.