Go, Go, Godot!
  • 0

Inventory System v1.8 available

February 15, 2024

The latest version includes a few new enhancements, and an experiment: The sequencer demo uses inventory instances to hold music notes, which can be played back. This was inspired by music trackers that were popular in the 90s, such as Scream Tracker and Impulse Tracker. The sequencer isn’t meant to be a production-ready digital audio workstation replacement. It’s a proof of concept, but it does show off the flexibility of the inventory system.

I’ve transcribed a track I created in Ableton Live about a decade ago. This is included in the Inventory System demo project:

The features:

  • Added a GGInventorySimpleUI with fewer bells and whistles.
  • GGInventory now supports multiple sorting strategies, which the UI automatically picks up
  • Stack splitting with middle mouse button or action input
  • A new sequencer demo that uses inventories to hold track notes in item data.

Of course, we also have bug fixes:

  • Expiration extension handles scenes without an owner (such as dynamically assembled scenes)
  • Inventory allows setting the scroll container’s custom minimum size
  • The Inventory UI correctly selects the configured view upon start

The Inventory System Deep Dive and Architecture Guide helps game developers implement advanced multiplayer inventories using Godot Engine. The PDF Guide contains over 500 pages of code walkthroughs, diagrams, and explains concepts related to inventories, items, and more.

Get It Now
Learn More

assetgdscriptgodottutorial
Posted in Godot.
Share
PreviousInventory System v1.8.1 available
NextInventory System v1.7 available

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • April 1, 2023

    Introducing GodotBuilder: Custom Export Templates built on demand

    Need optimized export templates with PCK encryption support but don’t want to have to set up a build pipeline or download the entire compilation toolchain on your computer? Well, now it is. Fill out the form, checkout, and we’ll email you the download link after the compilation completes. Compilation may take 30 minutes to 3 …

  • July 6, 2023

    Making breakable objects in Godot

    Here’s a tutorial on how to create breakable objects in Blender and Godot. It covers the steps needed to design and implement breakable objects, including scripting and using physics properties to make objects break apart into smaller pieces upon collision or other interactions.

  • February 2, 2024

    Inventory System v1.2 available

    A few new features: Bug fixes:

  • December 22, 2022

    A GDScript refactoring exercise

    Arguably, more fun than writing code is removing code. I was assembling a split-screen multiplayer UI. The goal behavior is to show/hide the appropriate displays for the players, depending on how many players there are. Initially, the code to update the UI was very simple, because I started with two players. In that case, you …

    © 2025 GoGoGodot.io. All rights reserved.